checking for OpenSSL ECC support... Found P256, P384, and P521 checking for OpenSSL GOST support... Cannot find GOST engine configure: error: OpenSSL library has no GOST support !!! Please attach the following file when seeking support: !!! /var/tmp/portage/dev-libs/softhsm-2.2.0-r1/work/softhsm-2.2.0/config.log ----------------------------------------------------------------- This is an unstable amd64 chroot image (named plasma-systemd-libressl-unstable_20170121-102229) at a hardened host acting as a tinderbox. ----------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-5.4.0 * llvm-config --version: 3.9.1 Available Java Virtual Machines: [1] icedtea-7 system-vm [2] icedtea-bin-7 [3] icedtea-bin-8 Available Python interpreters, in order of preference: [1] python3.4 [2] python2.7 (fallback) java-config: The following VMs are available for generation-2: *) IcedTea JDK 7.2.6.8 [icedtea-7] 2) IcedTea JDK 7.2.6.8 [icedtea-bin-7] 3) IcedTea JDK 3.2.0 [icedtea-bin-8] -----------------------------------------------------------------
Created attachment 461636 [details] emerge-info.txt
Created attachment 461638 [details] config.log
Created attachment 461640 [details] dev-libs:softhsm-2.2.0-r1:20170127-172435.log
Created attachment 461642 [details] emerge-history.txt
Created attachment 461644 [details] environment
Created attachment 461646 [details] etc.portage.tbz2
I disabled gost for libressl, please check.
(In reply to Alon Bar-Lev from comment #7) solved - now the package stucks later in : /../common -I./../cryptoki_compat -I./../data_mgr -I./.. -I/usr/local/include -O2 -pipe -march=native -Wall -Wextra -std=c++11 -fvisibility=hidden -c -o OSSLDH.lo OSSLDH.cpp libtool: compile: x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I./../common -I./../cryptoki_compat -I./../data_mgr -I./.. -I/usr/local/include -O2 -pipe -march=native -Wall -Wextra -std=c++11 -fvisibility=hidden -c OSSLDH.cpp -fPIC -DPIC -o .libs/OSSLDH.o OSSLDH.cpp: In member function ‘virtual bool OSSLDH::generateKeyPair(AsymmetricKeyPair**, AsymmetricParameters*, RNG*)’: OSSLDH.cpp:141:39: error: ‘DH_set0_pqg’ was not declared in this scope if (!DH_set0_pqg(dh, bn_p, NULL, bn_g)) ^ OSSLDH.cpp:154:49: error: ‘DH_set_length’ was not declared in this scope if (!DH_set_length(dh, params->getXBitLength())) ^ OSSLDH.cpp: In member function ‘virtual bool OSSLDH::deriveKey(SymmetricKey**, PublicKey*, PrivateKey*)’: OSSLDH.cpp:207:36: error: ‘DH_get0_key’ was not declared in this scope DH_get0_key(pub, &bn_pub_key, NULL); ^ OSSLDH.cpp: In member function ‘virtual bool OSSLDH::generateParameters(AsymmetricParameters**, void*, RNG*)’: OSSLDH.cpp:299:36: error: ‘DH_get0_pqg’ was not declared in this scope DH_get0_pqg(dh, &bn_p, NULL, &bn_g); ^ make[5]: *** [Makefile:742: OSSLDH.lo] Error 1
(In reply to Toralf Förster from comment #8) > (In reply to Alon Bar-Lev from comment #7) > > solved - now the package stucks later in : > > OSSLDH.cpp: In member function ‘virtual bool > OSSLDH::generateParameters(AsymmetricParameters**, void*, RNG*)’: > OSSLDH.cpp:299:36: error: ‘DH_get0_pqg’ was not declared in this scope > DH_get0_pqg(dh, &bn_p, NULL, &bn_g); > ^ > make[5]: *** [Makefile:742: OSSLDH.lo] Error 1 dup of bug#607496 (yours) already fixed, please re-sync with latest.
got at the unstable amd64 chroot image 17.0-developer_20181229-151642 this : configure: error: OpenSSL library has no GOST support
Created attachment 559622 [details] emerge-info.txt
Created attachment 559624 [details] dev-libs:softhsm-2.5.0:20190103-145836.log
Created attachment 559626 [details] emerge-history.txt
Created attachment 559628 [details] environment
Created attachment 559630 [details] etc.portage.tbz2
Created attachment 559632 [details] logs.tbz2
Created attachment 559634 [details] temp.tbz2
(In reply to Toralf Förster from comment #10) > got at the unstable amd64 chroot image 17.0-developer_20181229-151642 this : > configure: error: OpenSSL library has no GOST support this is not openssl, different issue.
(In reply to Alon Bar-Lev from comment #18) ok, filed bug #674534 for it
(In reply to Toralf Förster from comment #19) > (In reply to Alon Bar-Lev from comment #18) > ok, filed bug #674534 for it Thanks!