Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603616 - =app-crypt/mit-krb5-1.15 with dev-libs/libressl-2.5.0 - .../work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:3096:48: error: unknown type name ‘DHxparams’
Summary: =app-crypt/mit-krb5-1.15 with dev-libs/libressl-2.5.0 - .../work/krb5-1.15/sr...
Status: RESOLVED DUPLICATE of bug 602536
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-23 21:53 UTC by Am Jam
Modified: 2017-11-21 21:16 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Am Jam 2016-12-23 21:53:28 UTC
End of build.log:

tail -n 30 /var/tmp/portage/app-crypt/mit-krb5-1.15/temp/build.log
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:3096:48: error: unknown type name ‘DHxparams’
 } static_ASN1_SEQUENCE_END_name(int_dhx942_dh, DHxparams)
                                                ^
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c: In function ‘create_signature’:
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:4239:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
     ctx = EVP_MD_CTX_new();
         ^
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c: In function ‘pkcs7_dataDecode’:
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:6017:30: warning: passing argument 3 of ‘pkinit_decode_data’ makes pointer
from integer without a cast [-Wint-conversion]
                              ASN1_STRING_get0_data(ri->enc_key),
                              ^
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:4071:1: note: expected ‘const uint8_t * {aka const unsigned char *}’ but argument is of type ‘int’
 pkinit_decode_data(krb5_context context,
 ^
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c: At top level:
/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c:53:12: warning: ‘decode_dh_params’ used but never defined
 static DH *decode_dh_params(const uint8_t *, unsigned int );
            ^
make[1]: *** [Makefile:828: pkinit_crypto_openssl.so] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src-abi_x86_32.x86/plugins/preauth/pkinit'
make: *** [Makefile:1523: all-recurse] Error 1
 * ERROR: app-crypt/mit-krb5-1.15::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=app-crypt/mit-krb5-1.15::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-crypt/mit-krb5-1.15::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-crypt/mit-krb5-1.15/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-crypt/mit-krb5-1.15/temp/environment'.
 * Working directory: '/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src-abi_x86_32.x86'
 * S: '/var/tmp/portage/app-crypt/mit-krb5-1.15/work/krb5-1.15/src'
Comment 1 Nick Wallingford 2016-12-23 23:58:20 UTC
Duplicate of 602536

https://bugs.gentoo.org/show_bug.cgi?id=602536
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-12-28 17:45:29 UTC

*** This bug has been marked as a duplicate of bug 602536 ***