[Libreoffice-bugs] [Bug 124910] New: xmlsec: Build fails with error: ‘SEC_OID_SHA224’ undeclared (first use in this function); did you mean ‘SEC_OID_SHA384’?
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 23 14:00:22 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124910
Bug ID: 124910
Summary: xmlsec: Build fails with error: ‘SEC_OID_SHA224’
undeclared (first use in this function); did you mean
‘SEC_OID_SHA384’?
Product: LibreOffice
Version: 6.2.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Installation
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: pmenzel+bugs.documentfoundation.org at molgen.mpg.de
Trying to build LibreOffice 6.2.3.2 fails with the errors below.
```
CC libxmlsec1_nss_la-kw_aes.lo
digests.c: In function ‘xmlSecNssDigestInitialize’:
digests.c:142:43: error: ‘SEC_OID_SHA224’ undeclared (first use in this
function); did you mean ‘SEC_OID_SHA384’?
ctx->digest = SECOID_FindOIDByTag(SEC_OID_SHA224);
^~~~~~~~~~~~~~
SEC_OID_SHA384
digests.c:142:43: note: each undeclared identifier is reported only once for
each function it appears in
make[5]: *** [Makefile:648: libxmlsec1_nss_la-digests.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
signatures.c: In function ‘xmlSecNssSignatureInitialize’:
signatures.c:195:27: error: ‘SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA256_DIGEST’
undeclared (first use in this function); did you mean
‘SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST’?
ctx->alg = SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA256_DIGEST;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST
signatures.c:195:27: note: each undeclared identifier is reported only once for
each function it appears in
signatures.c: In function ‘xmlSecNssSignatureAlgorithmEncoded’:
signatures.c:408:10: error: ‘SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA256_DIGEST’
undeclared (first use in this function); did you mean
‘SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST’?
case SEC_OID_NIST_DSA_SIGNATURE_WITH_SHA256_DIGEST:
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST
make[5]: *** [Makefile:669: libxmlsec1_nss_la-signatures.lo] Error 1
make[4]: *** [Makefile:685: all-recursive] Error 1
make[3]: *** [Makefile:739: all-recursive] Error 1
make[2]: *** [Makefile:557: all] Error 2
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190423/6243400d/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list