Your message dated Wed, 19 Jun 2024 08:35:18 +0000
with message-id <e1sjqmk-004h4b...@fasolo.debian.org>
and subject line Bug#1073353: fixed in parser 3.4.6-5
has caused the Debian Bug report #1073353,
regarding parser: FTBFS: ../../src/include/pa_charset.h:145:40: error:
‘xmlChar’ does not name a type
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.)
--
1073353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: parser
Version: 3.4.6-4
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):
> /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
> -I../../src/include -I../types -I../classes -I../sql -I../lib/punycode
> -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -c
> -o compile_tools.lo compile_tools.C
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_common.C -fPIC -DPIC -o
> .libs/pa_common.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_threads.C -fPIC -DPIC -o
> .libs/pa_threads.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_pool.C -fPIC -DPIC -o
> .libs/pa_pool.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c compile.tab.C -fPIC -DPIC -o
> .libs/compile.tab.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c compile_tools.C -fPIC -DPIC -o
> .libs/compile_tools.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_os.C -fPIC -DPIC -o
> .libs/pa_os.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_base64.C -fPIC -DPIC -o
> .libs/pa_base64.o
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c compile.C -fPIC -DPIC -o
> .libs/compile.o
> In file included from pa_pool.C:12:
> ../../src/include/pa_charset.h:145:40: error: ‘xmlChar’ does not name a type
> 145 | String::C transcode_cstr(const xmlChar* s);
> | ^~~~~~~
> ../../src/include/pa_charset.h:147:39: error: ‘xmlChar’ does not name a type
> 147 | const String& transcode(const xmlChar* s);
> | ^~~~~~~
> ../../src/include/pa_charset.h:152:9: error: ‘xmlChar’ does not name a type
> 152 | xmlChar* transcode_buf2xchar(const char* buf, size_t
> buf_size);
> | ^~~~~~~
> ../../src/include/pa_charset.h:154:9: error: ‘xmlChar’ does not name a type
> 154 | xmlChar* transcode(const String& s);
> | ^~~~~~~
> ../../src/include/pa_charset.h:156:9: error: ‘xmlChar’ does not name a type
> 156 | xmlChar* transcode(const String::Body s);
> | ^~~~~~~
> libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../src/include -I../types
> -I../classes -I../sql -I../lib/punycode -I/usr/include/libxml2 -Wdate-time
> -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fstack-clash-protection -Wformat
> -Werror=format-security -fcf-protection -c pa_threads.C -fPIC -DPIC -o
> pa_threads.o >/dev/null 2>&1
> make[3]: *** [Makefile:479: pa_pool.lo] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/06/15/parser_3.4.6-4_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: parser
Source-Version: 3.4.6-5
Done: Yavor Doganov <ya...@gnu.org>
We believe that the bug you reported is fixed in the latest version of
parser, 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 parser 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: Sun, 16 Jun 2024 23:15:36 +0300
Source: parser
Architecture: source
Version: 3.4.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Yavor Doganov <ya...@gnu.org>
Closes: 1073353
Changes:
parser (3.4.6-5) unstable; urgency=medium
.
* QA upload.
* debian/patches/libxml2-2.12.patch: New; fix FTBFS with libxml2/2.12
(Closes: #1073353). Thanks Lucas Nussbaum for the report.
* debian/control (Standards-Version): Bump to 4.7.0; no changes needed.
* debian/copyright: Update copyright years.
Checksums-Sha1:
1e88368267fd65d9d573ea58a6a66b67a00963fe 1987 parser_3.4.6-5.dsc
e4d4b7ee253c2f8de652ac0757e68a9f42a037fb 47472 parser_3.4.6-5.debian.tar.xz
89c5ba141c42852ce575f99a470cb5592593ab85 6753 parser_3.4.6-5_source.buildinfo
Checksums-Sha256:
b8ee8720edea43024e8034e39d133f90eb3f3cccad51032f0edede8850f42ce2 1987
parser_3.4.6-5.dsc
4de7b704a8e4469da84b863a1ce3af750d01719714307c874bee108a3b5369d7 47472
parser_3.4.6-5.debian.tar.xz
c0fbda5780f1a5d8acd84a0372016d9514a42057d28474f29c50c64e9c527c89 6753
parser_3.4.6-5_source.buildinfo
Files:
05a13cecbbefb634345f96ab8c6f5492 1987 web optional parser_3.4.6-5.dsc
fcab013739aa053a9b6c11981b0d838a 47472 web optional
parser_3.4.6-5.debian.tar.xz
311cb6c44afda84bd074542d97dddb9d 6753 web optional
parser_3.4.6-5_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmZykToQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCv7DADk4ie84H0nSeRuaOif7/TPDbcLeTfyQWD0
QCpblxi2RY+d8YTd/Iq+9atcHyzw9lzptMslL89hob4CeyBKHG0iY9Qfntv++Wd6
k5OlhB0pAlh5tt4aqchiYaYxL6mGXjkLVnr0qir5D0gW8sxwM1lcJv0WTH/f7Cx0
lu80CvRkL1+OXZuMVJUHTx5fySII2POWPEa4kYwYJf0Hdiv3tqebXd0XUjoAVJI3
G+hoMT+1gjDGZXTrj8dF2u2xwe+y3uo2SsqfeS9reFkFd8ZlspYTtbHI6MR+mRIx
Z49vYEybhjp+DGOy4Hs+k+JlZ0AJ5irgJgYJOdyMmhj0y4CGIok2FCwwr5XrmYxa
7NLCF4pNKQ/nR8PbL0G830KpkKpe4SKoZ6LvJXPq2CNpGtHMNVMbx8R0hWZ/rOW8
TQ+OKI3qBRo4wrovGvd8o78ay+AFSdM2xJiiJtVDSZab2kuWiH+mn4zqJZxdcr0q
1qScXhH4k7tWV9293gZ6LwpAXqZUfNk=
=3F73
-----END PGP SIGNATURE-----
pgp7lSP6zrxU1.pgp
Description: PGP signature
--- End Message ---