Summary: | dev-libs/opensc-0.18.0 : pkcs15-prkey.c:645:3: error: implicit declaration of function RSA_get0_key | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Crypto team [DISABLED] <crypto+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alonbl |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 651228 | ||
Attachments: |
emerge-info.txt
dev-libs:opensc-0.18.0:20180628-170922.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 537612 [details]
emerge-info.txt
Created attachment 537614 [details]
dev-libs:opensc-0.18.0:20180628-170922.log
Created attachment 537616 [details]
emerge-history.txt
Created attachment 537618 [details]
environment
Created attachment 537620 [details]
etc.portage.tbz2
Created attachment 537622 [details]
logs.tbz2
Created attachment 537624 [details]
temp.tbz2
In my case compiles OK: Core2Duo ~ # emerge -av opensc These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ~] dev-libs/opensc-0.18.0::gentoo USE="pcsc-lite readline secure-messaging ssl zlib -ctapi -doc -libressl -openct" 0 KiB Total: 1 package (1 reinstall), Size of downloads: 0 KiB Would you like to merge these packages? [Yes/No] no Quitting. Core2Duo ~ # Try if compiles OK without the libressl use I have got also problems compiling dev-libs/opensc-0.18.0. It breaks with: card-piv.c: In function ‘piv_validate_general_authentication.isra.3’: card-piv.c:2390:9: error: ‘rbuflen’ may be used uninitialized in this function [-Werror=maybe-uninitialized] body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, 0x7c, &bodylen); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ emerge -pqv '=dev-libs/opensc-0.18.0::gentoo' [ebuild U ] dev-libs/opensc-0.18.0 [0.16.0] USE="pcsc-lite readline ssl zlib -ctapi -doc -libressl -openct -secure-messaging" (In reply to Frank Noack from comment #9) > I have got also problems compiling dev-libs/opensc-0.18.0. It breaks with: > > card-piv.c: In function ‘piv_validate_general_authentication.isra.3’: > card-piv.c:2390:9: error: ‘rbuflen’ may be used uninitialized in this > function [-Werror=maybe-uninitialized] > body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, 0x7c, &bodylen); > ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > emerge -pqv '=dev-libs/opensc-0.18.0::gentoo' > [ebuild U ] dev-libs/opensc-0.18.0 [0.16.0] USE="pcsc-lite readline ssl > zlib -ctapi -doc -libressl -openct -secure-messaging" Please do not hijack bugs, open your own, worse case it will be marked duplicate. In this case it has nothing to do with the $subj, so it is obvious. Anyway fixed. Works for me with libressl-2.7.4 |