Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 635196 - net-nntp/nzbget-20.0_pre2108-r1 with dev-libs/openssl[bindist]: daemon/.../TlsSocket.cpp:396:3: error: EC_KEY was not declared in this scope
Summary: net-nntp/nzbget-20.0_pre2108-r1 with dev-libs/openssl[bindist]: daemon/.../Tl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Wegener
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-10-23 17:10 UTC by Toralf Förster
Modified: 2017-10-27 21:30 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.95 KB, text/plain)
2017-10-23 17:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,132.13 KB, text/plain)
2017-10-23 17:11 UTC, Toralf Förster
Details
environment (environment,113.12 KB, text/plain)
2017-10-23 17:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.29 KB, application/x-bzip)
2017-10-23 17:11 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.34 KB, application/x-bzip)
2017-10-23 17:11 UTC, Toralf Förster
Details
net-nntp:nzbget-20.0_pre2108-r1:20171023-143335.log (net-nntp:nzbget-20.0_pre2108-r1:20171023-143335.log,9.06 KB, text/plain)
2017-10-23 17:11 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,29.60 KB, application/x-bzip)
2017-10-23 17:11 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-10-23 17:10:57 UTC
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I.  -I./daemon/connect -I./daemon/extension -I./daemon/feed -I./daemon/frontend -I./daemon/main -I./daemon/nntp -I./daemon/postprocess -I./daemon/queue -I./daemon/remote -I./daemon/util -I./daemon/nserv -I./lib/par2  -I/usr/include/libxml2 -D_GNU_SOURCE    -Werror=terminate -O2 -pipe -march=native -c -o daemon/connect/TlsSocket.o daemon/connect/TlsSocket.cpp
daemon/connect/TlsSocket.cpp: In member function ‘bool TlsSocket::Start()’:
daemon/connect/TlsSocket.cpp:396:3: error: ‘EC_KEY’ was not declared in this scope
   EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
   ^~~~~~
daemon/connect/TlsSocket.cpp:396:11: error: ‘ecdh’ was not declared in this scope

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-gnome-systemd_abi32+64_20171021-104918

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:


emerge -qpv net-nntp/nzbget
[ebuild  N    ] net-nntp/nzbget-20.0_pre2108-r1  USE="ncurses ssl zlib -debug -gnutls -parcheck {-test}"
Comment 1 Toralf Förster gentoo-dev 2017-10-23 17:11:00 UTC
Created attachment 499788 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-10-23 17:11:03 UTC
Created attachment 499790 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-10-23 17:11:06 UTC
Created attachment 499792 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-10-23 17:11:09 UTC
Created attachment 499794 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-10-23 17:11:12 UTC
Created attachment 499796 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-10-23 17:11:16 UTC
Created attachment 499798 [details]
net-nntp:nzbget-20.0_pre2108-r1:20171023-143335.log
Comment 7 Toralf Förster gentoo-dev 2017-10-23 17:11:19 UTC
Created attachment 499800 [details]
temp.tbz2
Comment 8 Louis Sautier (sbraz) gentoo-dev 2017-10-24 09:11:35 UTC
I was able to reproduce this issue with openssl[bindist]. I made a PR to require openssl to be built with -bindist.
Comment 9 Larry the Git Cow gentoo-dev 2017-10-27 21:30:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f0327dbff9f85e0c2e5fd4767f1fe09f10f0f6

commit 58f0327dbff9f85e0c2e5fd4767f1fe09f10f0f6
Author:     Louis Sautier <sautier.louis@gmail.com>
AuthorDate: 2017-10-24 09:07:29 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2017-10-27 21:30:19 +0000

    net-nntp/nzbget: require openssl to be compiled with USE=-bindist.
    
    Closes: https://bugs.gentoo.org/635196
    Closes: https://github.com/gentoo/gentoo/pull/6036
    Package-Manager: Portage-2.3.12, Repoman-2.3.3

 net-nntp/nzbget/nzbget-20.0_pre2108-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)