Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674238 - dev-perl/Crypt-OpenSSL-ECDSA-0.80.0 : ECDSA.c:399:8: error: unknown type name ECDSA_METHOD
Summary: dev-perl/Crypt-OpenSSL-ECDSA-0.80.0 : ECDSA.c:399:8: error: unknown type name...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-01-01 11:13 UTC by Toralf Förster
Modified: 2019-01-09 22:29 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.36 KB, text/plain)
2019-01-01 11:13 UTC, Toralf Förster
Details
dev-perl:Crypt-OpenSSL-ECDSA-0.80.0:20190101-021541.log (dev-perl:Crypt-OpenSSL-ECDSA-0.80.0:20190101-021541.log,11.56 KB, text/plain)
2019-01-01 11:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.58 KB, text/plain)
2019-01-01 11:13 UTC, Toralf Förster
Details
environment (environment,33.83 KB, text/plain)
2019-01-01 11:13 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.08 KB, application/x-bzip)
2019-01-01 11:13 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.04 KB, application/x-bzip)
2019-01-01 11:13 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 11:13:16 UTC
x86_64-pc-linux-gnu-gcc -c  -I. -I/usr/include -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -march=native   -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/usr/lib64/perl5/5.26.2/x86_64-linux/CORE"  -DPERL5 -DOPENSSL_NO_KRB5 ECDSA.c
ECDSA.c: In function ‘XS_Crypt__OpenSSL__ECDSA_ECDSA_OpenSSL’:
ECDSA.c:399:8: error: unknown type name ‘ECDSA_METHOD’
  const ECDSA_METHOD * RETVAL;
        ^~~~~~~~~~~~
ECDSA.c:401:11: warning: implicit declaration of function ‘ECDSA_OpenSSL’; did you mean ‘EC_KEY_OpenSSL’? [-Wimplicit-function-declaration]

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

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

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

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

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

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 dev-perl/Crypt-OpenSSL-ECDSA
[ebuild  N    ] dev-perl/Crypt-OpenSSL-ECDSA-0.80.0  USE="-libressl"
Comment 1 Toralf Förster gentoo-dev 2019-01-01 11:13:18 UTC
Created attachment 559260 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-01-01 11:13:21 UTC
Created attachment 559262 [details]
dev-perl:Crypt-OpenSSL-ECDSA-0.80.0:20190101-021541.log
Comment 3 Toralf Förster gentoo-dev 2019-01-01 11:13:24 UTC
Created attachment 559264 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-01-01 11:13:27 UTC
Created attachment 559266 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-01-01 11:13:30 UTC
Created attachment 559268 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-01-01 11:13:32 UTC
Created attachment 559270 [details]
temp.tbz2
Comment 7 Craig Andrews gentoo-dev 2019-01-09 15:28:29 UTC
Upstream issue with patch included: https://rt.cpan.org/Public/Bug/Display.html?id=118330
Comment 8 Larry the Git Cow gentoo-dev 2019-01-09 22:29:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42aba792ddaaa6ce3608d232993078e01d9e7c4f

commit 42aba792ddaaa6ce3608d232993078e01d9e7c4f
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-01-09 15:45:50 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-01-09 22:29:09 +0000

    dev-perl/Crypt-OpenSSL-ECDSA: OpenSSL 1.1 support
    
    Closes: https://bugs.gentoo.org/674238
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 .../Crypt-OpenSSL-ECDSA-0.80.0-r1.ebuild           |  26 +++
 ...L-ECDSA-0.80.0-0001-Port-to-OpenSSL-1.1.0.patch | 193 +++++++++++++++++++++
 2 files changed, 219 insertions(+)