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

Bug 823760

Summary: net-wireless/bluez-5.62-r1 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Pacho Ramos <pacho>
Status: RESOLVED INVALID    
Severity: normal CC: floppym
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log.xz
1-test-suite.log

Description Agostino Sarubbo gentoo-dev 2021-11-14 19:45:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-wireless/bluez-5.62-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-11-14 19:45:07 UTC
Created attachment 751160 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2021-11-14 19:45:07 UTC
Created attachment 751162 [details]
1-test-suite.log

1-test-suite.log
Comment 3 Mike Gilbert gentoo-dev 2021-11-14 20:47:34 UTC
bluez relies on several kernel options. Some of these options are required for running the unit tests.

Your build log indicates that your kernel does not have all necessary options enabled.

 * Checking for suitable kernel configuration options...
 *   CONFIG_BT:  is not set when it should be.
 *   CONFIG_BT_RFCOMM:   is not set when it should be.
 *   CONFIG_BT_RFCOMM_TTY:       is not set when it should be.
 *   CONFIG_BT_BNEP:     is not set when it should be.
 *   CONFIG_BT_BNEP_MC_FILTER:   is not set when it should be.
 *   CONFIG_BT_BNEP_PROTO_FILTER:        is not set when it should be.
 *   CONFIG_BT_HIDP:     is not set when it should be.
 *   CONFIG_CRYPTO_USER_API_HASH:        is not set when it should be.
 *   CONFIG_CRYPTO_USER_API_SKCIPHER:    is not set when it should be.
 *   CONFIG_CRYPTO_USER:         is not set when it should be.
 *   CONFIG_CRYPTO_USER_API:     is not set when it should be.
 *   CONFIG_CRYPTO_USER_API_AEAD:        is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.