Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741064 - net-wireless/iwd-1.8-r2 fails tests
Summary: net-wireless/iwd-1.8-r2 fails tests
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-08 07:09 UTC by Agostino Sarubbo
Modified: 2020-09-08 22:01 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,60.89 KB, text/plain)
2020-09-08 07:09 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 2020-09-08 07:09:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/iwd-1.8-r2 fails tests.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-08 07:09:06 UTC
Created attachment 659060 [details]
build.log

build log and emerge --info
Comment 2 Ben Kohler gentoo-dev 2020-09-08 10:53:31 UTC
 *   CONFIG_CRYPTO_ARC4:	 is not set when it should be.
 
[0;31mFAIL[m: unit/test-arc4


Please fix all kernel config issues before reporting any test failures, the tests rely on these kernel features.
Comment 3 Alexey Skobkin 2020-09-08 21:59:08 UTC
> CONFIG_CRYPTO_ARC4:	 is not set when it should be.

I have the same message, but ARC4 is enabled in the kernel.
To be precise I had these flags "disabled" according to iwd:

> CONFIG_CRYPTO_USER_API_SKCIPHER
> CONFIG_CRYPTO_ECB
> CONFIG_CRYPTO_ARC4

But all of them were built into the kernel.
Comment 4 Ben Kohler gentoo-dev 2020-09-08 22:01:37 UTC
(In reply to skobk.in from comment #3)
> > CONFIG_CRYPTO_ARC4:	 is not set when it should be.
> 
> I have the same message, but ARC4 is enabled in the kernel.
> To be precise I had these flags "disabled" according to iwd:
> 
> > CONFIG_CRYPTO_USER_API_SKCIPHER
> > CONFIG_CRYPTO_ECB
> > CONFIG_CRYPTO_ARC4
> 
> But all of them were built into the kernel.

Hi there,

This *runtime* error/misdetection is actually due to bug 741158	which I fixed up a bit earlier (by adding iwd-1.9 to match this new ell-0.33, and also forcing iwd-1.8 to use ell-0.32)