Your message dated Fri, 15 Aug 2025 22:49:29 +0000
with message-id <e1un3en-002fbi...@fasolo.debian.org>
and subject line Bug#1106634: fixed in xmlstarlet 1.6.1-5
has caused the Debian Bug report #1106634,
regarding xmlstarlet ftbfs with libxml 2.14.x from experimental
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.)
--
1106634: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106634
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmlstarlet
Version: 1.6.1-4
Tags: ftbfs sid forky
User: debian-xml-sgml-p...@lists.alioth.debian.org
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
http://qa-logs.debian.net/2025/05/23/xmlstarlet_1.6.1-4_unstable_libxml2.log
[...]
gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -I/usr/include/libxml2
-Wdate-time -D_FORTIFY_SOURCE=2 -Wall -pedantic -ansi -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/xmlstarlet-1.6.1=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o src/xml_trans.o
src/xml_trans.c
src/xml_pyx.c:203:36: error: expected ‘;’, ‘,’ or ‘)’ before
‘ATTRIBUTE_UNUSED’
203 | pyxExternalSubsetHandler(void *ctx ATTRIBUTE_UNUSED, const
xmlChar *name,
| ^~~~~~~~~~~~~~~~
src/xml_pyx.c:218:29: error: expected ‘;’, ‘,’ or ‘)’ before
‘ATTRIBUTE_UNUSED’
218 | pyxCommentHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar *value)
| ^~~~~~~~~~~~~~~~
src/xml_pyx.c:226:32: error: expected ‘;’, ‘,’ or ‘)’ before
‘ATTRIBUTE_UNUSED’
226 | pyxCdataBlockHandler(void *ctx ATTRIBUTE_UNUSED, const xmlChar
*value, int len)
| ^~~~~~~~~~~~~~~~
src/xml_ls.c: In function ‘xml_print_dir’:
src/xml_ls.c:149:22: warning: the comparison will always evaluate as
‘false’ for the address of ‘d_name’ will never be NULL [-Waddress]
149 | if ((d->d_name == NULL) || !strcmp(d->d_name, ".") ||
!strcmp(d->d_name, ".."))
| ^~
In file included from /usr/include/dirent.h:61,
from src/xml_ls.c:33:
/usr/include/x86_64-linux-gnu/bits/dirent.h:33:10: note: ‘d_name’
declared here
33 | char d_name[256]; /* We must not include limits.h! */
| ^~~~~~
src/xml_ls.c:140:4: warning: ignoring return value of ‘chdir’
declared with attribute ‘warn_unused_result’ [-Wunused-result]
140 | chdir(dir);
| ^~~~~~~~~~
In file included from src/xml_trans.c:29:
./config.h:65:37: warning: '$' in identifier or number
65 | #define PACKAGE_STRING "XMLStarlet "${DEB_VERSION_UPSTREAM}""
| ^
src/xml_pyx.c: In function ‘pyxMain’:
src/xml_pyx.c:291:29: error: ‘pyxExternalSubsetHandler’ undeclared
(first use in this function)
291 | pyxSAX.externalSubset = pyxExternalSubsetHandler;
| ^~~~~~~~~~~~~~~~~~~~~~~~
src/xml_pyx.c:291:29: note: each undeclared identifier is reported only
once for each function it appears in
src/xml_pyx.c:292:22: error: ‘pyxCommentHandler’ undeclared (first
use in this function)
292 | pyxSAX.comment = pyxCommentHandler;
| ^~~~~~~~~~~~~~~~~
src/xml_edit.c: In function ‘edInsert’:
src/xml_edit.c:371:9: warning: ‘node’ may be used uninitialized
[-Wmaybe-uninitialized]
371 | xmlXPathNodeSetAdd(previous_insertion, node);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/xml_edit.c:339:20: note: ‘node’ was declared here
339 | xmlNodePtr node;
| ^~~~
src/xml_pyx.c:293:25: error: ‘pyxCdataBlockHandler’ undeclared
(first use in this function)
293 | pyxSAX.cdataBlock = pyxCdataBlockHandler;
| ^~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:955: src/xml_pyx.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /usr/include/libxml2/libxml/tree.h:27,
from /usr/include/libxml2/libxml/parser.h:16,
from /usr/include/libxml2/libxml/tree.h:17,
from src/xml_select.c:38:
src/xml_select.c: In function ‘selPrepareXslt’:
/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets
in passing argument 3 of ‘xmlStrPrintf’ differ in signedness
[-Wpointer-sign]
35 | #define BAD_CAST (xmlChar *)
src/xml_select.c:552:55: note: in expansion of macro ‘BAD_CAST’
552 | xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST
"t%d", t);
| ^~~~~~~~
/usr/include/libxml2/libxml/xmlstring.h:100:54: note: expected ‘const
char *’ but argument is of type ‘xmlChar *’ {aka ‘unsigned char
*’}
100 | const char *msg,
| ~~~~~~~~~~~~^~~
rm doc/xmlstarlet-ug.fo
make[2]: Leaving directory '/build/reproducible-path/xmlstarlet-1.6.1'
make[1]: *** [Makefile:732: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/xmlstarlet-1.6.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:12: binary] Error 25
--- End Message ---
--- Begin Message ---
Source: xmlstarlet
Source-Version: 1.6.1-5
Done: Matthias Geiger <werdah...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xmlstarlet, 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 1106...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Geiger <werdah...@debian.org> (supplier of updated xmlstarlet 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: Sat, 16 Aug 2025 00:06:38 +0200
Source: xmlstarlet
Architecture: source
Version: 1.6.1-5
Distribution: unstable
Urgency: medium
Maintainer: Matthias Geiger <werdah...@debian.org>
Changed-By: Matthias Geiger <werdah...@debian.org>
Closes: 1015848 1106634
Changes:
xmlstarlet (1.6.1-5) unstable; urgency=medium
.
* Add patch to fix FTBFS with libxml 2.14.x (Closes: #1106634)
* Add myself as maintainer (Closes: #1015848)
* d/copyright: Replace old FSF address by webpage
* d/copyright: Fix typo in Upstream-Name
* d/gbp.conf: Add
* d/control: Bump S-V to 4.7.2, no changes needed
Checksums-Sha1:
8793b91d038c46899445028c2bc26d386aa67b99 1360 xmlstarlet_1.6.1-5.dsc
955c8a2d96ef16f6b6cb067901c6364ad2ed3761 13724 xmlstarlet_1.6.1-5.debian.tar.xz
056471b961583869f481f46fdfd7c0e0379f6db2 8121
xmlstarlet_1.6.1-5_amd64.buildinfo
Checksums-Sha256:
e9ee816eb64c230f991e59d4be3b2794f00d4f7ea069c6493084113a1bb2d88b 1360
xmlstarlet_1.6.1-5.dsc
75cd8b07332fb8d7c99db7311f21f2e23c800f1cce1cbdba2cc73925809a0245 13724
xmlstarlet_1.6.1-5.debian.tar.xz
16774e571f32343491451580d4cd723bb9f7cf2a8f5a176a43f77db61c65e8ee 8121
xmlstarlet_1.6.1-5_amd64.buildinfo
Files:
f48cdc4a51af8ce06607a1c33ba1e5d2 1360 text optional xmlstarlet_1.6.1-5.dsc
56a5a5f8eca81450fe10bf366d2a3a32 13724 text optional
xmlstarlet_1.6.1-5.debian.tar.xz
06904c40a16f82fa078ff891574dd827 8121 text optional
xmlstarlet_1.6.1-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQQUWTv/Sl6/b+DpcW7svtu2B7myvgUCaJ+wnQAKCRDsvtu2B7my
vle2AP9ETK4zKkijlYtU4zXsZSwKKd4bYCj2y0iR7iTL1CJdRQEA6EAMDlDzOx+Y
GDoxMMbZo1MSq7m202p8QplLv17XAQA=
=Jugu
-----END PGP SIGNATURE-----
pgpvxf5VnPDcJ.pgp
Description: PGP signature
--- End Message ---