Your message dated Wed, 08 Oct 2025 09:08:16 +0000
with message-id <[email protected]>
and subject line Bug#1114391: fixed in socklog 2.1.1+repack-1
has caused the Debian Bug report #1114391,
regarding socklog: FTBFS: socklog.c:169:3: error: too many arguments to
function 'byte_zero'; expected 0, have 2
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.)
--
1114391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:socklog
Version: 2.1.0+repack-6
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:socklog, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with runit
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf compile command
! [ -e "src/conf-cc.dist" ] || mv -f "src/conf-cc.dist" "src/conf-cc"
! [ -e "src/conf-ld.dist" ] || mv -f "src/conf-ld.dist" "src/conf-ld"
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
debian/rules binary
dh binary --with runit
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ -e "src/conf-cc.dist" ] || mv -f "src/conf-cc" "src/conf-cc.dist"
[ -e "src/conf-ld.dist" ] || mv -f "src/conf-ld" "src/conf-ld.dist"
echo "cc -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" > "src/conf-cc"
echo "cc -Wl,-z,relro -Wl,-z,now" > "src/conf-ld"
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./package/compile \
Linking ./src/* into ./compile...
Compiling everything in ./compile...
+ cd compile
+ exec make
make[2]: Entering directory '/<<PKGBUILDDIR>>/compile'
sh find-systype.sh > systype
rm -f compile
sh print-cc.sh > compile
chmod 555 compile
rm -f choose
cat warn-auto.sh choose.sh \
> choose
chmod 555 choose
./choose c trydrent direntry.h1 direntry.h2 > direntry.h
rm -f load
sh print-ld.sh > load
chmod 555 load
./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h
./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h
./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h
./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h
./compile chkshsgr.c
./load chkshsgr
./chkshsgr || ( cat warn-shsgr; exit 1 )
./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h
./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h
./choose clr trypoll iopause.h1 iopause.h2 > iopause.h
./choose c trysysel select.h1 select.h2 > select.h
./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h
rm -f sysdeps
cat systype compile load >> sysdeps
grep sysdep direntry.h >> sysdeps
grep sysdep haswaitp.h >> sysdeps
grep sysdep hassgact.h >> sysdeps
grep sysdep hassgprm.h >> sysdeps
grep sysdep select.h >> sysdeps
grep sysdep uint64.h >> sysdeps
grep sysdep iopause.h >> sysdeps
grep sysdep hasmkffo.h >> sysdeps
grep sysdep hasflock.h >> sysdeps
grep sysdep hasshsgr.h >> sysdeps
cat sysdeps
linux-6.12.41+deb13-cloud-amd64-:-:-:x86_64-:-
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
exec cc -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 ${1+"$@"}
#!/bin/sh
# WARNING: This file was auto-generated. Do not edit!
main="$1"; shift
exec cc -Wl,-z,relro -Wl,-z,now -o "$main" "$main".o ${1+"$@"}
/* sysdep: +dirent */
/* sysdep: +waitpid */
/* sysdep: +sigaction */
/* sysdep: +sigprocmask */
/* sysdep: +sysselect */
/* sysdep: +ulong64 */
/* sysdep: +poll */
/* sysdep: +mkfifo */
/* sysdep: +flock */
/* sysdep: -shortsetgroups */
./compile socklog.c
socklog.c: In function âsocket_unixâ:
socklog.c:169:3: error: too many arguments to function âbyte_zeroâ;
expected 0, have 2
169 | byte_zero(&sa, sizeof(sa));
| ^~~~~~~~~ ~~~
In file included from socklog.c:10:
byte.h:11:13: note: declared here
11 | extern void byte_zero();
| ^~~~~~~~~
socklog.c: In function âsocket_inetâ:
socklog.c:187:3: error: too many arguments to function âbyte_zeroâ;
expected 0, have 2
187 | byte_zero(&sa, sizeof(sa));
| ^~~~~~~~~ ~~~
byte.h:11:13: note: declared here
11 | extern void byte_zero();
| ^~~~~~~~~
make[2]: *** [Makefile:33: socklog.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.1+repack-1
Done: Lorenzo Puliti <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lorenzo Puliti <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 07 Oct 2025 18:07:30 +0200
Source: socklog
Architecture: source
Version: 2.1.1+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Mathieu Mirmont <[email protected]>
Changed-By: Lorenzo Puliti <[email protected]>
Closes: 1114391
Changes:
socklog (2.1.1+repack-1) unstable; urgency=medium
.
* New upstream version 2.1.1+repack
* d/patches:
- drop gcc-14 patches, included upstream
- import upstream patch for gcc-15 (Closes: #1114391)
* README.Debian: fix incorrect path.
Thanks to Andrew Bower <[email protected]>
* socklog-run: depends on runit-run or runit-init
* socklog: remove old sysv conffiles
Checksums-Sha1:
dfd8cba32b36aa8e8cac7ac73cd70b000d78ead8 2039 socklog_2.1.1+repack-1.dsc
29d41d12c36f8bc20269d664be3e83fe85696bf8 59235 socklog_2.1.1+repack.orig.tar.gz
37643317df08c2685167a7cf7177af1a8671ee34 12604
socklog_2.1.1+repack-1.debian.tar.xz
04ba87194ebe5bf1bf41f47cfacc2197bbd11989 6669
socklog_2.1.1+repack-1_amd64.buildinfo
Checksums-Sha256:
21f22a2423d79767f19e75b08f8c0661d4cffc6888d46cdb6ac6a3653cfcdf6e 2039
socklog_2.1.1+repack-1.dsc
35ba153050759a08c4c9f24ff1c43805ccce477f7971845a2d23aceaaf719897 59235
socklog_2.1.1+repack.orig.tar.gz
8a4dc66a646d8cbebe46568d0e11a52c21325ac2baa39d9f85ac95e98a08c529 12604
socklog_2.1.1+repack-1.debian.tar.xz
b2a5c410a3ac01fd44c751046d7aa69fb5cc410888b3c06901c5b9f9f45d9e0b 6669
socklog_2.1.1+repack-1_amd64.buildinfo
Files:
22928227f438c072aa86bb6a6bbd9cdc 2039 admin optional socklog_2.1.1+repack-1.dsc
8723026cf705b942af4e19265aa4e073 59235 admin optional
socklog_2.1.1+repack.orig.tar.gz
d35b6be4c5c14b010e7ca8f1fc59e241 12604 admin optional
socklog_2.1.1+repack-1.debian.tar.xz
397cdcf694fd15f5b822585da2d085fb 6669 admin optional
socklog_2.1.1+repack-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE2ji91PGnrxOd1bVNxxYb07RU7gMFAmjmG4cACgkQxxYb07RU
7gNFIw//WGYUYEtAXbDwTLduxyvkeEu1tciMP4WtVDjweFMGxgfJjRmRsh1wwpoO
R1xPWWpM2+9yXwnL3y9hMTZqBiwbcUiur4FDfjexcSQ99MhjTpIG1u2CwTNa1Djl
MmtnAi45XvulnEtQQgyRXzJZvGIyMIO5OljFwIbWrh7kAkFydh1q2wZ485GHjGpU
wP/+LyiymFvjz2F1JpjsLm//480j1H4CRyZ+xWu1eBup02xUMjAIdiuBHtR+15l5
jO1Vs/tarF4z4q2HhQE56zRi1vHQGSh1+qyZtX14wKSTFFUehsPzwaqmkEQwSAxo
efgE49M53TZBtQYPcjQnbYBm1gI5vNcbMbXTSo54NTlrz+IhiFr5Skd100vChdWY
uqdoKRQ8IDkuiBzDBeycFl/jb7/HHgikibvti0e7ukRe+Rp5GPMvfxIyBJOThcDe
KTw7+3wP7INlRD/TuCyzv1F8lGvkr2MhTmgTb6UcQRReNTeusi7kRubMs5kryTpp
yXtlQXHi6DuSUlG067TKzC/ntukGwN5whSMKyiVa8gaCrqW8G3HEoarKEIF5Qw3i
LvfCaukg6HhamvGv0BuM1njiQhIObONw30wASgmhaFMnPFThnIJRxmK7NT2nY4qt
CAk0FttLCtp8+TdqiECWOa6hLzDNsRc0Gmr8xcC0VM8IukVzFCk=
=xb/V
-----END PGP SIGNATURE-----
pgp7fffBM0yJ5.pgp
Description: PGP signature
--- End Message ---