Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674266 - app-shells/rrs-1.70-r2 : rrs.c:(.text.startup+<snip>): undefined reference to SSLv2_server_method
Summary: app-shells/rrs-1.70-r2 : rrs.c:(.text.startup+<snip>): undefined reference to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-01 15:36 UTC by Toralf Förster
Modified: 2019-01-17 11:07 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.93 KB, text/plain)
2019-01-01 15:36 UTC, Toralf Förster
Details
app-shells:rrs-1.70-r2:20190101-153028.log (app-shells:rrs-1.70-r2:20190101-153028.log,10.53 KB, text/plain)
2019-01-01 15:36 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,152.77 KB, text/plain)
2019-01-01 15:36 UTC, Toralf Förster
Details
environment (environment,45.05 KB, text/plain)
2019-01-01 15:36 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.56 KB, application/x-bzip)
2019-01-01 15:37 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.65 KB, application/x-bzip)
2019-01-01 15:37 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-01 15:36:48 UTC
         ~~~~~^~~~~~~~~~~~~~~~~~
/var/tmp/portage/app-shells/rrs-1.70-r2/temp/cctmgZnG.o: In function `main':
rrs.c:(.text.startup+0xd85): undefined reference to `SSLv2_server_method'
rrs.c:(.text.startup+0xd9a): undefined reference to `SSLv2_client_method'
rrs.c:(.text.startup+0xe31): undefined reference to `SSLv3_server_method'
rrs.c:(.text.startup+0xe46): undefined reference to `SSLv3_client_method'

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

  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 app-shells/rrs
[ebuild  N    ] app-shells/rrs-1.70-r2  USE="ssl"
Comment 1 Toralf Förster gentoo-dev 2019-01-01 15:36:50 UTC
Created attachment 559376 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-01 15:36:53 UTC
Created attachment 559378 [details]
app-shells:rrs-1.70-r2:20190101-153028.log
Comment 3 Toralf Förster gentoo-dev 2019-01-01 15:36:56 UTC
Created attachment 559380 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-01 15:36:59 UTC
Created attachment 559382 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-01 15:37:01 UTC
Created attachment 559384 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-01 15:37:04 UTC
Created attachment 559386 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-01-17 11:07:27 UTC
The bug has been closed via the following commit(s):

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

commit 7efd65718df37c2b2cb4aa8427075ae12b50f5ae
Author:     Sergey Popov <pinkbyte@gentoo.org>
AuthorDate: 2019-01-17 11:07:00 +0000
Commit:     Sergey Popov <pinkbyte@gentoo.org>
CommitDate: 2019-01-17 11:07:20 +0000

    app-shells/rrs: bump EAPI to 7, fix building with openssl 1.1
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
    Closes: https://bugs.gentoo.org/674266
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../rrs/files/rrs-1.70-drop-old-ssl-algos.patch    | 64 ++++++++++++++++++++++
 app-shells/rrs/rrs-1.70-r2.ebuild                  | 10 +++-
 2 files changed, 71 insertions(+), 3 deletions(-)