Your message dated Tue, 19 Aug 2025 12:50:39 +0000
with message-id <[email protected]>
and subject line Bug#1106632: fixed in tclxml 1:3.2.7-10
has caused the Debian Bug report #1106632,
regarding tclxml 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 [email protected]
immediately.)
--
1106632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106632
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:tclxml
Version: 3.2.7-9
Tags: ftbfs sid forky
User: [email protected]
Usertags: libxml2.14
[this bug is NOT targeted to the upcoming trixie release]
http://qa-logs.debian.net/2025/05/23/tclxml_3.2.7-9_unstable_libxml2.log
[...]
tclxslt-libxslt.c: In function ‘TclXSLT_ConvertXPathObjToTclObj’:
tclxslt-libxslt.c:1682:5: warning: case value ‘5’ not in enumerated
type ‘xmlXPathObjectType’ [-Wswitch]
1682 | case XPATH_POINT:
| ^~~~
tclxslt-libxslt.c:1683:5: warning: case value ‘6’ not in enumerated
type ‘xmlXPathObjectType’ [-Wswitch]
1683 | case XPATH_RANGE:
| ^~~~
tclxslt-libxslt.c:1684:5: warning: case value ‘7’ not in enumerated
type ‘xmlXPathObjectType’ [-Wswitch]
1684 | case XPATH_LOCATIONSET:
| ^~~~
docObj.c: In function ‘TclXML_libxml2_InitDocObj’:
docObj.c:124:60: error: passing argument 2 of
‘xmlSetStructuredErrorFunc’ from incompatible pointer type
[-Wincompatible-pointer-types]
124 | xmlSetStructuredErrorFunc((void *) tsdPtr->errorInfoPtr,
TclXML_libxml2_ErrorHandler);
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| void
(*)(void *, xmlError *) {aka void (*)(void *, struct _xmlError *)}
In file included from /usr/include/libxml2/libxml/valid.h:16,
from /usr/include/libxml2/libxml/parser.h:20,
from /usr/include/libxml2/libxml/tree.h:17,
from ./include/tclxml-libxml2/tclxml-libxml2.h:20,
from docObj.c:16:
/usr/include/libxml2/libxml/xmlerror.h:904:57: note: expected
‘xmlStructuredErrorFunc’ {aka ‘void (*)(void *, const struct
_xmlError *)’} but argument is of type ‘void (*)(void *, xmlError
*)’ {aka ‘void (*)(void *, struct _xmlError *)’}
904 | xmlStructuredErrorFunc handler);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
rm -f libtclxmlstub3.2.a
tclxml-libxml2.c: In function ‘Tclxml_libxml2_Init’:
tclxml-libxml2.c:160:3: warning: ‘xmlSubstituteEntitiesDefault’ is
deprecated [-Wdeprecated-declarations]
160 | xmlSubstituteEntitiesDefault(1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libxml2/libxml/tree.h:17,
from ./include/tclxml-libxml2/tclxml-libxml2.h:20,
from tclxml-libxml2.c:16:
/usr/include/libxml2/libxml/parser.h:1106:17: note: declared here
1106 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ar cr libtclxmlstub3.2.a tclxmlStubInit.o tclxmlStubLib.o
tclxml-libxml2.c:165:3: warning: ‘__xmlLoadExtDtdDefaultValue’ is
deprecated [-Wdeprecated-declarations]
165 | xmlLoadExtDtdDefaultValue |= 1;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/parser.h:1034:16: note: declared here
1034 | XMLPUBFUN int *__xmlLoadExtDtdDefaultValue(void);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
tclxml-libxml2.c:166:3: warning: ‘__xmlLoadExtDtdDefaultValue’ is
deprecated [-Wdeprecated-declarations]
166 | xmlLoadExtDtdDefaultValue |= XML_COMPLETE_ATTRS;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/parser.h:1034:16: note: declared here
1034 | XMLPUBFUN int *__xmlLoadExtDtdDefaultValue(void);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
tclxml-libxml2.c: In function ‘ReaderParse’:
tclxml-libxml2.c:447:5: warning: ‘xmlSubstituteEntitiesDefault’ is
deprecated [-Wdeprecated-declarations]
447 | xmlSubstituteEntitiesDefault(1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/parser.h:1106:17: note: declared here
1106 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
tclxml-libxml2.c:449:5: warning: ‘xmlSubstituteEntitiesDefault’ is
deprecated [-Wdeprecated-declarations]
449 | xmlSubstituteEntitiesDefault(0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libxml2/libxml/parser.h:1106:17: note: declared here
1106 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
tclxml-libxml2.c: In function ‘TclXMLlibxml2Configure’:
tclxml-libxml2.c:748:9: warning: variable ‘value’ set but not used
[-Wunused-but-set-variable]
748 | char *value;
| ^~~~~
ranlib libtclxmlstub3.2.a
tcldom-libxml2.c: In function ‘Tcldom_libxml2_Init’:
tcldom-libxml2.c:303:3: warning: ‘xmlXPathInit’ is deprecated
[-Wdeprecated-declarations]
303 | xmlXPathInit();
| ^~~~~~~~~~~~
In file included from tcldom-libxml2.c:19:
/usr/include/libxml2/libxml/xpath.h:558:21: note: declared here
558 | xmlXPathInit (void);
| ^~~~~~~~~~~~
tcldom-libxml2.c: In function ‘TclDOMSerializeCommand’:
tcldom-libxml2.c:960:9: warning: variable ‘buf’ set but not used
[-Wunused-but-set-variable]
960 | char *buf, *encoding;
| ^~~
make[1]: *** [Makefile:314: docObj.o] Error 1
make[1]: *** Waiting for unfinished jobs....
tclxml.c:64:13: warning: ‘whitespace’ defined but not used
[-Wunused-variable]
64 | static char whitespace[] = " \t\r\n";
| ^~~~~~~~~~
tcldom-libxml2.c: In function ‘TclDOM_DispatchEvent’:
tcldom-libxml2.c:4594:9: warning: variable ‘phase’ set but not used
[-Wunused-but-set-variable]
4594 | char *phase;
| ^~~~~
tcldom-libxml2.c: In function ‘NodeTypeSetFromAny’:
tcldom-libxml2.c:6766:22: warning: variable ‘node’ set but not used
[-Wunused-but-set-variable]
6766 | char *id, doc[21], node[21];
| ^~~~
make[1]: Leaving directory '/build/reproducible-path/tclxml-3.2.7'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
--- End Message ---
--- Begin Message ---
Source: tclxml
Source-Version: 1:3.2.7-10
Done: Ole Streicher <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tclxml, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ole Streicher <[email protected]> (supplier of updated tclxml 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 18 Aug 2025 21:19:03 +0200
Source: tclxml
Architecture: source
Version: 1:3.2.7-10
Distribution: unstable
Urgency: medium
Maintainer: Tcl/Tk Debian Packagers <[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1106632
Changes:
tclxml (1:3.2.7-10) unstable; urgency=medium
.
* Re-aply declaration fix of libxml error handler (Closes: #1106632)
Checksums-Sha1:
14c50677b78cac1484e9fe0c69c022134416a15a 2026 tclxml_3.2.7-10.dsc
27d9e1e9502d40f417861512fefa1d77011e71f3 6436 tclxml_3.2.7-10.debian.tar.xz
Checksums-Sha256:
19fe7f075e453a67a55ebc7d1b7a233a552cba3dda67718567a5b0d05202513c 2026
tclxml_3.2.7-10.dsc
1b51cdda058273e33ddb1811f9ac8b6add7bcd5d6708ae57e56e103284eba91a 6436
tclxml_3.2.7-10.debian.tar.xz
Files:
18bf485e9d1dfdef6f0d593df2d0d8d2 2026 devel optional tclxml_3.2.7-10.dsc
2752eb6de16f6c3d5b9ad01c8b186636 6436 devel optional
tclxml_3.2.7-10.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmikbnEACgkQmk9WvbkO
GL0KVg/+JCCep/viyJ08Pk8eXr8vYNUEkWiulzMP2UxPT5bzD/0cMdAOQxnfbi+g
ZeAxng0NnLL/d4yW2KETG1d0s1SyDFSZNYok11a4jk9P1Cg4NhuMsuZUhY2WLfyv
7rHvAmUEJ0N4kr4Wrkc2GHjCMMeCON4N3Q3jVaYP2e5eqo8yUQoMd0GXv7vz5fv3
/WpRxwEz/g4zgQ9Oc79oJutItanUQ/LcO31JdOvhNkpH4CcF09+Y2xkP6blnva82
/2KuDikdJJmVq/rttA6YHt86+4GMC75OjqDym69WNMkrz0mHn/NwXCxSrKkLnYf9
yZxtT9H/U0bRU1r3oXOk3Yt7fhaqy3RYRQTIe0/UERc/ID8G1WqdXduzD7gfSZhx
ttzEmLyf7U2VdeODLgq9x5uqNUhojRFw1ELI4F2ChOr6SuC4snwbRgCFbeQ1f88Q
TzfApQ67SHwT6cXjxoDlttzrydmVNdx5bCws0i0ZBpseinMZqy/w0Qd1MizwHj03
HBnYqbO7qQXOeQdXmCfjYOInVjOlKsKG+x4PiIGGty+OHckZ8bXKZG8uxWHumWw+
9VzcyJIvtJDwPYUJuTXHbE6pY03rcdvJ3py/8k8CWvF52NonMAIEybNJjHk6YIrQ
LK+IFd5QPHSvMySMO7VH4z3HZL2D6ePBFx88QIbQzO4D+nT7Yjs=
=XEOK
-----END PGP SIGNATURE-----
pgpsFK4chsqle.pgp
Description: PGP signature
--- End Message ---