On 11/12/19 6:02 PM, rhubarbpieguy--- via blfs-support wrote:

Compiling Bluez with 'make test' fails with:

   ./test-driver line 107:   8971 Aborted                               "$@" > log_file 2>&1

   FAIL: unit/test-sdp

The process then locks.  What does the failure mean?  To that point the following pass:

   PASS: unit/test-eir
   PASS: unit/test-uuid
   PASS: unit/test-textfile
   PASS: unit/test-crc
   PASS: unit/test-crypto
   PASS: unit/test-ecc
   PASS: unit/test-ringbuf
   PASS: unit/test-queue
   PASS: unit/test-mgmt
   PASS: unit/test-uhid


Hello,

Please make sure you have the following enabled in your kernel - I encountered that with the last update that I did to that package:

CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=y
CONFIG_CRYPTO_USER_API_AEAD=y


That should allow it to surpass the test suite hangup

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to