Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912865 - net-wireless/crda-4.15-r1 fails tests (PYTHON-3.12-SYSTEM): make: [Makefile:109: regulatory.bin] Error 1
Summary: net-wireless/crda-4.15-r1 fails tests (PYTHON-3.12-SYSTEM): make: [Makefile:1...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2023-08-23 09:37 UTC by Agostino Sarubbo
Modified: 2023-08-23 20:27 UTC (History)
0 users

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


Attachments
build.log (build.log,49.97 KB, text/plain)
2023-08-23 09:37 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-08-23 09:37:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/crda-4.15-r1 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-23 09:37:23 UTC
Created attachment 868515 [details]
build.log

build log and emerge --info
Comment 2 Paul Zander 2023-08-23 10:53:38 UTC
Seems like net-wireless/crda needs `test? ( net-wireless/wireless-regdb[crda] )` in BDEPEND.

Because that installs `/usr/lib/crda/regulatory.bin`.
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2023-08-23 20:13:01 UTC
(In reply to Paul Zander from comment #2)
> Seems like net-wireless/crda needs `test? (
> net-wireless/wireless-regdb[crda] )` in BDEPEND.
> 
> Because that installs `/usr/lib/crda/regulatory.bin`.

agreed
Comment 4 Larry the Git Cow gentoo-dev 2023-08-23 20:27:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=812d0ce5d299f62781d8f6cd0ebee6264ea654ac

commit 812d0ce5d299f62781d8f6cd0ebee6264ea654ac
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2023-08-23 20:26:01 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2023-08-23 20:27:10 +0000

    net-wireless/crda: fix testing
    
    New wireless-regdb doesn't install the files needed for crda to test by
    default.  Fix the deps so test work.
    Closes: https://bugs.gentoo.org/912865
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 net-wireless/crda/{crda-4.15-r1.ebuild => crda-4.15-r2.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3035a26ee25ad314947f303fce416fc519d68bf2

commit 3035a26ee25ad314947f303fce416fc519d68bf2
Author:     Rick Farina <zerochaos@gentoo.org>
AuthorDate: 2023-08-23 20:24:46 +0000
Commit:     Rick Farina <zerochaos@gentoo.org>
CommitDate: 2023-08-23 20:27:09 +0000

    net-wireless/wireless-regdb: adjust deps
    
    When crda tests it needs wireless-regdb[crda] which causes a circular
    dep issue.  Resolve the circular dep using PDEPEND
    Bug: https://bugs.gentoo.org/912865
    Signed-off-by: Rick Farina <zerochaos@gentoo.org>

 ...less-regdb-20230503-r1.ebuild => wireless-regdb-20230503-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)