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.000001
First Submitted: 2013-05-22 03:41 (UTC)
Last Updated: 2024-06-07 06:47 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

yustin commented on 2023-08-04 11:25 (UTC)

sg75 rebuild qt5-Webkit ...

sg75 commented on 2023-08-03 09:30 (UTC) (edited on 2023-08-03 10:14 (UTC) by sg75)

@FabioLolix Installs! Thanks. But does not run: ''' /opt/radium/radium_linux.bin: error while loading shared libraries: libicui18n.so.72: cannot open shared object file: No such file or directory ''' I seem to have libicu 73 installed.

FabioLolix commented on 2023-08-02 21:13 (UTC)

@sg75 building with devtools worked fine for me, I have uploaded the build package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/

For readibility please encapsulate text error with ``` at top and bottom

sg75 commented on 2023-08-02 20:50 (UTC)

./compile_to_tmp.sh g++ -mfpmath=sse -msse2 audio/stk_clarinet.cpp -D__STDC_FORMAT_MACROS=1 -c cat buildtype.opt -Ibin/packages/gc-7.4.16/include -IQt/ -I /usr/include/python2.7 cat flagopts.opt -Werror=array-bounds -msse2 -fomit-frame-pointer -DFOR_LINUX -DQT_X11EXTRAS_LIB -I/usr/include/qt/QtX11Extras -I/usr/include/qt -I/usr/include/qt/QtCore -DQT_GUI_LIB -I/usr/include/qt/QtGui -DQT_CORE_LIB -DRADIUM_USES_MOLD_OR_LDD=0 -DWITH_FAUST_DEV -DWITH_PD -I ~/SDKs/VST_SDK/VST2_SDK/ -I ~/SDKs/vstsdk2.4/ -I/usr/include/vst36 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing -Wmissing-field-initializers -Wnull-dereference -Wwrite-strings -DTHREADED_OPENGL=1 -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wrestrict -fmax-errors=5 -DUSE_QT5 -Wmissing-declarations -DNDEBUG -std=gnu++17 -Wno-register -DUSE_QT4 -DUSE_QIMAGE_BUFFER=1 /usr/bin/pkg-config --cflags Qt5Gui --cflags Qt5Network --cflags Qt5OpenGL --cflags Qt5Widgets --cflags Qt5WebKitWidgets --cflags Qt5WebKit --cflags Qt5Concurrent -I/home/sg75/.cache/yay/radium/src/radium-7.1.89/bin/packages/qhttpserver-master/src -I/home/sg75/.cache/yay/radium/src/radium-7.1.89/bin/packages/QScintilla_gpl-2.10.8/Qt4Qt5 -DQHTTPSERVER_EXPORT -fPIC -Wno-overloaded-virtual -Wno-unused-function -Wno-missing-declarations -Wno-deprecated-declarations -fno-sanitize=vptr -O3 -I/home/sg75/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/architecture -Wno-float-equal -DCLASSNAME=Clarinet_dsp -DDSP_NAME=\"STK\ Clarinet\" -DCREATE_NAME=create_stk_clarinet_plugin -Iaudio/faust-examples/faust-stk Compiling audio/stk_clarinet.cpp... In file included from audio/../Qt/FocusSniffers.h:96, from audio/zita_rev.cpp:50: audio/../Qt/../bin/packages/QScintilla_gpl-2.10.8/Qt4Qt5/Qsci/qsciscintilla.h:2213:5: error: 'ScintillaBytes' does not name a type

Any hints? It is important, we are currently (August 2023) running a Radium Libre Music Challenge ^^ https://linuxmusicians.com/viewtopic.php?f=40&p=158618#p158618

brandflake11 commented on 2023-05-20 15:06 (UTC) (edited on 2023-05-21 19:16 (UTC) by brandflake11)

Hey, no problem, I'll keep working on it here and there and see if anything changes and post my findings here.

EDIT: I was able to create the package using a clean arch linux docker image. So, it looks like it was just my computer/arch install. That's not good. :P

Thank you for your help @yustin.

yustin commented on 2023-05-20 08:35 (UTC)

Hmmmm .... got no idea since it works here. I just compiled it using yay. Maybe there's some leftovers in .cache/yay/radium. I would just delete that dir to be sure. Otherwise I got no clue what's going on.

brandflake11 commented on 2023-05-19 21:24 (UTC) (edited on 2023-05-19 21:25 (UTC) by brandflake11)

It is still not making a proper package it looks like, although it says it compiled, but the PKGBUILD failed. Here is a good portion of the compilation from the end, as the full log was too much to load into pastebin:

https://pastebin.com/T75kbbx6

yustin commented on 2023-05-17 09:31 (UTC)

try now brandflake11

brandflake11 commented on 2023-05-16 19:43 (UTC) (edited on 2023-05-16 19:43 (UTC) by brandflake11)

Hello, I'm having some issues with this PKGBUILD:

/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh: In member function ‘void FBCInterpreter<REAL, TRACE>::ExecuteBlock(FBCBlockInstruction<REAL>*, bool) [with REAL = double; int TRACE = 0]’:
/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh:3037:14: warning: array subscript ‘double[0]’ is partly outside array bounds of ‘int [1]’ [-Warray-bounds=]
 3037 |         REAL v2 = *reinterpret_cast<REAL*>(&v1);
  |              ^~
/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/compiler/generator/interpreter/fbc_interpreter.hh:3036:14: note: object ‘v1’ of size 4
 3036 |         int  v1 = popInt();
  |              ^~
make[5]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[4]: *** [CMakeFiles/Makefile2:182: CMakeFiles/staticlib.dir/all] Error 2
make[4]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[3]: *** [Makefile:156: all] Error 2
make[3]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build/faustdir'
make[2]: *** [Makefile:79: all] Error 2
make[2]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust/build'
make[1]: *** [Makefile:33: most] Error 2
make[1]: Leaving directory '/home/brandon/.cache/yay/radium/src/radium-7.1.89/bin/packages/faust'
make: *** [Makefile:850: bin/packages/deletemetorebuild] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

yustin commented on 2023-04-20 20:54 (UTC)

Newk-B ... https://aur.archlinux.org/cgit/aur.git/tree/radium.install?h=radium that's how it works for me ... seems pamac doesn't care for the installfile ... it's just a symlink ... maybe there's a better solution ... find it and show me :) .... it was FabioLolix who forced me to move radium7 to radium ... been here for a while already ;P