Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 812131 - dev-lang/swi-prolog-8.3.27 - /.../crypto4pl.c: error: RSA_SSLV23_PADDING undeclared (first use in this function)
Summary: dev-lang/swi-prolog-8.3.27 - /.../crypto4pl.c: error: RSA_SSLV23_PADDING unde...
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:
Depends on:
Blocks: openssl-3.0
  Show dependency tree
 
Reported: 2021-09-08 07:41 UTC by Toralf Förster
Modified: 2021-09-26 09:23 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.67 KB, text/plain)
2021-09-08 07:41 UTC, Toralf Förster
Details
dev-lang:swi-prolog-8.3.27:20210908-031820.log (dev-lang:swi-prolog-8.3.27:20210908-031820.log,364.75 KB, text/plain)
2021-09-08 07:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,228.95 KB, text/plain)
2021-09-08 07:41 UTC, Toralf Förster
Details
environment (environment,102.68 KB, text/plain)
2021-09-08 07:41 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,16.84 KB, application/x-bzip)
2021-09-08 07:41 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,14.78 KB, application/x-bzip)
2021-09-08 07:41 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,45.44 KB, application/x-bzip)
2021-09-08 07:41 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 2021-09-08 07:41:12 UTC
      |                            ^~~~~~~~
/var/tmp/portage/dev-lang/swi-prolog-8.3.27/work/swipl-8.3.27/packages/ssl/crypto4pl.c: In function ‘get_padding’:
/var/tmp/portage/dev-lang/swi-prolog-8.3.27/work/swipl-8.3.27/packages/ssl/crypto4pl.c:851:69: error: ‘RSA_SSLV23_PADDING’ undeclared (first use in this function); did you mean ‘RSA_PKCS1_PADDING’?
  851 |     else if ( a == ATOM_sslv23  && mode == RSA_MODE )    *padding = RSA_SSLV23_PADDING;
      |                                                                     ^~~~~~~~~~~~~~~~~~
      |                                                                     RSA_PKCS1_PADDING
/var/tmp/portage/dev-lang/swi-prolog-8.3.27/work/swipl-8.3.27/packages/ssl/crypto4pl.c:851:69: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20210905-104438

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.3.1
 [2] x86_64-pc-linux-gnu-11.2.0 *
clang version 12.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.1
Python 3.9.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.54.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
  (none found)

  HEAD of ::gentoo
commit f249ef23a13decc0cf47274ec268696920ca55ee
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 8 02:36:31 2021 +0000

    2021-09-08 02:36:29 UTC

emerge -qpvO dev-lang/swi-prolog
[ebuild  N    ] dev-lang/swi-prolog-8.3.27  USE="X gmp libedit pcre qt5 readline ssl -archive -berkdb -debug -doc -java -minimal -odbc -test -uuid -yaml"
Comment 1 Toralf Förster gentoo-dev 2021-09-08 07:41:13 UTC
Created attachment 738214 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-09-08 07:41:15 UTC
Created attachment 738217 [details]
dev-lang:swi-prolog-8.3.27:20210908-031820.log
Comment 3 Toralf Förster gentoo-dev 2021-09-08 07:41:17 UTC
Created attachment 738220 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-09-08 07:41:18 UTC
Created attachment 738223 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-09-08 07:41:20 UTC
Created attachment 738226 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-09-08 07:41:21 UTC
Created attachment 738229 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-09-08 07:41:22 UTC
Created attachment 738232 [details]
temp.tar.bz2
Comment 8 Keri Harris gentoo-dev 2021-09-26 09:23:49 UTC
This is fixed in swi-prolog-8.3.29. Thanks for reporting this.