Created attachment 800173 [details] build log Sorry, I have no idea if this might hint at a problem wih python or cmake stuff instead.
Created attachment 800175 [details] emerge --info
Created attachment 800177 [details] emerge -pqv
Created attachment 800179 [details] env
I can confirm the issue. Comparing with gr-osmosdr-with 0.2.3, newer gr-osmosdr-0.2.3_p20210128 explicitly depends on higher (3.10.3.0) version of gnuradio, probably some USE flag for gnuradio should be additionally set...
It seems USE="python" simply should be enabled for gr-osmosdr and it compiles with no problem.
(In reply to Uladzimir Bely from comment #5) > It seems USE="python" simply should be enabled for gr-osmosdr and it > compiles with no problem. Thank you! Works.
Thanks for pointing the problem out. I did some digging and it seems that OOT modules can no longer be build without python bindings. Will therefore drop USE=python shortly.
(In reply to Thomas Beierlein from comment #7) > Thanks for pointing the problem out. I did some digging and it seems that > OOT modules can no longer be build without python bindings. > > Will therefore drop USE=python shortly. I have to correct myself: OOT modules can be build without python bindings.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf04c51cb976faec35dbecdbb99a544b9d2282c commit 3bf04c51cb976faec35dbecdbb99a544b9d2282c Author: Thomas Beierlein <tomjbe@gentoo.org> AuthorDate: 2022-08-29 12:02:58 +0000 Commit: Thomas Beierlein <tomjbe@gentoo.org> CommitDate: 2022-08-29 12:03:29 +0000 net-wireless/gr-osmosdr: Fix build without python bindings Closes: https://bugs.gentoo.org/865807 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org> .../gr-osmosdr-0.2.3_p20210128-fix-enable-python.patch | 15 +++++++++++++++ net-wireless/gr-osmosdr/gr-osmosdr-0.2.3_p20210128.ebuild | 6 +++++- 2 files changed, 20 insertions(+), 1 deletion(-)