Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865807 - net-wireless/gr-osmosdr-0.2.3_p20210128 Target "gnuradio-osmosdr" links to target "Python::Module" but the target was not found.
Summary: net-wireless/gr-osmosdr-0.2.3_p20210128 Target "gnuradio-osmosdr" links to ta...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Radio project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-19 14:12 UTC by Christoph Feikes
Modified: 2022-08-29 12:08 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build log (build.log,13.85 KB, text/x-log)
2022-08-19 14:12 UTC, Christoph Feikes
Details
emerge --info (emerge.info,6.79 KB, text/plain)
2022-08-19 14:13 UTC, Christoph Feikes
Details
emerge -pqv (emerge.pqv,523 bytes, text/plain)
2022-08-19 14:13 UTC, Christoph Feikes
Details
env (environment,127.73 KB, text/plain)
2022-08-19 14:14 UTC, Christoph Feikes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Feikes 2022-08-19 14:12:32 UTC
Created attachment 800173 [details]
build log

Sorry, I have no idea if this might hint at a problem wih python or cmake stuff instead.
Comment 1 Christoph Feikes 2022-08-19 14:13:13 UTC
Created attachment 800175 [details]
emerge --info
Comment 2 Christoph Feikes 2022-08-19 14:13:38 UTC
Created attachment 800177 [details]
emerge -pqv
Comment 3 Christoph Feikes 2022-08-19 14:14:00 UTC
Created attachment 800179 [details]
env
Comment 4 Uladzimir Bely 2022-08-20 16:15:10 UTC
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...
Comment 5 Uladzimir Bely 2022-08-20 18:17:43 UTC
It seems USE="python" simply should be enabled for gr-osmosdr and it compiles with no problem.
Comment 6 Christoph Feikes 2022-08-21 04:21:38 UTC
(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.
Comment 7 Thomas Beierlein gentoo-dev 2022-08-28 08:55:47 UTC
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.
Comment 8 Thomas Beierlein gentoo-dev 2022-08-29 11:56:42 UTC
(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.
Comment 9 Larry the Git Cow gentoo-dev 2022-08-29 12:08:05 UTC
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(-)