Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 659738

Summary: net-wireless/iwd-0.3 : [TEST] FAIL: unit/test-arc4
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Ben Kohler <bkohler>
Status: RESOLVED FIXED    
Severity: normal CC: bkohler
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
net-wireless:iwd-0.3:20180701-024242.log
temp.tbz2

Description Toralf Förster gentoo-dev 2018-07-01 07:20:56 UTC
libtool: link: x86_64-pc-linux-gnu-gcc -fvisibility=hidden -O2 -pipe -march=native -Wl,-O1 -o unit/test-arc4 unit/test-arc4.o src/crypto.o  -Wl,--as-needed ell/.libs/libell-internal.a
./build-aux/test-driver: line 107:  6267 Aborted                 "$@" > $log_file 2>&1
FAIL: unit/test-arc4
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.    -fvisibility=hidden -O2 -pipe -march=native -c -o unit/test-wsc.o unit/test-wsc.c
/bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -fvisibility=hidden -O2 -pipe -march=native  -Wl,-O1 -Wl,--as-needed -o unit/test-wsc unit/test-wsc.o src/wscutil.o src/crypto.o src/ie.o src/watchlist.o src/eapol.o src/handshake.o src/eap.o src/util.o src/eap-wsc.o ell/libell-internal.la 
libtool: link: x86_64-pc-linux-gnu-gcc -fvisibility=hidden -O2 -pipe -march=native -Wl,-O1 -o unit/test-wsc unit/test-wsc.o src/wscutil.o src/crypto.o src/ie.o src/watchlist.o src/eapol.o src/handshake.o src/eap.o src/util.o src/eap-wsc.o  -Wl,--as-needed ell/.libs/libell-internal.a

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_test_20180623-161602

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-wireless/iwd
[ebuild  N    ] net-wireless/iwd-0.3  USE="client monitor" CPU_FLAGS_X86="aes ssse3"
Comment 1 Toralf Förster gentoo-dev 2018-07-01 07:20:59 UTC
Created attachment 537948 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-01 07:21:02 UTC
Created attachment 537950 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-07-01 07:21:06 UTC
Created attachment 537952 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-07-01 07:21:09 UTC
Created attachment 537954 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-07-01 07:21:11 UTC
Created attachment 537956 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-07-01 07:21:15 UTC
Created attachment 537958 [details]
net-wireless:iwd-0.3:20180701-024242.log
Comment 7 Toralf Förster gentoo-dev 2018-07-01 07:21:18 UTC
Created attachment 537960 [details]
temp.tbz2
Comment 8 Ben Kohler gentoo-dev 2018-07-01 12:45:58 UTC
This test passes on my notebook actively using iwd.  It fails on my other machine which isn't specifically configured for wifi (but does have the package deps & kernel features enforced by the ebuild).  

Let me see if I can find the missing piece.
Comment 9 Larry the Git Cow gentoo-dev 2018-07-01 22:11:34 UTC
The bug has been closed via the following commit(s):

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

commit eb8e6c7161769bf08271c1f7737f1c33a9ba2f62
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2018-07-01 22:09:48 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2018-07-01 22:11:20 +0000

    net-wireless/iwd: add a few more kernel CONFIG_* checks
    
    Found a few more required kernel features.  These are not needed for ALL
    iwd usage but they are needed for certain kinds of networks, and
    certainly needed for all tests to succeed.
    
    Closes: https://bugs.gentoo.org/659738
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 net-wireless/iwd/iwd-0.3.ebuild  | 23 +++++++++++++++--------
 net-wireless/iwd/iwd-9999.ebuild | 23 +++++++++++++++--------
 2 files changed, 30 insertions(+), 16 deletions(-)