Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645390 - x11-misc/qterm-0.7.1 : /.../key.cpp:36:5: error: RSA_get0_key was not declared in this scope
Summary: x11-misc/qterm-0.7.1 : /.../key.cpp:36:5: error: RSA_get0_key was not declare...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-22 19:03 UTC by Toralf Förster
Modified: 2018-08-18 02:09 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.45 KB, text/plain)
2018-01-22 19:03 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,224.69 KB, text/plain)
2018-01-22 19:03 UTC, Toralf Förster
Details
environment (environment,126.34 KB, text/plain)
2018-01-22 19:03 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.21 KB, application/x-bzip)
2018-01-22 19:03 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,4.88 KB, application/x-bzip)
2018-01-22 19:03 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,35.54 KB, application/x-bzip)
2018-01-22 19:03 UTC, Toralf Förster
Details
x11-misc:qterm-0.7.1:20180122-131701.log (x11-misc:qterm-0.7.1:20180122-131701.log,165.10 KB, text/plain)
2018-01-22 19:03 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-01-22 19:03:01 UTC
/var/tmp/portage/x11-misc/qterm-0.7.1/work/qterm-0.7.1/src/ssh/key.cpp: In member function ‘virtual QByteArray QTerm::SSH2RSAKey::publicKey()’:
/var/tmp/portage/x11-misc/qterm-0.7.1/work/qterm-0.7.1/src/ssh/key.cpp:36:5: error: ‘RSA_get0_key’ was not declared in this scope
     RSA_get0_key(m_key, &n, &e, NULL);
     ^~~~~~~~~~~~
/var/tmp/portage/x11-misc/qterm-0.7.1/work/qterm-0.7.1/src/ssh/key.cpp:36:5: note: suggested alternative: ‘RSA_check_key’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma-systemd_libressl_20180117-220140

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
  [2]   ruby23 (with Rubygems)
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv x11-misc/qterm
Comment 1 Toralf Förster gentoo-dev 2018-01-22 19:03:04 UTC
Created attachment 515930 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-01-22 19:03:07 UTC
Created attachment 515932 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-01-22 19:03:10 UTC
Created attachment 515934 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-01-22 19:03:14 UTC
Created attachment 515936 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-01-22 19:03:17 UTC
Created attachment 515938 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-01-22 19:03:20 UTC
Created attachment 515940 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-01-22 19:03:23 UTC
Created attachment 515942 [details]
x11-misc:qterm-0.7.1:20180122-131701.log
Comment 8 Larry the Git Cow gentoo-dev 2018-08-18 02:09:50 UTC
The bug has been closed via the following commit(s):

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

commit 3996b4a6d01bf9f5025bbeaf77c382c1f8b6be06
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2018-08-18 02:04:25 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2018-08-18 02:04:25 +0000

    x11-misc/qterm: fix build with libressl
    
    Closes: https://bugs.gentoo.org/645390
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/qterm/files/qterm-libressl.patch | 60 +++++++++++++++++++++++++++++++
 x11-misc/qterm/qterm-0.7.1.ebuild         |  5 ++-
 2 files changed, 64 insertions(+), 1 deletion(-)