Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669052 - net-misc/openssh-7.9_p1 : openssl-compat.c:82:22: error: OPENSSL_INIT_ADD_ALL_CIPHERS undeclared (first use in this function)
Summary: net-misc/openssh-7.9_p1 : openssl-compat.c:82:22: error: OPENSSL_INIT_ADD_ALL...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2018-10-20 08:04 UTC by Toralf Förster
Modified: 2018-10-22 17:32 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.15 KB, text/plain)
2018-10-20 08:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,450.45 KB, text/plain)
2018-10-20 08:04 UTC, Toralf Förster
Details
environment (environment,138.45 KB, text/plain)
2018-10-20 08:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,26.55 KB, application/x-bzip)
2018-10-20 08:04 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,43.31 KB, application/x-bzip)
2018-10-20 08:04 UTC, Toralf Förster
Details
net-misc:openssh-7.9_p1:20181020-022408.log (net-misc:openssh-7.9_p1:20181020-022408.log,74.60 KB, text/plain)
2018-10-20 08:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,40.93 KB, application/x-bzip)
2018-10-20 08:04 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-20 08:04:32 UTC
  ^~~~~~~~~~~~~~~~~~~
  OPENSSL_init
openssl-compat.c:82:22: error: ‘OPENSSL_INIT_ADD_ALL_CIPHERS’ undeclared (first use in this function)
  OPENSSL_init_crypto(OPENSSL_INIT_ADD_ALL_CIPHERS |
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
openssl-compat.c:82:22: 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.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 net-misc/openssh
[ebuild     U ] net-misc/openssh-7.9_p1 [7.8_p1] USE="libressl pam pie ssl -X -X509 -audit -bindist -debug -hpn -kerberos -ldns -libedit -livecd -sctp (-selinux) -static -test"
Comment 1 Toralf Förster gentoo-dev 2018-10-20 08:04:35 UTC
Created attachment 551904 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-20 08:04:38 UTC
Created attachment 551906 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-10-20 08:04:41 UTC
Created attachment 551908 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-10-20 08:04:43 UTC
Created attachment 551910 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-10-20 08:04:46 UTC
Created attachment 551912 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-20 08:04:49 UTC
Created attachment 551914 [details]
net-misc:openssh-7.9_p1:20181020-022408.log
Comment 7 Toralf Förster gentoo-dev 2018-10-20 08:04:52 UTC
Created attachment 551916 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-10-22 17:32:34 UTC
The bug has been closed via the following commit(s):

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

commit 7e539010154b1efd978198ddd8902cfc0a5be957
Author:     Patrick McLean <patrick.mclean@sony.com>
AuthorDate: 2018-10-22 17:31:15 +0000
Commit:     Patrick McLean <chutzpah@gentoo.org>
CommitDate: 2018-10-22 17:31:30 +0000

    net-misc/openssh: Fix openssl-1.0.2 patch to fix libressl as well
    
    This also adds a patch to fix a bunch of QA warnings with USE=-ssl
    
    Closes: https://bugs.gentoo.org/669052
    Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../files/openssh-7.9_p1-include-stdlib.patch      | 48 ++++++++++++++++++++++
 .../openssh-7.9_p1-openssl-1.0.2-compat.patch      |  4 +-
 net-misc/openssh/openssh-7.9_p1.ebuild             |  1 +
 3 files changed, 51 insertions(+), 2 deletions(-)