Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674534 - dev-libs/softhsm-2.5.0 : configure: error: OpenSSL library has no GOST support
Summary: dev-libs/softhsm-2.5.0 : configure: error: OpenSSL library has no GOST support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL: https://github.com/opendnssec/SoftHSM...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-04 19:50 UTC by Toralf Förster
Modified: 2019-01-04 20:12 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.23 KB, text/plain)
2019-01-04 19:50 UTC, Toralf Förster
Details
dev-libs:softhsm-2.5.0:20190103-145836.log (dev-libs:softhsm-2.5.0:20190103-145836.log,5.31 KB, text/plain)
2019-01-04 19:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,249.31 KB, text/plain)
2019-01-04 19:50 UTC, Toralf Förster
Details
environment (environment,21.15 KB, text/plain)
2019-01-04 19:50 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.99 KB, application/x-bzip)
2019-01-04 19:50 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.59 KB, application/x-bzip)
2019-01-04 19:50 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.31 KB, application/x-bzip)
2019-01-04 19:50 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-01-04 19:50:34 UTC
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.5.0/work/softhsm-2.5.0/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_20181229-151642

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.31.1 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO dev-libs/softhsm
[ebuild  N    ] dev-libs/softhsm-2.5.0  USE="-bindist -libressl -migration-tool -test"
Comment 1 Toralf Förster gentoo-dev 2019-01-04 19:50:37 UTC
Created attachment 559866 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-04 19:50:40 UTC
Created attachment 559868 [details]
dev-libs:softhsm-2.5.0:20190103-145836.log
Comment 3 Toralf Förster gentoo-dev 2019-01-04 19:50:43 UTC
Created attachment 559870 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-04 19:50:45 UTC
Created attachment 559872 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-04 19:50:48 UTC
Created attachment 559874 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-04 19:50:51 UTC
Created attachment 559876 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-01-04 19:50:54 UTC
Created attachment 559878 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-01-04 20:12:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa9a7071818cab9ef3e6db9d5ce56c513970e99

commit 3aa9a7071818cab9ef3e6db9d5ce56c513970e99
Author:     Alon Bar-Lev <alonbl@gentoo.org>
AuthorDate: 2019-01-04 20:08:08 +0000
Commit:     Alon Bar-Lev <alonbl@gentoo.org>
CommitDate: 2019-01-04 20:09:45 +0000

    dev-libs/softhsm: openssl-1.1 does not have gost
    
    build should auto-detect available algorithm.
    
    as a temporary solution extract to own USE flag for user to specify.
    
    Closes: https://bugs.gentoo.org/674534
    Thanks: Toralf Förster
    Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/softhsm/metadata.xml         | 5 ++---
 dev-libs/softhsm/softhsm-2.4.0.ebuild | 6 +++---
 dev-libs/softhsm/softhsm-2.5.0.ebuild | 6 +++---
 3 files changed, 8 insertions(+), 9 deletions(-)