Package Details: gnuradio-git v3.11.0.0git.717.g72e21b54c-1

Git Clone URL: https://aur.archlinux.org/gnuradio-git.git (read-only, click to copy)
Package Base: gnuradio-git
Description: General purpose DSP and SDR toolkit, with drivers for usrp and fcd.
Upstream URL: https://github.com/gnuradio/gnuradio
Keywords: sdr
Licenses: GPL
Conflicts: gnuradio, gnuradio-companion
Provides: gnuradio, gnuradio-companion
Submitter: None
Maintainer: karel
Last Packager: karel
Votes: 25
Popularity: 0.000000
First Submitted: 2010-08-05 12:14 (UTC)
Last Updated: 2024-04-29 08:59 (UTC)

Required by (50)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

alfonzo1955 commented on 2014-05-23 20:45 (UTC)

@Chehri I got the same error, just comment out the "make test" line in the PKGBUILD

Manouchehri commented on 2014-05-23 07:45 (UTC)

98% tests passed, 4 tests failed out of 188 Total Test time (real) = 186.42 sec The following tests FAILED: 88 - qa_freq_xlating_fft_filter (Failed) 186 - qa_zeromq_pub (Failed) 187 - qa_zeromq_reqrep (Failed) 188 - qa_zeromq_pushpull (Failed)

pghpete commented on 2014-04-23 03:03 (UTC)

If anyone is having trouble with building this, getting a message about "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set.", I solved it by "pacman -S basebuild cheetah" and then the build went sucessuflly. Hopefully this helps someone else out there too. Regards! --pghpete

scap1784 commented on 2013-09-24 17:16 (UTC)

The qa_qtgui module is failing. When I run it manually in gdb and bt after the segfault I get. #0 0x00007fffedcd360a in QString::fromLocal8Bit(char const*, int) () from /lib64/libQtCore.so.4 #1 0x00007fffedd8fc61 in QCoreApplication::arguments() () from /lib64/libQtCore.so.4 #2 0x00007fffee335c3a in ?? () from /lib64/libQtGui.so.4 #3 0x00007fffee3367d5 in ?? () from /lib64/libQtGui.so.4 #4 0x00007fffec819c38 in _SmcProcessMessage () from /lib64/libSM.so.6 #5 0x00007fffec60aa26 in IceProcessMessages () from /lib64/libICE.so.6 #6 0x00007fffedda1b48 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib64/libQtCore.so.4 #7 0x00007fffeddec57e in QSocketNotifier::activated(int) () from /lib64/libQtCore.so.4 #8 0x00007fffeddaa92b in QSocketNotifier::event(QEvent*) () from /lib64/libQtCore.so.4 #9 0x00007fffee2bd12c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQtGui.so.4 #10 0x00007fffee2c36f0 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQtGui.so.4 #11 0x00007fffedd8debd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib64/libQtCore.so.4 #12 0x00007fffeddbb780 in ?? () from /lib64/libQtCore.so.4 #13 0x00007fffed18ad96 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0 #14 0x00007fffed18b0e8 in ?? () from /lib64/libglib-2.0.so.0 #15 0x00007fffed18b18c in g_main_context_iteration () from /lib64/libglib-2.0.so.0 #16 0x00007fffeddbab25 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4 #17 0x00007fffee35a266 in ?? () from /lib64/libQtGui.so.4 #18 0x00007fffedd913ef in QCoreApplication::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4 #19 0x00007fffef5e97fe in SpectrumGUIClass::openSpectrumWindow(QWidget*, bool, bool, bool, bool) () from /home/scap/code/radio/gnuradio-git/src/gnuradio/build/gr-qtgui/lib/libgnuradio-qtgui-3.7.2git.so.0.0.0 #20 0x00007fffef5ee75d in gr::qtgui::sink_c_impl::initialize() () from /home/scap/code/radio/gnuradio-git/src/gnuradio/build/gr-qtgui/lib/libgnuradio-qtgui-3.7.2git.so.0.0.0 #21 0x00007fffef5eefc4 in gr::qtgui::sink_c_impl::sink_c_impl(int, int, double, double, std::string const&, bool, bool, bool, bool, QWidget*) () from /home/scap/code/radio/gnuradio-git/src/gnuradio/build/gr-qtgui/lib/libgnuradio-qtgui-3.7.2git.so.0.0.0 #22 0x00007fffef5ef147 in gr::qtgui::sink_c::make(int, int, double, double, std::string const&, bool, bool, bool, bool, QWidget*) () from /home/scap/code/radio/gnuradio-git/src/gnuradio/build/gr-qtgui/lib/libgnuradio-qtgui-3.7.2git.so.0.0.0 #23 0x00007fffef8f0aa9 in _wrap_sink_c_make () from /home/scap/code/radio/gnuradio-git/src/gnuradio/build/gr-qtgui/python/qtgui/../../swig/_qtgui_swig.so #24 0x00007ffff7af8ad4 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0 #25 0x00007ffff7afa290 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0 #26 0x00007ffff7af9489 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0 #27 0x00007ffff7af9552 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0 #28 0x00007ffff7afa290 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0 ... Any ideas?

Nidhogg commented on 2013-07-21 07:58 (UTC)

I included -j1 as you said. But, tests are still failing. This is my output: 97% tests passed, 5 tests failed out of 173 Total Test time (real) = 268.11 sec The following tests FAILED: 1 - qa_volk_test_all (Failed) 22 - qa_udp_source_sink (Failed) 76 - qa_fir_filter (Failed) 79 - qa_freq_xlating_fir_filter (Failed) 167 - qa_codec2_vocoder (Failed) Errors while running CTest make: *** [test] Error 8

simeonfelis commented on 2013-07-19 21:03 (UTC)

@Nidhogg: use -j1 in makeflags (/etc/makepkg.conf). Tests worked after that

Nidhogg commented on 2013-04-30 06:32 (UTC)

The various plot tools gr_plot_* require python2-matplotlib. Therefore, shouldn't python2-matplotlib be included in the Optional Dependencies?

asdil12 commented on 2013-04-29 21:09 (UTC)

@bigshot: did you rebuild libuhd with boost 1.53?

bigshot commented on 2013-04-29 19:09 (UTC)

@asdil12: Thanks but unfortunately it doesn't work... libboost 1.53 installed, ldconfig exeuted, no 1.52 relicts ( http://pastebin.com/RBUFpvvx http://pastebin.com/sPxrPZgt ) The same error: http://pastebin.com/zxu0CkFC "riferimento non definito a" means "reference not defined to" It looks like libuhd wants the old 1.52 version of libboost... (yep, sources are fresh downloaded from git without errors)