Your message dated Thu, 26 Sep 2024 15:49:39 +0000
with message-id <e1stqkn-00a2sn...@fasolo.debian.org>
and subject line Bug#1073508: fixed in libxml2 2.12.7+dfsg+really2.9.14-0.1
has caused the Debian Bug report #1073508,
regarding libxml2: just another API+ABI break; please bump soname
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.)


-- 
1073508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073508
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: libxml2
Source-Version: 2.12.7+dfsg+really2.9.14-0.1
Done: Sebastian Ramacher <sramac...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libxml2, 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.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated libxml2 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: SHA512

Format: 1.8
Date: Thu, 26 Sep 2024 17:15:36 +0200
Source: libxml2
Architecture: source
Version: 2.12.7+dfsg+really2.9.14-0.1
Distribution: unstable
Urgency: medium
Maintainer: Debian XML/SGML Group <debian-xml-sgml-p...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 1073508
Changes:
 libxml2 (2.12.7+dfsg+really2.9.14-0.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Revert packaging to 2.9.14+dfsg-1.3 currently in testing to revert ABI
     breakage (Closes: #1073508)
Checksums-Sha1:
 976099cebd71a4c9848ce5ffa5270258bd9c59ce 2409 
libxml2_2.12.7+dfsg+really2.9.14-0.1.dsc
 b41615e638174b4e36845c68d4b305dd6a6b541f 2351200 
libxml2_2.12.7+dfsg+really2.9.14.orig.tar.xz
 e7a0323c18358406962147d27558647eca74495f 35148 
libxml2_2.12.7+dfsg+really2.9.14-0.1.debian.tar.xz
 6944701ce152ce8da6346aaf1dc5be3aa89404e5 5825 
libxml2_2.12.7+dfsg+really2.9.14-0.1_source.buildinfo
Checksums-Sha256:
 bc8a07e22967adfa1ca33836cdade9e7b875c40464dd71028446b688d01898dc 2409 
libxml2_2.12.7+dfsg+really2.9.14-0.1.dsc
 4fe913dec8b1ab89d13b489b419a8203176ea39e931eaa0d25b17eafb9c279e9 2351200 
libxml2_2.12.7+dfsg+really2.9.14.orig.tar.xz
 e5af5892fe2a9d44ada827049c15a6ca557fab2ce59222444b5e4c6aace2cc0e 35148 
libxml2_2.12.7+dfsg+really2.9.14-0.1.debian.tar.xz
 b193e0a51f850a3738a68d23f41f54b2da3c61044bd5fdae6b789beec0cf3809 5825 
libxml2_2.12.7+dfsg+really2.9.14-0.1_source.buildinfo
Files:
 67b4b459952c8218ff7e9e3c478f5a3d 2409 libs optional 
libxml2_2.12.7+dfsg+really2.9.14-0.1.dsc
 bbcae2f48d1c9b1413ef953ce87e9346 2351200 libs optional 
libxml2_2.12.7+dfsg+really2.9.14.orig.tar.xz
 007ace49140989aa20f0676ca9180964 35148 libs optional 
libxml2_2.12.7+dfsg+really2.9.14-0.1.debian.tar.xz
 2f10244a1952d99ad84ba83d7170b63b 5825 libs optional 
libxml2_2.12.7+dfsg+really2.9.14-0.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRCYn6EHZln2oPh+pAhk2s2YA/NiQUCZvV60AAKCRAhk2s2YA/N
iX8zAP95tVR1Fj5Nkv0dGNabNMZU7mZkbSCUOgtVevh5AJUNfQD/XtSl0FZxzuqN
Mc9vAhzAGAi1F2qjrqKOWhkiTX/zAgI=
=ze+h
-----END PGP SIGNATURE-----

Attachment: pgpvy60h0p0Vj.pgp
Description: PGP signature


--- End Message ---

Reply via email to