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

I compiled the following into my kernel:

   Cryptographic API  --->

      User-space interface for hash algorithms
      User-space interface for symmetric key cipher algorithms
      User-space interface for random number generator algorithms
      User-space interface for AEAD cipher algorithms

Unfortunately I have the same error.  I should mention bluez seems to compile without error.  I'm looking into the test results as I'm having problems connecting to my bluetooth keyboard.  It may simply be that I'm not using bluetoothctl correctly, but I thought I should run the tests as a first step.

--
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