Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654646 - net-libs/grpc-1.11.0 : src/.../ssl_transport_security.cc:665:5: error: EC_KEY was not declared in this scope
Summary: net-libs/grpc-1.11.0 : src/.../ssl_transport_security.cc:665:5: error: EC_KEY...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jason Zaman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-02 17:06 UTC by Toralf Förster
Modified: 2018-05-03 08:59 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,13.96 KB, text/plain)
2018-05-02 17:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,11.81 KB, text/plain)
2018-05-02 17:06 UTC, Toralf Förster
Details
environment (environment,127.32 KB, text/plain)
2018-05-02 17:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.40 KB, application/x-bzip)
2018-05-02 17:06 UTC, Toralf Förster
Details
net-libs:grpc-1.11.0:20180502-165007.log (net-libs:grpc-1.11.0:20180502-165007.log,296.93 KB, text/plain)
2018-05-02 17:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.83 KB, application/x-bzip)
2018-05-02 17:06 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-05-02 17:06:21 UTC
src/core/tsi/ssl_transport_security.cc: In function ‘tsi_result populate_ssl_context(SSL_CTX*, const tsi_ssl_pem_key_cert_pair*, const char*)’:
src/core/tsi/ssl_transport_security.cc:665:5: error: ‘EC_KEY’ was not declared in this scope
     EC_KEY* ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
     ^~~~~~
src/core/tsi/ssl_transport_security.cc:665:5: note: suggested alternative: ‘PF_KEY’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_abi32+64-test_20180501-232814

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

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

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)




emerge -qpv net-libs/grpc
[ebuild  N    ] net-libs/grpc-1.11.0  PYTHON_TARGETS="python2_7 python3_5 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-05-02 17:06:23 UTC
Created attachment 529430 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-02 17:06:27 UTC
Created attachment 529432 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-05-02 17:06:30 UTC
Created attachment 529434 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-05-02 17:06:33 UTC
Created attachment 529436 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-05-02 17:06:36 UTC
Created attachment 529438 [details]
net-libs:grpc-1.11.0:20180502-165007.log
Comment 6 Toralf Förster gentoo-dev 2018-05-02 17:06:39 UTC
Created attachment 529440 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-05-03 08:59:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8103b8e3fc342c92cff118be827d261b19bccc

commit 0f8103b8e3fc342c92cff118be827d261b19bccc
Author:     Jason Zaman <perfinion@gentoo.org>
AuthorDate: 2018-05-03 08:42:37 +0000
Commit:     Jason Zaman <perfinion@gentoo.org>
CommitDate: 2018-05-03 08:59:10 +0000

    net-libs/grpc: openssl dep needs -bindist
    
    Also add subslot deps
    
    Closes: https://bugs.gentoo.org/654646
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-libs/grpc/grpc-1.11.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)