Your message dated Tue, 31 May 2022 08:50:39 +0000
with message-id <e1nvxaj-000ipg...@fasolo.debian.org>
and subject line Bug#1011718: fixed in tclxml 1:3.2.7-6
has caused the Debian Bug report #1011718,
regarding tclxml: FTBFS: tclxslt-libxslt.c:1568:9: error: two or more data 
types in declaration specifiers
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.)


-- 
1011718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tclxml
Version: 1:3.2.7-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"tclxml\" -DPACKAGE_TARNAME=\"tclxml\" 
> -DPACKAGE_VERSION=\"3.2\" -DPACKAGE_STRING=\"tclxml\ 3.2\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_tclxml=/\*\*/ 
> -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
> -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 
> -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) 
> -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -D_LARGEFILE64_SOURCE=1 
> -DTCL_WIDE_INT_IS_LONG=1 -I/usr/include/libxml2 -I/usr/include/libxml2 
> -I./include -I"/usr/include/tcl8.6"    -O2 -fomit-frame-pointer -DNDEBUG 
> -Wall -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -pipe -O2 
> -fomit-frame-pointer -DNDEBUG -Wall -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -c 
> `echo tclxmlStubLib.c` -o tclxmlStubLib.o
> If you have documentation to create, place the commands to
> build the docs in the 'doc:' target.  For example:
>         xml2nroff sample.xml > sample.n
>         xml2html sample.xml > sample.html
> rm -f libtclxmlstub3.2.a
> ar cr libtclxmlstub3.2.a tclxmlStubInit.o tclxmlStubLib.o
> 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 ‘TclDOMSerializeCommand’:
> tcldom-libxml2.c:960:9: warning: variable ‘buf’ set but not used 
> [-Wunused-but-set-variable]
>   960 |   char *buf, *encoding;
>       |         ^~~
> In file included from /usr/include/unicode/umachine.h:52,
>                  from /usr/include/unicode/utypes.h:38,
>                  from /usr/include/unicode/ucnv_err.h:88,
>                  from /usr/include/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:812,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from /usr/include/libxml2/libxml/tree.h:1307,
>                  from ./include/tclxml-libxml2/docObj.h:28,
>                  from ./include/tcldom-libxml2/tcldom-libxml2.h:22,
>                  from ./include/tclxslt/tclxslt.h:25,
>                  from tclxslt-libxslt.c:18:
> tclxslt-libxslt.c: In function ‘TclXSLT_ConvertTclObjToXPathObj’:
> tclxslt-libxslt.c:1568:9: error: two or more data types in declaration 
> specifiers
>  1568 |     int bool;
>       |         ^~~~
> In file included from /usr/include/unicode/umachine.h:52,
>                  from /usr/include/unicode/utypes.h:38,
>                  from /usr/include/unicode/ucnv_err.h:88,
>                  from /usr/include/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:812,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from /usr/include/libxml2/libxml/tree.h:1307,
>                  from ./include/tclxml-libxml2/tclxml-libxml2.h:20,
>                  from tclxml.c:18:
> tclxml.c: In function ‘TclXMLInstanceConfigure’:
> tclxslt-libxslt.c:1568:5: warning: useless type name in empty declaration
>  1568 |     int bool;
>       |     ^~~
> In file included from /usr/include/unicode/umachine.h:52,
>                  from /usr/include/unicode/utypes.h:38,
>                  from /usr/include/unicode/ucnv_err.h:88,
>                  from /usr/include/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:812,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from /usr/include/libxml2/libxml/tree.h:1307,
>                  from ./include/tclxml-libxml2/docObj.h:28,
>                  from ./include/tcldom-libxml2/tcldom-libxml2.h:22,
>                  from ./include/tclxslt/tclxslt.h:25,
>                  from tclxslt-libxslt.c:18:
> tclxslt-libxslt.c:1570:48: error: expected expression before ‘_Bool’
>  1570 |     if (Tcl_GetBooleanFromObj(interp, objPtr, &bool) == TCL_OK) {
>       |                                                ^~~~
> tclxml.c:1583:14: error: expected identifier or ‘(’ before ‘_Bool’
>  1583 |   int index, bool, doParse = 0, result;
>       |              ^~~~
> tclxslt-libxslt.c:1571:33: error: expected expression before ‘_Bool’
>  1571 |       return xmlXPathNewBoolean(bool);
>       |                                 ^~~~
> tcldom-libxml2.c: In function ‘TclDOM_DispatchEvent’:
> tclxml.c:1595:7: error: ‘result’ undeclared (first use in this function)
>  1595 |       result = (*classinfo->configure)(xmlinfo->clientData, objv[0], 
> objv[1]);
>       |       ^~~~~~
> tclxml.c:1595:7: note: each undeclared identifier is reported only once for 
> each function it appears in
> tcldom-libxml2.c:4594:9: warning: variable ‘phase’ set but not used 
> [-Wunused-but-set-variable]
>  4594 |   char *phase;
>       |         ^~~~~
> In file included from /usr/include/unicode/umachine.h:52,
>                  from /usr/include/unicode/utypes.h:38,
>                  from /usr/include/unicode/ucnv_err.h:88,
>                  from /usr/include/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:812,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from /usr/include/libxml2/libxml/tree.h:1307,
>                  from ./include/tclxml-libxml2/tclxml-libxml2.h:20,
>                  from tclxml.c:18:
> tclxml.c:1642:53: error: expected expression before ‘_Bool’
>  1642 |         if (Tcl_GetBooleanFromObj(interp, objv[1], &bool) != TCL_OK) {
>       |                                                     ^~~~
> tclxml.c:1646:13: error: expected expression before ‘_Bool’
>  1646 |         if (bool && !xmlinfo->final) {
>       |             ^~~~
> tclxslt-libxslt.c:1624:1: warning: control reaches end of non-void function 
> [-Wreturn-type]
>  1624 | }
>       | ^
> tclxml.c:1647:11: error: ‘doParse’ undeclared (first use in this function)
>  1647 |           doParse = 1;
>       |           ^~~~~~~
> In file included from /usr/include/unicode/umachine.h:52,
>                  from /usr/include/unicode/utypes.h:38,
>                  from /usr/include/unicode/ucnv_err.h:88,
>                  from /usr/include/unicode/ucnv.h:51,
>                  from /usr/include/libxml2/libxml/encoding.h:31,
>                  from /usr/include/libxml2/libxml/parser.h:812,
>                  from /usr/include/libxml2/libxml/globals.h:18,
>                  from /usr/include/libxml2/libxml/threads.h:35,
>                  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>                  from /usr/include/libxml2/libxml/tree.h:1307,
>                  from ./include/tclxml-libxml2/tclxml-libxml2.h:20,
>                  from tclxml.c:18:
> tclxml.c:1649:21: error: expected expression before ‘_Bool’
>  1649 |         } else if (!bool && xmlinfo->final) {
>       |                     ^~~~
> tclxml.c:1657:26: error: expected expression before ‘_Bool’
>  1657 |         xmlinfo->final = bool;
>       |                          ^~~~
> tclxml.c:1669:53: error: expected expression before ‘_Bool’
>  1669 |         if (Tcl_GetBooleanFromObj(interp, objv[1], &bool) != TCL_OK) {
>       |                                                     ^~~~
> tclxml.c:1676:29: error: expected expression before ‘_Bool’
>  1676 |         xmlinfo->validate = bool;
>       |                             ^~~~
> tclxml.c:1691:53: error: expected expression before ‘_Bool’
>  1691 |         if (Tcl_GetBooleanFromObj(interp, objv[1], &bool) != TCL_OK) {
>       |                                                     ^~~~
> tclxml.c:1694:43: error: expected expression before ‘_Bool’
>  1694 |         xmlinfo->expandinternalentities = bool;
>       |                                           ^~~~
> 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]: *** [Makefile:314: tclxslt-libxslt.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/tclxml_3.2.7-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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 marking 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: tclxml
Source-Version: 1:3.2.7-6
Done: Ole Streicher <oleb...@debian.org>

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 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 31 May 2022 10:28:54 +0200
Source: tclxml
Architecture: source
Version: 1:3.2.7-6
Distribution: unstable
Urgency: medium
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-de...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1011718
Changes:
 tclxml (1:3.2.7-6) unstable; urgency=medium
 .
   * Rename bool to boolean since bool is now a type in C. Closes: #1011718
   * Push Standards-Version to 4.6.1. No changes needed
   * Push dh-compat to 13
   * Remove leading slash for .install bangpath
Checksums-Sha1:
 dec101f08293a062f51581d57d08c64f5512a291 2022 tclxml_3.2.7-6.dsc
 934359ba04c2265b511982c4a8c8f582139ff8b8 5772 tclxml_3.2.7-6.debian.tar.xz
Checksums-Sha256:
 429b0f5bf4f4595399f4c90042ba01a4d81b4448d343f330fa3a5abafdc53683 2022 
tclxml_3.2.7-6.dsc
 94a692cf5e8f9ae3cd02e1f98cf06b7aed3e0e59bbf4246b3ec525993c54974c 5772 
tclxml_3.2.7-6.debian.tar.xz
Files:
 d3f236fb025344cb4b9ec4e0b2f7ef02 2022 devel optional tclxml_3.2.7-6.dsc
 46eb915af1fcc34b9d2bcdd311ecda25 5772 devel optional 
tclxml_3.2.7-6.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmKV024ACgkQcRWv0HcQ
3Pcz7BAAuGiCI5Qyq++ajF+qsFdqTzLcG7vVphd6jahdRU11IiBa35zSCRQnKk+u
ADcMo6vhNrT7EARplmN475yeNoZ2Rm1Nw070CIj91pyOfY0N0B4Lwn6MCY1NktzZ
F4q2u/tGQvS4B8PFeq+8OvJEMLE55l1lXr6pfvCqAXAocXsv+pVSIbLSxu+YE/z5
nm6TazrY2KaAQLzGmv3xc51Gu9RhXgkZBJAxR5htRhlqIWbbgwMI0TOLgk2mVI3S
sBk0LdNfqCda/T9wJJrBtiglEU0iN6us35UCbyerWz4zxcBI537osBGsIfbDR6TS
mZgP6CoXYIJ7nQubIJ2LpqghuxrcDFpTZwL9Y3cefIPKL+EJ0VQmpOEsnMZSJwyg
D3kjwm85UmOqXI1AHF7PjaeCWOxLI2CEctYIDfDoS9HKJYNS7t57sQ49B7HYkrhD
8zdRGTWj+/va114PcD44kEj3u090CwS/Dv7AL6+/UCgjNgxjxr+3ha3+eyUAzfBj
dqPBbcEDERYxd+Dv2KaU3ofSOxi5uZ+XJGL5v9Nwn5RzFtOJq7jXy80jiK+S+N0k
ckwaMQq7J8MHkd6IvzSFFyP7p7rszPF9XNd94pSv8ZUtnYLvaOaWbx2drzmJ6mkA
3lWvdar2Rfy/LrXrYOtdNt7ikqneg9g79dAc2k8w8c3ATroQJWY=
=hzKy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to