Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 625754 - dev-lang/swi-prolog-7.5.4 : cryptolib.c:359:33: error: CRYPTO_ONCE_STATIC_INIT undeclared here (not in a function)
Summary: dev-lang/swi-prolog-7.5.4 : cryptolib.c:359:33: error: CRYPTO_ONCE_STATIC_IN...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prolog project
URL:
Whiteboard:
Keywords:
: 595960 605190 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-07-20 18:14 UTC by Toralf Förster
Modified: 2017-10-06 13:40 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.06 KB, text/plain)
2017-07-20 18:14 UTC, Toralf Förster
Details
dev-lang:swi-prolog-7.5.4:20170720-175758.log (dev-lang:swi-prolog-7.5.4:20170720-175758.log,125.04 KB, text/plain)
2017-07-20 18:14 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,196.22 KB, text/plain)
2017-07-20 18:14 UTC, Toralf Förster
Details
environment (environment,152.13 KB, text/plain)
2017-07-20 18:14 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,52.35 KB, application/x-bzip)
2017-07-20 18:15 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,19.11 KB, application/x-bzip)
2017-07-20 18:15 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 2017-07-20 18:14:44 UTC
 static CRYPTO_ONCE once_read  = CRYPTO_ONCE_STATIC_INIT;
        ^~~~~~~~~~~
cryptolib.c:359:33: error: ‘CRYPTO_ONCE_STATIC_INIT’ undeclared here (not in a function)
 static CRYPTO_ONCE once_read  = CRYPTO_ONCE_STATIC_INIT;
                                 ^~~~~~~~~~~~~~~~~~~~~~~
cryptolib.c:360:8: error: unknown type name ‘CRYPTO_ONCE’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0_libressl_20170716-132702

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python3.5 (fallback)
  [4]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
Comment 1 Toralf Förster gentoo-dev 2017-07-20 18:14:48 UTC
Created attachment 486122 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-20 18:14:52 UTC
Created attachment 486124 [details]
dev-lang:swi-prolog-7.5.4:20170720-175758.log
Comment 3 Toralf Förster gentoo-dev 2017-07-20 18:14:55 UTC
Created attachment 486126 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-20 18:14:58 UTC
Created attachment 486128 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-20 18:15:01 UTC
Created attachment 486130 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-20 18:15:05 UTC
Created attachment 486132 [details]
logs.tbz2
Comment 7 Keri Harris gentoo-dev 2017-07-28 08:12:35 UTC
*** Bug 595960 has been marked as a duplicate of this bug. ***
Comment 8 Keri Harris gentoo-dev 2017-07-28 08:17:42 UTC
*** Bug 605190 has been marked as a duplicate of this bug. ***
Comment 9 Keri Harris gentoo-dev 2017-10-06 13:40:14 UTC
This is fixed in git with 7.5.15; swi-prolog now supports libressl. Thanks for reporting this bug.