You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not able to install gnuradio using pybombs. When I run the installation
using pybombs prefix init, an error occurs during building python module:
[ 40%] Built target gnuradio-filter
[ 40%] Linking CXX executable filter_qa_firdes.cc
/usr/bin/ld: /lib/x86_64-linux-gnu/libfftw3f_threads.so.3: undefined reference to `fftwf_set_planner_hooks'
collect2: error: ld returned 1 exit status
make[2]: *** [gr-filter/lib/CMakeFiles/filter_qa_firdes.cc.dir/build.make:109: gr-filter/lib/filter_qa_firdes.cc] Error 1
make[1]: *** [CMakeFiles/Makefile2:5726: gr-filter/lib/CMakeFiles/filter_qa_firdes.cc.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
[ERROR] Build failed. See output above for error messages.
[ERROR] Problem occurred while building package gnuradio:
Build failed.
[ERROR] Error installing package gnuradio. Aborting.
I was able in the past to build the previous release 3.10.10 without issues in Debian 12.
I have fftw3 v3.3.10 installed in Debian and seems that gnuradio needs a different version, fftw3-3 that is listened in pybombs recipies dependecies but it do not build it during install.
The text was updated successfully, but these errors were encountered:
fabiozerbetto
changed the title
Pybombs failed to building gnuradio maint-3.10, undefined reference to `fftwf_set_planner_hooks'
Pybombs failed to building gnuradio-default undefined reference to `fftwf_set_planner_hooks'
Oct 3, 2024
I'm not able to install gnuradio using pybombs. When I run the installation
using pybombs prefix init, an error occurs during building python module:
[ 40%] Built target gnuradio-filter
[ 40%] Linking CXX executable filter_qa_firdes.cc
/usr/bin/ld: /lib/x86_64-linux-gnu/libfftw3f_threads.so.3: undefined reference to `fftwf_set_planner_hooks'
collect2: error: ld returned 1 exit status
make[2]: *** [gr-filter/lib/CMakeFiles/filter_qa_firdes.cc.dir/build.make:109: gr-filter/lib/filter_qa_firdes.cc] Error 1
make[1]: *** [CMakeFiles/Makefile2:5726: gr-filter/lib/CMakeFiles/filter_qa_firdes.cc.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
[ERROR] Build failed. See output above for error messages.
[ERROR] Problem occurred while building package gnuradio:
Build failed.
[ERROR] Error installing package gnuradio. Aborting.
I was able in the past to build the previous release 3.10.10 without issues in Debian 12.
I have fftw3 v3.3.10 installed in Debian and seems that gnuradio needs a different version, fftw3-3 that is listened in pybombs recipies dependecies but it do not build it during install.
The text was updated successfully, but these errors were encountered: