Your message dated Wed, 19 Jun 2024 09:19:43 +0000 with message-id <e1sjrtj-004oun...@fasolo.debian.org> and subject line Bug#1073313: fixed in gnustep-base 1.29.0-8 has caused the Debian Bug report #1073313, regarding gnustep-base: FTBFS: GSXML.m:2674:22: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no member named ‘checked’ to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 1073313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073313 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: gnustep-base Version: 1.29.0-7 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20240615 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc GSXML.m -c \ > -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wdeclaration-after-statement -DNO_GNUSTEP=1 -DGNUSTEP > -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 > -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS > -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -fconstant-string-class=NSConstantString -I../. -I../ -I../../Headers -I. > -I/usr/local/include/GNUstep -I/usr/include/GNUstep -Wdate-time > -D_FORTIFY_SOURCE=2 -I/usr/local/include/GNUstep -I/usr/local/include/GNUstep > -I/usr/include/GNUstep -I/usr/include/libxml2 -I/usr/include/libxml2 > -I/usr/include/p11-kit-1 \ > -o obj/Additions.obj/GSXML.m.o > GSXML.m: In function ‘getEntityDefault’: > GSXML.m:2674:22: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no member > named ‘checked’ > 2674 | if (ret->checked == 0) > | ^~ > GSXML.m:2676:22: error: ‘xmlEntity’ {aka ‘struct _xmlEntity’} has no member > named ‘checked’ > 2676 | ret->checked = 1; > | ^~ > GSXML.m: In function ‘hasInternalSubsetFunction’: > GSXML.m:2968:7: warning: ‘__htmlDefaultSAXHandler’ is deprecated > [-Wdeprecated-declarations] > 2968 | has = TREEFUN(hasInternalSubset, (ctx)); > | ^~~ > In file included from /usr/include/libxml2/libxml/parser.h:13, > from /usr/include/libxml2/libxml/tree.h:17, > from GSXML.m:82: > /usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here > 499 | attrs XMLPUBFUN type *__##name(void); > | ^~ > /usr/include/libxml2/libxml/HTMLparser.h:91:16: note: in expansion of macro > ‘XML_DECLARE_GLOBAL’ > 91 | #define XML_OP XML_DECLARE_GLOBAL > | ^~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:86:5: note: in expansion of macro > ‘XML_OP’ > 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) > | ^~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:92:1: note: in expansion of macro > ‘XML_GLOBALS_HTML’ > 92 | XML_GLOBALS_HTML > | ^~~~~~~~~~~~~~~~ > GSXML.m:2968:7: warning: ‘__xmlDefaultSAXHandler’ is deprecated > [-Wdeprecated-declarations] > 2968 | has = TREEFUN(hasInternalSubset, (ctx)); > | ^~~ > /usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here > 499 | attrs XMLPUBFUN type *__##name(void); > | ^~ > /usr/include/libxml2/libxml/parser.h:885:16: note: in expansion of macro > ‘XML_DECLARE_GLOBAL’ > 885 | #define XML_OP XML_DECLARE_GLOBAL > | ^~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/parser.h:875:5: note: in expansion of macro > ‘XML_OP’ > 875 | XML_OP(xmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) > | ^~~~~~ > /usr/include/libxml2/libxml/parser.h:883:3: note: in expansion of macro > ‘XML_GLOBALS_PARSER_SAX1’ > 883 | XML_GLOBALS_PARSER_SAX1 > | ^~~~~~~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/parser.h:886:1: note: in expansion of macro > ‘XML_GLOBALS_PARSER’ > 886 | XML_GLOBALS_PARSER > | ^~~~~~~~~~~~~~~~~~ > GSXML.m: In function ‘hasExternalSubsetFunction’: > GSXML.m:2982:7: warning: ‘__htmlDefaultSAXHandler’ is deprecated > [-Wdeprecated-declarations] > 2982 | has = TREEFUN(hasExternalSubset, (ctx)); > | ^~~ > /usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here > 499 | attrs XMLPUBFUN type *__##name(void); > | ^~ > /usr/include/libxml2/libxml/HTMLparser.h:91:16: note: in expansion of macro > ‘XML_DECLARE_GLOBAL’ > 91 | #define XML_OP XML_DECLARE_GLOBAL > | ^~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:86:5: note: in expansion of macro > ‘XML_OP’ > 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) > | ^~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:92:1: note: in expansion of macro > ‘XML_GLOBALS_HTML’ > 92 | XML_GLOBALS_HTML > | ^~~~~~~~~~~~~~~~ > GSXML.m:2982:7: warning: ‘__xmlDefaultSAXHandler’ is deprecated > [-Wdeprecated-declarations] > 2982 | has = TREEFUN(hasExternalSubset, (ctx)); > | ^~~ > /usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here > 499 | attrs XMLPUBFUN type *__##name(void); > | ^~ > /usr/include/libxml2/libxml/parser.h:885:16: note: in expansion of macro > ‘XML_DECLARE_GLOBAL’ > 885 | #define XML_OP XML_DECLARE_GLOBAL > | ^~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/parser.h:875:5: note: in expansion of macro > ‘XML_OP’ > 875 | XML_OP(xmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) > | ^~~~~~ > /usr/include/libxml2/libxml/parser.h:883:3: note: in expansion of macro > ‘XML_GLOBALS_PARSER_SAX1’ > 883 | XML_GLOBALS_PARSER_SAX1 > | ^~~~~~~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/parser.h:886:1: note: in expansion of macro > ‘XML_GLOBALS_PARSER’ > 886 | XML_GLOBALS_PARSER > | ^~~~~~~~~~~~~~~~~~ > GSXML.m: In function ‘-[GSHTMLSAXHandler _initLibXML]’: > GSXML.m:3865:7: warning: ‘__htmlDefaultSAXHandler’ is deprecated > [-Wdeprecated-declarations] > 3865 | memcpy(lib, &htmlDefaultSAXHandler, sizeof(htmlSAXHandler)); > | ^~~~~~ > /usr/include/libxml2/libxml/xmlversion.h:499:27: note: declared here > 499 | attrs XMLPUBFUN type *__##name(void); > | ^~ > /usr/include/libxml2/libxml/HTMLparser.h:91:16: note: in expansion of macro > ‘XML_DECLARE_GLOBAL’ > 91 | #define XML_OP XML_DECLARE_GLOBAL > | ^~~~~~~~~~~~~~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:86:5: note: in expansion of macro > ‘XML_OP’ > 86 | XML_OP(htmlDefaultSAXHandler, xmlSAXHandlerV1, XML_DEPRECATED) > | ^~~~~~ > /usr/include/libxml2/libxml/HTMLparser.h:92:1: note: in expansion of macro > ‘XML_GLOBALS_HTML’ > 92 | XML_GLOBALS_HTML > | ^~~~~~~~~~~~~~~~ > gcc GSFunctions.m -c \ > -MMD -MP -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Wdeclaration-after-statement -DNO_GNUSTEP=1 -DGNUSTEP > -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 > -fno-strict-aliasing -fexceptions -fobjc-exceptions -D_NATIVE_OBJC_EXCEPTIONS > -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE -Wno-import -g -O2 -g -O2 > -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -fconstant-string-class=NSConstantString -I../. -I../ -I../../Headers -I. > -I/usr/local/include/GNUstep -I/usr/include/GNUstep -Wdate-time > -D_FORTIFY_SOURCE=2 -I/usr/local/include/GNUstep -I/usr/local/include/GNUstep > -I/usr/include/GNUstep -I/usr/include/libxml2 -I/usr/include/libxml2 > -I/usr/include/p11-kit-1 \ > -o obj/Additions.obj/GSFunctions.m.o > make[6]: *** [/usr/share/GNUstep/Makefiles/rules.make:534: > obj/Additions.obj/GSXML.m.o] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/06/15/gnustep-base_1.29.0-7_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---Source: gnustep-base Source-Version: 1.29.0-8 Done: Yavor Doganov <ya...@gnu.org> We believe that the bug you reported is fixed in the latest version of gnustep-base, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1073...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Yavor Doganov <ya...@gnu.org> (supplier of updated gnustep-base package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sun, 16 Jun 2024 19:56:29 +0300 Source: gnustep-base Architecture: source Version: 1.29.0-8 Distribution: unstable Urgency: medium Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintain...@lists.alioth.debian.org> Changed-By: Yavor Doganov <ya...@gnu.org> Closes: 1073313 Changes: gnustep-base (1.29.0-8) unstable; urgency=medium . * debian/patches/libxml2-2.11.patch: New; fix FTBFS with libxml2 >= 2.11 (Closes: #1073313). Thanks Lucas Nussbaum for the report. Checksums-Sha1: f808461bfce7f15cb5ea0b67b2bd0e03074a6e39 2999 gnustep-base_1.29.0-8.dsc df7e61067ed87e0cad602888cc3b7d06e3591900 35736 gnustep-base_1.29.0-8.debian.tar.xz ffb4d01522ce07f31f2be9680c91e65f34063e0f 8681 gnustep-base_1.29.0-8_source.buildinfo Checksums-Sha256: f594e84eb0d37c0b9b003f10b0c8f8f75674afda01c64b57a81cf757f83132f2 2999 gnustep-base_1.29.0-8.dsc 77390268b256522165c98099291d7c74749d35574edb043754bf0d86b8d320fb 35736 gnustep-base_1.29.0-8.debian.tar.xz b608b50be71f9128620ac7f1719f2942b9ad71cdc400ff026ac612fdd999b7af 8681 gnustep-base_1.29.0-8_source.buildinfo Files: e07371a89dc79b0cb21815bebc6c9e87 2999 gnustep optional gnustep-base_1.29.0-8.dsc ca4f00855286f033ad181abbc5efda7c 35736 gnustep optional gnustep-base_1.29.0-8.debian.tar.xz 2abfeb8a8eec5558fae3a003e768ac18 8681 gnustep optional gnustep-base_1.29.0-8_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmZynZsACgkQEWhSvN91 FcCaXhAAj6ybFqdomfgqkzkUswNULx8DQyo0UXdAGbXxaJbZ99qhqqQVTxh96ysc wbbW873LQO+cVdmK61PqQlRS6OFPZi/o54r8PPfuFw8VHHCyU9iNqJHKuh5PgkkQ LYSR4Tl4XdhTJICuW7GET2QI7uj09buoTi/2JmJl4mJxIxzXcTC3InDcpkkiQb30 /MJbnacpGz42vMKi7OTYcwjecjrxuTl2cWtCMtjhG1m/GYUGr1ezKvCNvXpFdUP6 7M3f5n2vkCkcJKFPrZqI+cZoxxqzvkeamFZS91ijPH3c/qsiLqA/Lv34v+0BXsve uvVBXeRxcSC+R70XB1HWL0LkM/5pqeiXpX4yaeQ/2s8t2ma8pTALrIB8OhUsjWvJ jiW5ou0+B5b9othNFjDPDWagVng5Bp0QEB5riSrIFDqFCZ5yMLw1EYNPFXkA2oH5 fcQvJ/vOlnfSk7ps4uoYy5eAuGljEQ5RifnytRo/gAiLMtlNjzJuQn2wSjEuxTQI mes0T3HdAeG0uoEOxV51a6MWzQqZ++7QCZq0ooZVesXRPGS3lTpAo6Yu/xG6rdie YCu4mbwnhzIKTlklsB4e3rQdcyWruSuRPggVgUulBB+cSTSPLPBTPEqot3IA/g8s lnwivcUTTkkWfRVwuxjqulmZQnoJhLPeVpx/Grx3RnlDXXIWsW8= =e3xG -----END PGP SIGNATURE-----pgpaWCFXF69bM.pgp
Description: PGP signature
--- End Message ---