Package Details: radiotray-ng 0.2.9-1

Git Clone URL: https://aur.archlinux.org/radiotray-ng.git (read-only, click to copy)
Package Base: radiotray-ng
Description: An Internet radio player for Linux
Upstream URL: https://github.com/ebruck/radiotray-ng
Licenses: GPL
Submitter: twa022
Maintainer: twa022
Last Packager: twa022
Votes: 25
Popularity: 0.175540
First Submitted: 2017-05-03 15:12 (UTC)
Last Updated: 2024-11-13 14:09 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

OJaksch commented on 2019-10-10 05:53 (UTC) (edited on 2019-10-10 06:02 (UTC) by OJaksch)

Due to the update of boost and boost-libs to 1.71.0 radiotray-ng doesn't build anymore:

-- The CXX compiler identification is GNU 9.2.0

-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found CURL: /usr/lib/libcurl.so (found version "7.66.0")
-- Found PkgConfig: /bin/pkg-config (found version "1.6.3") -- Found Boost: /lib64/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0") found components: filesystem system log program_options thread -- Found wxWidgets: -pthread;;;-lwx_gtk3u_core-3.0;-lwx_baseu-3.0;-lwx_gtk3u_adv-3.0 (found version "3.0.4") -- Checking for one of the modules 'jsoncpp' -- Checking for one of the modules 'gstreamer-1.0' -- Checking for one of the modules 'libxdg-basedir' -- Checking for one of the modules 'libbsd' -- Checking for one of the modules 'appindicator3-0.1' -- Checking for one of the modules 'libnotify' -- Checking for one of the modules 'glibmm-2.4' -- Checking for one of the modules 'giomm-2.4' Building version: 0.2.6 for arch rolling -- DEB packaging... -- Configuring done CMake Error in src/radiotray-ng/CMakeLists.txt: Imported target "Boost::filesystem" includes non-existent path

"/include"

in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:

  • The path was deleted, renamed, or moved to another location.

  • An install or uninstall procedure did not complete successfully.

  • The installation package was faulty and references files it does not provide. [...]

timhs commented on 2018-06-29 20:52 (UTC)

I get build error with gobject, what can I do

In file included from /usr/include/glibmm-2.4/glibmm.h:90,
                 from /usr/include/giomm-2.4/giomm.h:22,
                 from /tmp/trizen-ths/radiotray-ng/src/radiotray-ng-0.2.2/src/radiotray-ng/extras/media_keys/linux/media_keys.cpp:23:
/usr/include/glibmm-2.4/glibmm/threads.h: In Elementfunktion »GPrivate* Glib::Threads::Private<T>::gobj()«:
/usr/include/glibmm-2.4/glibmm/threads.h:660:29: Fehler: »GPrivate« {aka »_GPrivate«} kann nicht nach »GPrivate*« {aka »_GPrivate*«} in Rückgabe umgewandelt werden
   GPrivate* gobj() { return gobject_; }
                             ^~~~~~~~
make[2]: *** [src/radiotray-ng/extras/media_keys/CMakeFiles/media_keys.dir/build.make:63: src/radiotray-ng/extras/media_keys/CMakeFiles/media_keys.dir/linux/media_keys.cpp.o] Fehler 1
make[1]: *** [CMakeFiles/Makefile2:535: src/radiotray-ng/extras/media_keys/CMakeFiles/media_keys.dir/all] Fehler 2
make: *** [Makefile:152: all] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...
:: Unable to build radiotray-ng - makepkg exited with code: 4

guzzard commented on 2018-06-10 18:23 (UTC) (edited on 2018-06-10 18:24 (UTC) by guzzard)

Add "sed -i 's/set(warnings "-Wno-deprecated-declarations -Wall -Wextra -Werror -Wpedantic")//g' CMakeLists.txt" below "cd "${srcdir}/${pkgname}-${pkgver}"".

In case you get build errors such as:

In file included from /usr/include/gtk-3.0/gtk/gtk.h:100,
                 from /tmp/yaourt-tmp-guzzard/aur-radiotray-ng/src/radiotray-ng-0.2.2/src/radiotray-ng/gui/appindicator/appindicator_gui.hpp:24,
                 from /tmp/yaourt-tmp-guzzard/aur-radiotray-ng/src/radiotray-ng-0.2.2/src/radiotray-ng/gui/appindicator/appindicator_gui.cpp:18:
/usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h:66:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved1’ [-Werror=parentheses]
   void (*__gtk_reserved1);
        ^
/usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h:67:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved2’ [-Werror=parentheses]
   void (*__gtk_reserved2);
        ^
/usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h:68:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved3’ [-Werror=parentheses]
   void (*__gtk_reserved3);
        ^
/usr/include/gtk-3.0/gtk/gtkfilechooserbutton.h:69:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved4’ [-Werror=parentheses]
   void (*__gtk_reserved4);
        ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:271,
                 from /tmp/yaourt-tmp-guzzard/aur-radiotray-ng/src/radiotray-ng-0.2.2/src/radiotray-ng/gui/appindicator/appindicator_gui.hpp:24,
                 from /tmp/yaourt-tmp-guzzard/aur-radiotray-ng/src/radiotray-ng-0.2.2/src/radiotray-ng/gui/appindicator/appindicator_gui.cpp:18:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:74:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved1’ [-Werror=parentheses]
   void (*__gtk_reserved1);
        ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:75:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved2’ [-Werror=parentheses]
   void (*__gtk_reserved2);
        ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:76:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved3’ [-Werror=parentheses]
   void (*__gtk_reserved3);
        ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:77:8: error: unnecessary parentheses in declaration of ‘__gtk_reserved4’ [-Werror=parentheses]
   void (*__gtk_reserved4);
        ^
cc1plus: all warnings being treated as errors
make[2]: *** [src/radiotray-ng/gui/appindicator/CMakeFiles/appindicator_gui.dir/build.make:63: src/radiotray-ng/gui/appindicator/CMakeFiles/appindicator_gui.dir/appindicator_gui.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:702: src/radiotray-ng/gui/appindicator/CMakeFiles/appindicator_gui.dir/all] Error 2
make: *** [Makefile:152: all] Error 2

TomaszGasior commented on 2018-06-09 13:15 (UTC)

Error: https://pastebin.com/TWR4912h

milkii commented on 2018-03-11 13:48 (UTC)

gst-plugins-good is also a dependency if one wants radiotray-ng to play audio.

TomaszGasior commented on 2018-02-06 08:39 (UTC)

Please increase "pkgrel" to force recompilation.

"radiotray-ng: error while loading shared libraries: libjsoncpp.so.19: cannot open shared object file: No such file or directory"

dixi_minga commented on 2017-12-09 10:40 (UTC)

@Bobses: "radiotray-ng: error while loading shared libraries: libjsoncpp.so.11: cannot open shared object file: No such file or directory"

I just reinstalled/rebuid it, then it worked again

Swipe commented on 2017-12-03 18:38 (UTC) (edited on 2017-12-09 10:43 (UTC) by Swipe)

@Bobses The easiest option is to remove radiotray-ng and install radiotray-ng-git until it's fixed (Edit. It has now been fixed by the no_fail_on_warning.patch. See comment above)

See https://github.com/ebruck/radiotray-ng/issues/43