Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pybombs failed to building gnuradio-default undefined reference to `fftwf_set_planner_hooks' #629

Open
fabiozerbetto opened this issue Oct 3, 2024 · 0 comments

Comments

@fabiozerbetto
Copy link

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.

@fabiozerbetto 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant