[gnutls-devel] GnuTLS | MinGW CI runners fail to build GnuTLS but succeed (#626)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sat Nov 24 10:55:14 CET 2018
New Issue was created.
Issue 626: https://gitlab.com/gnutls/gnutls/issues/626
Author: Tim Rühsen
Assignee:
Just stumbled upon this...
```
make[5]: Entering directory '/builds/gnutls/gnutls/build/lib/x509'
CC common.lo
CC key_encode.lo
CC key_decode.lo
CC time.lo
CC crl.lo
CC crl_write.lo
CC crq.lo
CC dn.lo
CC attributes.lo
CC prov-seed.lo
CC extensions.lo
CC mpi.lo
CC output.lo
CC pkcs12.lo
CC pkcs12_bag.lo
CC pkcs12_encr.lo
CC pkcs7.lo
CC pkcs7-attrs.lo
CC pkcs7-crypt.lo
CC privkey.lo
CC privkey_pkcs8.lo
CC privkey_pkcs8_pbes1.lo
CC privkey_openssl.lo
CC hostname-verify.lo
CC sign.lo
CC verify.lo
CC x509.lo
In file included from ../../../lib/x509/x509.c:38:
../../../lib/x509/../pkcs11_int.h: In function 'pk_to_mech':
../../../lib/x509/../pkcs11_int.h:230:24: error: 'CKM_EDDSA' undeclared (first use in this function); did you mean 'CKM_ECDSA'?
return CKM_EDDSA;
^~~~~~~~~
CKM_ECDSA
../../../lib/x509/../pkcs11_int.h:230:24: note: each undeclared identifier is reported only once for each function it appears in
../../../lib/x509/../pkcs11_int.h: In function 'pk_to_key_type':
../../../lib/x509/../pkcs11_int.h:244:24: error: 'CKK_EC_EDWARDS' undeclared (first use in this function); did you mean 'CKA_EC_PARAMS'?
return CKK_EC_EDWARDS;
^~~~~~~~~~~~~~
CKA_EC_PARAMS
../../../lib/x509/../pkcs11_int.h: In function 'key_type_to_pk':
../../../lib/x509/../pkcs11_int.h:257:23: error: 'CKK_EC_EDWARDS' undeclared (first use in this function); did you mean 'CKA_EC_PARAMS'?
else if (m == CKK_EC_EDWARDS)
^~~~~~~~~~~~~~
CKA_EC_PARAMS
../../../lib/x509/../pkcs11_int.h: In function 'pk_to_genmech':
../../../lib/x509/../pkcs11_int.h:275:25: error: 'CKK_EC_EDWARDS' undeclared (first use in this function); did you mean 'CKA_EC_PARAMS'?
*type = CKK_EC_EDWARDS;
^~~~~~~~~~~~~~
CKA_EC_PARAMS
../../../lib/x509/../pkcs11_int.h:276:24: error: 'CKM_EDDSA' undeclared (first use in this function); did you mean 'CKM_ECDSA'?
return CKM_EDDSA;
^~~~~~~~~
CKM_ECDSA
make[5]: *** [Makefile:1585: x509.lo] Error 1
make[5]: Leaving directory '/builds/gnutls/gnutls/build/lib/x509'
make[4]: *** [Makefile:1464: all] Error 2
make[4]: Leaving directory '/builds/gnutls/gnutls/build/lib/x509'
make[3]: *** [Makefile:2164: all-recursive] Error 1
make[3]: Leaving directory '/builds/gnutls/gnutls/build/lib'
make[2]: *** [Makefile:1792: all] Error 2
make[2]: Leaving directory '/builds/gnutls/gnutls/build/lib'
make[1]: *** [Makefile:1537: all-recursive] Error 1
make[1]: Leaving directory '/builds/gnutls/gnutls/build'
make: *** [Makefile:1464: all] Error 2
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/626
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181124/06eba443/attachment.html>
More information about the Gnutls-devel
mailing list