Your message dated Mon, 09 Sep 2024 19:12:10 +0000
with message-id <e1snjo2-00ftyt...@fasolo.debian.org>
and subject line Bug#1075556: fixed in tcpspy 1.7d-16
has caused the Debian Bug report #1075556,
regarding tcpspy: 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.)
--
1075556: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075556
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcpspy
Version: 1.7d-15
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/tcpspy_1.7d-15_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
[...]
Sufficient free space for build
User Environment
----------------
APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-e38bf3c1-c25c-4397-8b1c-3c5dfcdfe4bc
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package tcpspy
dpkg-buildpackage: info: source version 1.7d-15
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Joao Eriberto Mota Filho
<eribe...@debian.org>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --no-parallel
dh_auto_clean -O--no-parallel
make -j1 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f log.o rule_lexer.o rule_grammar.o rule_lexer.c \
rule_grammar.c rule_grammar.h rule.o tcpspy.o tcpspy \
tcpspy.ps tcpspy.pdf
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--no-parallel
dh_clean -O--no-parallel
debian/rules binary
dh binary --no-parallel
dh_update_autotools_config -O--no-parallel
dh_autoreconf -O--no-parallel
dh_auto_configure -O--no-parallel
dh_auto_build -O--no-parallel
make -j1 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFACILITY=LOG_LOCAL1 -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -c -o log.o
log.c
bison -p rule -o rule_grammar.c -d rule_grammar.y
flex -Prule -orule_lexer.c rule_lexer.l
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFACILITY=LOG_LOCAL1 -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
rule_lexer.o rule_lexer.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFACILITY=LOG_LOCAL1 -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -c -o
rule_grammar.o rule_grammar.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFACILITY=LOG_LOCAL1 -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -c -o rule.o
rule.c
cc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-DFACILITY=LOG_LOCAL1 -DNDEBUG -Wdate-time -D_FORTIFY_SOURCE=2 -c -o tcpspy.o
tcpspy.c
tcpspy.c: In function ‘main’:
tcpspy.c:721:21: error: ‘return’ with no value, in function returning non-void
[-Wreturn-mismatch]
721 | return;
| ^~~~~~
tcpspy.c:527:5: note: declared here
527 | int main (int argc, char *argv[])
| ^~~~
make[1]: *** [<builtin>: tcpspy.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: tcpspy
Source-Version: 1.7d-16
Done: Joao Eriberto Mota Filho <eribe...@debian.org>
We believe that the bug you reported is fixed in the latest version of
tcpspy, 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.
Joao Eriberto Mota Filho <eribe...@debian.org> (supplier of updated tcpspy
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: Mon, 09 Sep 2024 13:09:13 -0300
Source: tcpspy
Architecture: source
Version: 1.7d-16
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Joao Eriberto Mota Filho <eribe...@debian.org>
Closes: 970657 1075556
Changes:
tcpspy (1.7d-16) unstable; urgency=medium
.
* QA upload.
* debian/control:
- Bumped Standards-Version to 4.7.0.
- Dropped dependency on obsolete lsb-base. The sysvinit-utils is
providing the scripts needed by /etc/init.d/* files.
* debian/copyright: updated packaging copyright years.
* debian/patches/:
- 20_add-GCC-hardening.patch: updated to fix a FTCBFS because it was
using an implicit gcc command. Thanks to Helmut Grohne
<hel...@subdivi.de>. (Closes: #970657)
- 60_fix-gcc-warning.patch: added a value to return function to fix a
FTBFS. (Closes: #1075556)
Checksums-Sha1:
eeda20fb1f796c6a60d1cf9add960173269486db 1800 tcpspy_1.7d-16.dsc
9942814001b7c59d2ca3f04876a480572a3fa935 13360 tcpspy_1.7d-16.debian.tar.xz
d00741905c4990411c7306c68ecbdcb2e0a6d65c 6522 tcpspy_1.7d-16_source.buildinfo
Checksums-Sha256:
7c63ed9b89d902f4cd9abe1b2ad236899fd001bd7f5e9c3b3b0253571a596a80 1800
tcpspy_1.7d-16.dsc
7dbebbc96652d3f3ab041b1f7d3ca7c826042ba7e82f7b6a87b3b6d45053b53c 13360
tcpspy_1.7d-16.debian.tar.xz
a62befd6c3cbcc569a9584c0a2d81ad7d8f9c27ae345ff70d7e910cb8dd3a022 6522
tcpspy_1.7d-16_source.buildinfo
Files:
8c231164e8e470e05cfd2fa6e13e662d 1800 net optional tcpspy_1.7d-16.dsc
b6e9c5953d410269408d73daf412fcd1 13360 net optional
tcpspy_1.7d-16.debian.tar.xz
d1eaa182ebc5dc8570d73da7a851fd11 6522 net optional
tcpspy_1.7d-16_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmbfPLoACgkQ3mO5xwTr
6e/RVw//c96bWYOy9Kxc5OrWFftZsl/w7olyRAHkCUxkzmfe5WDzxezaSjJXtx5o
GR5BpeGoe4SA788BOcumOx+c9aTbFjXTOedXfnEEqPcH3wbc8MxxqEJbVSIiIbhW
tXZkzsxhZduHYBvaw20wXdHk1DGrJi0I1Dpzb5FB5uBb88TOJrjI7ksFguUkhFrI
IRv6CQQE88Rz22hr/1PMd4K79RzYpMJipGAZrRMa4H5AiNw747YM+1Sb0J9IVV69
deVt4FPsu2eRW5bSlTnDFeB/sUOnZkYECPBpNt/O0UAE+BhxzBHRsipDdxFmsa8h
xHm5OeQX80PuDj1amqhMjKGtFSC1uhdyC5Z4RqxCrNJLtn46mxq7q33TSOHlx8Kj
tJ4AOoqSSNo8ZtR1KCJQkdlIgeBElGxRvJ+Qm9fH5uQleBZiXld1Zt9hNjN4ZIV3
6laiS0WOWz5JhJRlsi1Q9vRXB1Xb9DtZXl3aiZ2FBjbbPU+ilFIF3QxTzktKCgSj
GGOPOmqB/4rB4o/fFpD+IXtMn1GoBftJMZsXjck6wuyMocjCO6dK9/qoS1n/dnUD
Mxf5UMrmb6njBYZZXJFXsk2D3o+wlxX4MRdVuydMmxqq5g64+LLAqH9Ij+zzf7yZ
Ha8Dvfh5F2YtJ9T3so5FDVr9Cme7J6Xlj2yuw+Gf2qhoKfLZiTw=
=5Rw4
-----END PGP SIGNATURE-----
pgp6QNNKbBDuQ.pgp
Description: PGP signature
--- End Message ---