Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669038 - dev-libs/softhsm-2.5.0 : OSSLCryptoFactory.cpp:145:2: error: ENGINE_load_rdrand was not declared in this scope
Summary: dev-libs/softhsm-2.5.0 : OSSLCryptoFactory.cpp:145:2: error: ENGINE_load_rdra...
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-19 19:48 UTC by Toralf Förster
Modified: 2018-10-19 20:29 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.04 KB, text/plain)
2018-10-19 19:48 UTC, Toralf Förster
Details
dev-libs:softhsm-2.5.0:20181019-191056.log (dev-libs:softhsm-2.5.0:20181019-191056.log,31.60 KB, text/plain)
2018-10-19 19:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,441.80 KB, text/plain)
2018-10-19 19:48 UTC, Toralf Förster
Details
environment (environment,22.50 KB, text/plain)
2018-10-19 19:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.52 KB, application/x-bzip)
2018-10-19 19:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.67 KB, application/x-bzip)
2018-10-19 19:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.53 KB, application/x-bzip)
2018-10-19 19:48 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 2018-10-19 19:48:22 UTC
libtool: compile:  x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../../.. -I./.. -I./../common -I./../data_mgr -I./../pkcs11 -O2 -pipe -march=native -Wall -Wextra -fvisibility=hidden -c OSSLCryptoFactory.cpp  -fPIC -DPIC -o .libs/OSSLCryptoFactory.o
OSSLCryptoFactory.cpp: In constructor ‘OSSLCryptoFactory::OSSLCryptoFactory()’:
OSSLCryptoFactory.cpp:145:2: error: ‘ENGINE_load_rdrand’ was not declared in this scope
  ENGINE_load_rdrand();
  ^~~~~~~~~~~~~~~~~~
OSSLCryptoFactory.cpp:145:2: note: suggested alternative: ‘ENGINE_load_padlock’

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

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

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

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.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby25 (with Rubygems) *



emerge -qpvO dev-libs/softhsm
[ebuild     U ] dev-libs/softhsm-2.5.0 [2.4.0] USE="libressl -bindist -migration-tool -test"
Comment 1 Toralf Förster gentoo-dev 2018-10-19 19:48:25 UTC
Created attachment 551866 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-19 19:48:28 UTC
Created attachment 551868 [details]
dev-libs:softhsm-2.5.0:20181019-191056.log
Comment 3 Toralf Förster gentoo-dev 2018-10-19 19:48:31 UTC
Created attachment 551870 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-10-19 19:48:34 UTC
Created attachment 551872 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-10-19 19:48:36 UTC
Created attachment 551874 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-19 19:48:39 UTC
Created attachment 551876 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-10-19 19:48:42 UTC
Created attachment 551878 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-10-19 20:29:58 UTC
The bug has been closed via the following commit(s):

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

commit fde471e298782241675d66f2e7a4e3c11cf4e599
Author:     Alon Bar-Lev <alonbl@gentoo.org>
AuthorDate: 2018-10-19 20:29:03 +0000
Commit:     Alon Bar-Lev <alonbl@gentoo.org>
CommitDate: 2018-10-19 20:29:47 +0000

    dev-libs/softhsm: fix libressl
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=669038
    Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
    Package-Manager: Portage-2.3.49, Repoman-2.3.11

 .../softhsm/files/softhsm-2.5.0-libressl.patch     | 32 ++++++++++++++++++++++
 dev-libs/softhsm/softhsm-2.5.0.ebuild              |  4 +++
 2 files changed, 36 insertions(+)