Summary: | dev-libs/xmlsec-1.3.1 fails to build with dev-libs/libxml2-2.12.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kostadin Shishmanov <kostadinshishmanov> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | leonchik1976 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 917537 | ||
Attachments: | build log |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea17c1e92e82313ced2b7bc8b7eca46a510c6268 commit ea17c1e92e82313ced2b7bc8b7eca46a510c6268 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-11-25 00:50:53 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-25 00:54:44 +0000 dev-libs/xmlsec: add 1.3.2 Closes: https://bugs.gentoo.org/917525 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/xmlsec/Manifest | 1 + .../xmlsec-1.3.2-libxml2-2.12.0-includes.patch | 114 +++++++++++++++++++++ dev-libs/xmlsec/xmlsec-1.3.2.ebuild | 94 +++++++++++++++++ 3 files changed, 209 insertions(+) |
Created attachment 875011 [details] build log In file included from app.c:29: ../include/xmlsec/xmlsec.h:100:80: error: unknown type name 'xmlExternalEntityLoader' 100 | XMLSEC_EXPORT void xmlSecSetExternalEntityLoader (xmlExternalEntityLoader entityLoader); relationship.c:343:5: error: unknown type name 'xmlListPtr'; did you mean 'xmlDictPtr'? 343 | xmlListPtr list; | ^~~~~~~~~~ | xmlDictPtr relationship.c:350:33: error: 'xmlListDataCompare' undeclared (first use in this function) 350 | list = xmlListCreate(NULL, (xmlListDataCompare)xmlSecTransformRelationshipCompare); | ^~~~~~~~~~~~~~~~~~ relationship.c:350:33: note: each undeclared identifier is reported only once for each function it appears in relationship.c:350:52: error: expected ')' before 'xmlSecTransformRelationshipCompare' 350 | list = xmlListCreate(NULL, (xmlListDataCompare)xmlSecTransformRelationshipCompare); | ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ) buffer.c:729:37: error: 'xmlOutputWriteCallback' undeclared (first use in this function) 729 | return(xmlOutputBufferCreateIO((xmlOutputWriteCallback)xmlSecBufferIOWrite, | ^~~~~~~~~~~~~~~~~~~~~~ buffer.c:729:37: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [Makefile:725: list.lo] Error 1 relationship.c:376:9: error: unknown type name 'xmlLinkPtr'; did you mean 'xmlDictPtr'? 376 | xmlLinkPtr link = xmlListFront(list); | ^~~~~~~~~~ | xmlDictPtr