Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823760 - net-wireless/bluez-5.62-r1 fails tests
Summary: net-wireless/bluez-5.62-r1 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: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-14 19:45 UTC by Agostino Sarubbo
Modified: 2021-11-14 20:47 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,38.82 KB, application/x-xz)
2021-11-14 19:45 UTC, Agostino Sarubbo
Details
1-test-suite.log (1-test-suite.log,548 bytes, text/plain)
2021-11-14 19:45 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 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.