Your message dated Wed, 03 Jul 2024 18:19:29 +0000
with message-id <[email protected]>
and subject line Bug#1074918: fixed in docbook-to-man 1:2.0.0-47
has caused the Debian Bug report #1074918,
regarding docbook-to-man: 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 [email protected]
immediately.)
--
1074918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074918
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:docbook-to-man
Version: 1:2.0.0-46
Severity: important
Tags: sid trixie
User: [email protected]
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/docbook-to-man_2.0.0-46_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
[...]
72 | (void) strncpy(dst, prog->startp[no], len);
| ^~~
regsub.c:45:22: note: built-in ‘strncpy’ declared here
45 | extern char *strncpy();
| ^~~~~~~
tables.c:1898:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1898 | if ( cp = FindAttValByName(ep, "COLSEP") )
| ^~
tables.c:1903:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1903 | if ( cp = FindAttValByName(ep, "ROWSEP") )
| ^~
tables.c: In function ‘TblDoSpanSpec’:
tables.c:1932:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1932 | if ( cp = FindAttValByName(ep, "SPANNAME") ) strcpy(tssp->name,
cp);
| ^~
tables.c:1935:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1935 | if ( cp = FindAttValByName(ep, "NAMEST") ) {
| ^~
tables.c:1949:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1949 | if ( cp = FindAttValByName(ep, "NAMEEND") ) {
| ^~
tables.c:1963:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1963 | if ( cp = FindAttValByName(ep, "ALIGN") ) {
| ^~
tables.c:1974:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1974 | if ( cp = FindAttValByName(ep, "CHAR") )
| ^~
tables.c:1980:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1980 | if ( cp = FindAttValByName(ep, "CHAROFF") )
| ^~
tables.c:1987:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1987 | if ( cp = FindAttValByName(ep, "COLSEP") )
| ^~
tables.c:1993:14: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
1993 | if ( cp = FindAttValByName(ep, "ROWSEP") )
| ^~
tables.c: In function ‘TblGetAlign’:
tables.c:1346:1: warning: control reaches end of non-void function
[-Wreturn-type]
1346 | }
| ^
tables.c: At top level:
tables.c:211:17: warning: ‘basemodel’ defined but not used [-Wunused-variable]
211 | static char basemodel[128]; /* model for table (in formatting
language) */
| ^~~~~~~~~
tables.c:210:37: warning: ‘frameall’ defined but not used [-Wunused-variable]
210 | static int frametop, framebot, frameall;
| ^~~~~~~~
tables.c:183:17: warning: ‘tblboft’ defined but not used [-Wunused-variable]
183 | static bool tblboft = FALSE; /* within a block of filled
text? */
| ^~~~~~~
tables.c:75:14: warning: ‘RCSid’ defined but not used [-Wunused-variable]
75 | static char *RCSid =
| ^~~~~
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -I. regerror.c -o regerror.o
gcc -c -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-fcommon -Wdate-time -D_FORTIFY_SOURCE=2 -I. strerror.c -o strerror.o
ar rcv libtptregexp.a regexp.o regsub.o regerror.o strerror.o
a - regexp.o
a - regsub.o
a - regerror.o
a - strerror.o
if [ -f /usr/bin/ranlib ] ; then ranlib libtptregexp.a ; else true ; fi
make[4]: Leaving directory '/<<PKGBUILDDIR>>/Instant/tptregexp'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/Instant'
make[2]: *** [Makefile:48: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true"
"CFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall
-fcommon -Wdate-time -D_FORTIFY_SOURCE=2" "LDFLAGS=-Wl,-z,relro -Wl,-z,now
-Wl,--as-needed" ROOT=/usr returned exit code 2
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: docbook-to-man
Source-Version: 1:2.0.0-47
Done: Chris Lamb <[email protected]>
We believe that the bug you reported is fixed in the latest version of
docbook-to-man, 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.
Chris Lamb <[email protected]> (supplier of updated docbook-to-man 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: SHA256
Format: 1.8
Date: Wed, 03 Jul 2024 11:09:09 -0700
Source: docbook-to-man
Architecture: source
Version: 1:2.0.0-47
Distribution: unstable
Urgency: medium
Maintainer: Chris Lamb <[email protected]>
Changed-By: Chris Lamb <[email protected]>
Closes: 1074918
Changes:
docbook-to-man (1:2.0.0-47) unstable; urgency=medium
.
* Fix -Wint-conversion-related build failure with GCC 14. (Closes: #1074918)
Checksums-Sha1:
e706bb4c00a6c2b1da27885c431441d33959c6c6 1960 docbook-to-man_2.0.0-47.dsc
a4b8e0a95564311e6d647bec87bb889a483c8998 27860
docbook-to-man_2.0.0-47.debian.tar.xz
245f43279d3f830ae2740cf1fe7ad611d74d7d61 5992
docbook-to-man_2.0.0-47_amd64.buildinfo
Checksums-Sha256:
631a46f1600041d02975279521811e8df0d31079e8f6ef2b485ade64c71fd607 1960
docbook-to-man_2.0.0-47.dsc
5903b2d7b9a43339eccc93fdceadc29bcd518455b5e9975e9c4e7fe289ca03e2 27860
docbook-to-man_2.0.0-47.debian.tar.xz
15845201b6d24ec74502faf036f714dc39f8146de7e4c97fcd1c4a00cd35ef3f 5992
docbook-to-man_2.0.0-47_amd64.buildinfo
Files:
0bc7eda0016fa70a145207c9b083cc55 1960 text optional docbook-to-man_2.0.0-47.dsc
ff03446c07d92145a24d0fff29c34a25 27860 text optional
docbook-to-man_2.0.0-47.debian.tar.xz
b3bcd09fdbee3388dc1b347ec4f97c2e 5992 text optional
docbook-to-man_2.0.0-47_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmaFlDIACgkQHpU+J9Qx
HlgChg//SOSXb56JRb9zllYVHmSooQiIIcPX09KA+0YA2qD2HnO17f0WQnGKedPI
vi/YSR4HVSWC3rqQ7zFzEW+r/c1zOFhnpvZFNH7QxUmXNg66DKbghKsb8nR0OdDa
XUr87znuQegclX1DgheW+50od2S8dJId6QpEl7Ji9dcBQtDNW/PAMgxaPc+25su9
JXlAxjDnmSjIOAR/uwBDDhFX9yzCYSY9T/p2jLt1meOy0PQYAivck8yqzOshA9eY
zOsibGwNLARzz4qsfLcoDH69aRbh5HmEr+0mW7pqGUWUpYAyqETS5djRKBVgVH8X
dl5a9gt0tFQTyPErrKMTrYGngdHGCYACSSuK+8opzt+dGko5w70teY3tAuSwZa3c
2affrmN0YHR32GN3gewtoLl6NVRSZ1drETZwkILrI5G12wPCbtd5VtLbj0C7+RcF
kEsvstDs9L59+YdV+eaJSgAlOboeE8BbInMCraJYpNciGdnMyqKXbVXKsoX322sN
0DQv91/TqQP21QiLb/xMIrHZ/jQbvHuIGR7+GgwrQq9mzCdn/6Q2wziNFf2kwthJ
kGXnI5U1fn0aLRS1CYh7ROxihzbCCSxkksS3YKo0rjXv79gxAVB8hrSowocBrliU
Mty3Fqm1/ujsaaBnlBhp/ISChZRjxNkkhzO6dlDl3Yg3OiZyOko=
=7x30
-----END PGP SIGNATURE-----
pgp6uazT2hTfV.pgp
Description: PGP signature
--- End Message ---