Your message dated Thu, 15 Aug 2024 15:08:08 +0000
with message-id <e1sec5a-001kop...@fasolo.debian.org>
and subject line Bug#1075673: fixed in xmlto 0.0.28-3.1
has caused the Debian Bug report #1075673,
regarding xmlto: ftbfs with GCC-14
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.)


-- 
1075673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmlto
Version: 0.0.28-2.1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/xmlto_0.0.28-2.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for flex... no
checking for lex... no
checking for mktemp... mktemp
checking for find... find 
checking for bash... /bin/bash
checking for getopt... getopt
checking for long options support in getopt... yes
checking for paperconf... paperconf
checking for locale... /usr/bin/locale
checking for xmllint... /usr/bin/xmllint
checking for xsltproc... /usr/bin/xsltproc
checking for dblatex... /usr/bin/dblatex
checking for fop... /usr/bin/fop
checking for xmltex... /usr/bin/xmltex
checking for pdfxmltex... /usr/bin/pdfxmltex
checking for default backend... DEFAULT
checking for lynx... /usr/bin/lynx
checking for elinks... /usr/bin/links
checking for w3m... /usr/bin/w3m
checking for tail... /usr/bin/tail
checking for grep... /bin/grep
checking for sed... /bin/sed
checking for cp... /bin/cp
checking for zip... zip
checking for default web browser... w3m
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xmlto
config.status: creating xmlto.spec
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-am
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -DHAVE_CONFIG_H -I.   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c -o xmlif/xmlif.o xmlif/xmlif.c
xmlif/xmlif.l:46:8: error: type defaults to ‘int’ in declaration of ‘ifsense’ 
[-Wimplicit-int]
   46 | static ifsense;                 /* sense of last `if' or unless seen */
      |        ^~~~~~~
xmlif/xmlif.l:243:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  243 | {
      | ^   
make[2]: *** [Makefile:766: xmlif/xmlif.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:599: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xmlto
Source-Version: 0.0.28-3.1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xmlto, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated xmlto 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: SHA256

Format: 1.8
Date: Mon, 05 Aug 2024 15:13:50 +0200
Source: xmlto
Architecture: source
Version: 0.0.28-3.1
Distribution: unstable
Urgency: medium
Maintainer: ChangZhuo Chen (陳昌倬) <czc...@debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1075673
Changes:
 xmlto (0.0.28-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-14 by adding explicit declaration
     Closes: #1075673
Checksums-Sha1:
 0bac4f5046f03271d457ea6f8a2993cbd1ab1f53 1927 xmlto_0.0.28-3.1.dsc
 e0a464d652888e957ecf6435cd112167638de2ff 9056 xmlto_0.0.28-3.1.debian.tar.xz
 b987f2b7f227776cc65564419802f37d3d319b14 6486 xmlto_0.0.28-3.1_amd64.buildinfo
Checksums-Sha256:
 e49f76536f3808b2248dd167176f5d5b0cc1bc329a3cbb02cea5c83d71839ab3 1927 
xmlto_0.0.28-3.1.dsc
 2a39b4888792b021b0f53355e63000da7736f6ee45a778c55a59e6d62a798c62 9056 
xmlto_0.0.28-3.1.debian.tar.xz
 57fd5571ad09cfd9b712a308825022e3873ed0e9d6839b73a00ac8a8ac89b667 6486 
xmlto_0.0.28-3.1_amd64.buildinfo
Files:
 f88b1c0169eb46818839cc0a0cae0b9e 1927 text optional xmlto_0.0.28-3.1.dsc
 8c03afa7dc214b51c78773c73576c355 9056 text optional 
xmlto_0.0.28-3.1.debian.tar.xz
 b902261e42cfc433ee090ef84a6a334b 6486 text optional 
xmlto_0.0.28-3.1_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmaw0LsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGKDQ//dZ8M5pXEx3vlQasfDQ+9VhV6wRO0mPrU
XEtAXYhuCYMKwqVQeRBQJCchXhJO9ezizdB/guk06/8qquWK944hDm3Xu9WypgJh
ZgVt54ntjXf6a3j8/HXB1Fg6KdwmpluRMnjq6Y1V/GNjE376ijc/it9PTBqg0fa2
zf/5zvZzR684P5yicKUyEAd5AxiBuD5uhx5+WRhjatfEZ5fdTrOZx2KdeOO1RX0+
S/L6iYE0s6rEPfJKh9J8q5bQIpcUWdWoduBFAM1GMkM+xc4JGagw+g6EkgGj7WQz
B//MlGJBiyABGd2u5+Nx1h7A/ufUT+VBO3YsDB6FXnfXzte2+t91JNiw8xeQ5aIS
HTsa6fxzSPqDqza18f2JfkVBEMeD82dXblBHoURsjB+5BWf9+xQE4akkEn4NIVDs
9fYRdEvS8m08MOCKoVuz7y3djpGwSx+1SZ4gDkwZino3Zpp0Tj5ZYWxa0WW3aK85
08kgtTIp8ql+ayNFUicnFFSs0PzXYfVCyChdfjv++nU/V/hY8ebnQq3kDPsUa9sj
lCKsjP6FCspC6pW0QBnbiJlKgaF94qh1N6SXNsXEeiHsjSlVuMKo1vjvA3tOU+3P
3FWF+lzQOBYD7HoDIlPR0Q6a4A7rqImdeVs5KSGhDxS0YjfBkqUE0y2UDJ1sRRQr
XShf9Fzu31A=
=hEG8
-----END PGP SIGNATURE-----

Attachment: pgpQ0M9OLbdrV.pgp
Description: PGP signature


--- End Message ---

Reply via email to