opendnssec / SoftHSMv2

SoftHSM version 2
http://www.softhsm.org/
Other
767 stars 339 forks source link

[ubuntu 22] FAIL: cryptotest #697

Open jkr1987 opened 1 year ago

jkr1987 commented 1 year ago

Hello I'm actualy trying to build the SoftHSMV2 on Ubuntu 22

make passed fine, but make test failed

make  check-TESTS
make[5]: Entering directory '/home/jk/pqapp-build/SoftHSMv2/src/lib/crypto/test'
make[6]: Entering directory '/home/jk/pqapp-build/SoftHSMv2/src/lib/crypto/test'
FAIL: cryptotest
============================================================================
Testsuite summary for SoftHSM 2.6.1
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/lib/crypto/test/test-suite.log
============================================================================

i saw src/lib/crypto/test/test-suite.log but that give me the same informations when i run ./configure i see : checking for cppunit-config... no

in shell : cppunit-config: command not found

i don't undestand beause libcppunit package is present.

Thankful for any wise thoughts.

rijswijk commented 1 year ago

Did you install libcppunit only? To build, you need libcppunit-dev as well as far as I know.

jkr1987 commented 1 year ago

yes i did : libcppunit-dev is already the newest version (1.15.1-4)