Package Details: radium 7.4.76-1

Git Clone URL: https://aur.archlinux.org/radium.git (read-only, click to copy)
Package Base: radium
Description: A graphical music editor. A next generation tracker.
Upstream URL: https://users.notam02.no/~kjetism/radium
Licenses: GPL2
Groups: pro-audio
Submitter: speps
Maintainer: yustin (Carotino)
Last Packager: yustin
Votes: 19
Popularity: 0.000000
First Submitted: 2013-05-22 03:41 (UTC)
Last Updated: 2024-06-07 06:47 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

Newk-B commented on 2025-04-01 16:46 (UTC)

Hi! I hope you're back to good health!

been trying to compile it after having to uninstall this due to pacckages like QT5-webkit being in the way of system update.. allready dearly missing tinkering in Radium. getting these (similar to a year ago) errors again:

...
pure-data/src/g_editor.c:492:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  492 |     while (oc = linetraverser_next(&t))
      |            ^~
pure-data/src/g_editor.c:503:17: error: implicit declaration of function ‘magicGlass_unbind’ [-Wimplicit-function-declaration]
  503 |                 magicGlass_unbind(x->gl_magic_glass);
      |                 ^~~~~~~~~~~~~~~~~
pure-data/src/g_editor.c:504:17: error: implicit declaration of function ‘magicGlass_hide’ [-Wimplicit-function-declaration]
  504 |                 magicGlass_hide(x->gl_magic_glass);
      |                 ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c: In function ‘canvas_undo_set_cut’:
pure-data/src/g_editor.c:576:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  576 |     while (oc = linetraverser_next(&t))
      |            ^~
...
pure-data/src/g_editor.c:1516:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
 1516 |         while (oc = linetraverser_next(&t))
      |                ^~
pure-data/src/g_editor.c:1543:32: error: implicit declaration of function ‘magicGlass_isOn’ [-Wimplicit-function-declaration]
 1543 |             if (parseOutlet && magicGlass_isOn(x->gl_magic_glass))
      |                                ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1545:17: error: implicit declaration of function ‘magicGlass_bind’ [-Wimplicit-function-declaration]
 1545 |                 magicGlass_bind(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1548:17: error: implicit declaration of function ‘magicGlass_setDsp’ [-Wimplicit-function-declaration]
 1548 |                 magicGlass_setDsp(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~~~
compilation terminated due to -fmax-errors=5.
make[1]: *** [<builtin>: pure-data/src/g_editor.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/newk/.cache/yay/radium/src/radium-7.4.76/bin/packages/libpd-master'
make: *** [Makefile:883: bin/packages/deletemetorebuild] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: radium-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
radium - exit status 4

yustin commented on 2024-08-29 16:47 (UTC)

Been 5 weeks in a hospital and am atill not cured. Sorry guys. The pastebin has been a test and was integrated a while ago already. I will have a look at it when I am better. cya

nyxkn commented on 2024-08-02 18:24 (UTC)

@Rulatir Check radium-git, see if that works. It seems like we don't need to fallback to gcc13 anymore.

Rulatir commented on 2024-08-02 18:16 (UTC)

@yustin Your pastebin link to the fixed PKGBUILD expired, as they all do, which is why pastebins should be banned, and any "rules" mandating their use in preference to pasting content inline should be ignored with prejudice and disdain.

TL;DR need feex

yustin commented on 2024-06-06 20:36 (UTC)

Newk-B: I will NOT :D still working in a vm for such tasks.

Newk-B commented on 2024-06-06 16:50 (UTC)

@yustin : Yes! That did the trick! now i can update my system :D

yustin commented on 2024-06-05 08:35 (UTC)

Newk-B: I managed to compile it. Could you please confirm that it also works for you before I upload it and take care off the newer version ??? https://termbin.com/kb35 <<< that's the PKGBUILD THX

Newk-B commented on 2024-05-31 22:46 (UTC) (edited on 2024-05-31 23:01 (UTC) by Newk-B)

pure-data/src/g_editor.c:1543:32: error: implicit declaration of function ‘magicGlass_isOn’ [-Wimplicit-function-declaration]
 1543 |             if (parseOutlet && magicGlass_isOn(x->gl_magic_glass))
      |                                ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1545:17: error: implicit declaration of function ‘magicGlass_bind’ [-Wimplicit-function-declaration]
 1545 |                 magicGlass_bind(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~
pure-data/src/g_editor.c:1548:17: error: implicit declaration of function ‘magicGlass_setDsp’ [-Wimplicit-function-declaration]
 1548 |                 magicGlass_setDsp(x->gl_magic_glass,
      |                 ^~~~~~~~~~~~~~~~~
compilation terminated due to -fmax-errors=5.
make[1]: *** [<builtin>: pure-data/src/g_editor.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In function ‘drawnumber_sprintf’,
    inlined from ‘drawnumber_vis’ at pure-data/src/g_template.c:2142:9,
    inlined from ‘drawnumber_vis’ at pure-data/src/g_template.c:2120:13:
pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation]
 2060 |     strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘drawnumber_sprintf’,
inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2091:5, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2066:13: pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation] 2060 | strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘drawnumber_sprintf’, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2091:5, inlined from ‘drawnumber_getrect’ at pure-data/src/g_template.c:2066:13, inlined from ‘drawnumber_click’ at pure-data/src/g_template.c:2272:5: pure-data/src/g_template.c:2060:5: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation] 2060 | strncpy(buf, x->x_label->s_name, DRAWNUMBER_BUFSIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/var/tmp/pamac-build-newk/radium/src/radium-7.3.84/bin/packages/libpd-master' make: *** [Makefile:882: bin/packages/deletemetorebuild] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Newk-B commented on 2024-04-29 11:23 (UTC) (edited on 2024-05-31 23:05 (UTC) by Newk-B)

at the end of compiling i get this error:

+ rm -fr /run/media/newk/ElementsSE/tmp/pamac-build-newk/radium/pkg/radium/opt/radium/python-midi/src/sequencer_osx
+ cp -a packages/libpd-master /run/media/newk/ElementsSE/tmp/pamac-build-newk/radium/pkg/radium/opt/radium/packages/
./install.sh: line 102: 115103 Segmentation fault      cp -a packages/libpd-master "$TARGET/packages/"
==> ERROR: A failure occurred in package().
    Aborting...

EDIT: this was when compiling on an NTFS partition... did it again on a Ext4 partition and compiled without failing :P

kitchen_ace commented on 2023-09-16 05:52 (UTC)

I had to add this line to the start of the build() section to get it to compile properly

export INCLUDE_FAUSTDEV_BUT_NOT_LLVM="jadda"

as per https://github.com/kmatheussen/radium/issues/1385