Package Details: gnuradio-git v3.11.0.0git.501.g86cde54a7-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: 2023-08-01 07:43 (UTC)

Required by (50)

Sources (1)

Latest Comments

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

not_anonymous commented on 2017-03-12 15:41 (UTC)

Built a.o.k. here in mid-feb-17

ta33ers commented on 2016-11-23 16:06 (UTC)

I was trying to update, received this error, as a side note, I have been trying to build from source, I was able to do it two weeks ago, but have had the same errors this week with a new attempt. I should add that I got to 71% before my errors occured. [ 65%] Building CXX object gr-comedi/lib/CMakeFiles/gnuradio-comedi.dir/sink_s_impl.cc.o [ 65%] Building CXX object gr-comedi/lib/CMakeFiles/gnuradio-comedi.dir/source_s_impl.cc.o [ 65%] Linking CXX shared library libgnuradio-comedi-3.7.11git.so /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libcomedi.a(libcomedi_la-cmd.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libcomedi.a(libcomedi_la-comedi.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libcomedi.a(libcomedi_la-error.o): relocation R_X86_64_TPOFF32 against symbol `__comedi_errno' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libcomedi.a(libcomedi_la-filler.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/6.2.1/../../../../lib/libcomedi.a(libcomedi_la-ioctl.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: libgnuradio-comedi-3.7.11git.so.0.0.0: version node not found for symbol comedi_get_front_count@@v0.7.18 /usr/bin/ld: failed to set dynamic section sizes: Bad value collect2: error: ld returned 1 exit status make[2]: *** [gr-comedi/lib/CMakeFiles/gnuradio-comedi.dir/build.make:138: gr-comedi/lib/libgnuradio-comedi-3.7.11git.so.0.0.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:9824: gr-comedi/lib/CMakeFiles/gnuradio-comedi.dir/all] Error 2 make: *** [Makefile:161: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build gnuradio-git.

asdil12 commented on 2016-04-26 09:50 (UTC)

scotchnsoda: applied the changes

sodaBitters commented on 2016-04-26 02:59 (UTC) (edited on 2016-04-26 06:15 (UTC) by sodaBitters)

The pkgbuild is still out of date. As keenerd said, need to add 'libvolk' to depends, and remove line 41-44 ( all the stuff about pulling volk submodule). The flag -DENABLE_INTERNAL_VOLK=OFF should be added too. Also, they restructured the grc/ directory. pkgbuild also needs the following edits. line 46: sed -i -e "s|GR_PKG_LIBEXEC_DIR|GR_RUNTIME_DIR|" grc/scripts/freedesktop/CMakeLists.txt line 70: cd "$srcdir/$_gitname/grc/freedesktop"

keenerd commented on 2016-03-23 23:00 (UTC) (edited on 2016-03-24 01:07 (UTC) by keenerd)

Volk has issues when building with cmake 3.5. I've created a libvolk-git package to fix this. (And will be making an official volk package for the repositories.) Could you remove the submodules stuff, add 'libvolk' to the depends, and use the -DENABLE_INTERNAL_VOLK=OFF switch?

asdil12 commented on 2015-04-17 06:36 (UTC)

@keenerd: updated

keenerd commented on 2015-04-16 23:26 (UTC)

Here is an updated pkgbuild: http://kmkeen.com/tmp/PKGBUILD.gnuradio-git

dack commented on 2014-08-27 19:57 (UTC)

A couple of dependency issues: - wxpython optional dependency should be wxpython2.8. AFAIK gnuradio does not support wxpython 3.0 - there is on optional dependency on pyxml, which does not exist in arch or AUR.

kg4cjv commented on 2014-08-23 21:32 (UTC)

please add python2-cheetah to dependencies.

asdil12 commented on 2014-05-24 06:29 (UTC)

This is a git pkg so the testsuite may contain fails. If you want to skip the testsuite, there is a yaourt/makepkg option (something like --nocheck).