Your message dated Tue, 08 Apr 2025 15:40:14 +0000
with message-id <e1u2b3e-006o3a...@fasolo.debian.org>
and subject line Bug#1075523: fixed in socklog 2.1.0+repack-6
has caused the Debian Bug report #1075523,
regarding socklog: 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.)
--
1075523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:socklog
Version: 2.1.0+repack-5
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/socklog_2.1.0+repack-5_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
[...]
./compile buffer_read.c
./compile buffer_write.c
./compile coe.c
./compile env.c
./compile error.c
./compile error_str.c
./compile fd_copy.c
./compile fd_move.c
./compile fifo.c
./compile lock_ex.c
./compile lock_exnb.c
rm -f makelib
sh print-ar.sh > makelib
chmod 555 makelib
./compile ndelay_off.c
./compile ndelay_on.c
./compile open_append.c
./compile open_read.c
./compile open_trunc.c
./compile open_write.c
./compile openreadclose.c
./compile pathexec_env.c
./compile pathexec_run.c
./compile prot.c
./compile readclose.c
./compile seek_set.c
./compile sgetopt.c
./compile sig.c
./compile sig_block.c
sig_block.c: In function ‘sig_block’:
sig_block.c:15:3: warning: ‘sigblock’ is deprecated [-Wdeprecated-declarations]
15 | sigblock(1 << (sig - 1));
| ^~~~~~~~
In file included from sig_block.c:3:
/usr/include/signal.h:173:12: note: declared here
173 | extern int sigblock (int __mask) __THROW __attribute_deprecated__;
| ^~~~~~~~
sig_block.c: In function ‘sig_unblock’:
sig_block.c:27:3: warning: ‘sigsetmask’ is deprecated
[-Wdeprecated-declarations]
27 | sigsetmask(sigsetmask(~0) & ~(1 << (sig - 1)));
| ^~~~~~~~~~
/usr/include/signal.h:176:12: note: declared here
176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
| ^~~~~~~~~~
sig_block.c:27:3: warning: ‘sigsetmask’ is deprecated
[-Wdeprecated-declarations]
27 | sigsetmask(sigsetmask(~0) & ~(1 << (sig - 1)));
| ^~~~~~~~~~
/usr/include/signal.h:176:12: note: declared here
176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
| ^~~~~~~~~~
sig_block.c: In function ‘sig_blocknone’:
sig_block.c:38:3: warning: ‘sigsetmask’ is deprecated
[-Wdeprecated-declarations]
38 | sigsetmask(0);
| ^~~~~~~~~~
/usr/include/signal.h:176:12: note: declared here
176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
| ^~~~~~~~~~
./compile sig_catch.c
./compile sig_pause.c
sig_pause.c: In function ‘sig_pause’:
sig_pause.c:14:3: error: implicit declaration of function ‘sigpause’; did you
mean ‘sig_pause’? [-Wimplicit-function-declaration]
14 | sigpause(0);
| ^~~~~~~~
| sig_pause
make[2]: *** [Makefile:271: sig_pause.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/compile'
make[1]: *** [debian/rules:25: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: socklog
Source-Version: 2.1.0+repack-6
Done: Lorenzo Puliti <plore...@disroot.org>
We believe that the bug you reported is fixed in the latest version of
socklog, 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.
Lorenzo Puliti <plore...@disroot.org> (supplier of updated socklog 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, 08 Apr 2025 11:43:40 +0200
Source: socklog
Architecture: source
Version: 2.1.0+repack-6
Distribution: unstable
Urgency: medium
Maintainer: Mathieu Mirmont <m...@parad0x.org>
Changed-By: Lorenzo Puliti <plore...@disroot.org>
Closes: 1075523
Changes:
socklog (2.1.0+repack-6) unstable; urgency=medium
.
[ Mathieu Mirmont ]
* control: bump debian policy to 4.7.0, no change required
* socklog-run.lintian-overrides: not needed anymore
* patches: mark as not to be forwarded
* patches: fix build with gcc-14 (Closes: #1075523)
.
[ Lorenzo Puliti ]
* add myself as uploader (see #1075523#27)
* d/control: update Standards-Version to 4.7.2, no change required
* d/watch: update upstream url
* remove unused lintian overrides
* patches: update patch 0004, fix tryulong64 and trypoll
prototypes for gcc-14
Checksums-Sha1:
38ddd1792354619d40568fcefa084faa5594c1ac 1907 socklog_2.1.0+repack-6.dsc
55d3b03c601b55f497bda39ab19dbc207d128eee 11832
socklog_2.1.0+repack-6.debian.tar.xz
d7ac6b7afc6ca646e268635689bf2756dee78344 5536
socklog_2.1.0+repack-6_source.buildinfo
Checksums-Sha256:
1f68f0e71902072b12cdd8c8d17900f01c39302495cd79d73a7d57cd90f8d984 1907
socklog_2.1.0+repack-6.dsc
4f14ddc27d36604ca71fb51c25d0d79dd0c0f6f92937873c9968da943f7fbdb0 11832
socklog_2.1.0+repack-6.debian.tar.xz
1ac8cfa8ce68a9673de4ce0701a8fc83622b74be8e19368f97fab334bb22d49a 5536
socklog_2.1.0+repack-6_source.buildinfo
Files:
51dcdee1462f70502fb38ffc1ee2b5b8 1907 admin optional socklog_2.1.0+repack-6.dsc
b858db18461dc7cd103c96f1aa8c5709 11832 admin optional
socklog_2.1.0+repack-6.debian.tar.xz
833b24fd3bc82ce340727254fea7e299 5536 admin optional
socklog_2.1.0+repack-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmf1NBAQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCt9DADwTR1hVikRxN+pHBH8Miitx4M+ULTH4k+u
elUdx2ll72Q/10rZwz9iKPYylY1hCSCKuSo+/abdniz3c/ABJV8sFbeYqEfry42P
Ncco7p5FQFDabXLU4V/REvI/uLQsAwZR0RByYDY2duJ4jLIgxoUa7ddiKeG7i+Zl
wWgJUPwRvwzrwML5K4bcG3wi6eUG8jShLvZwlgWkcVpUKnMhb4hm2Ztp4kMBWHD6
1Bjotaae8ygP54ouwKRhFKf1Q/5Vpvk/x1PI00GGvhy09qk57zJkKdxKyBeUMzdY
xYkE354b08VjUFZH5BTB+kpfSw71X23oa4Q4Rr5LlshkoFxtj7rufmAzKwWZfSCy
hDPbLt1trxEGEb63RjV8srbIl2NUfna+27XJAdj0UHcQDbX96Whc/9H8mMyaEWoQ
Y2aUQi5Z76Iw5i0ZHuN1x/YFkENhCxeDTnZWfEGjHPT+asph5Lg7sOvA8mLfa/2K
3mUgXtx2fgXhAFYJc82dLIdld8yaT0s=
=jMpt
-----END PGP SIGNATURE-----
pgpQ67br41lbt.pgp
Description: PGP signature
--- End Message ---