Your message dated Sun, 24 Aug 2025 22:49:42 +0000
with message-id <[email protected]>
and subject line Bug#1097636: fixed in popa3d 1.0.3-2
has caused the Debian Bug report #1097636,
regarding popa3d: ftbfs with GCC-15
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.)
--
1097636: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097636
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:popa3d
Version: 1.0.3-1.1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/popa3d_1.0.3-1.1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html
[...]
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying debian-defaults-for-params-h.patch
Check disk space
----------------
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
SHELL=/bin/sh
USER=user42
dpkg-buildpackage
-----------------
Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package popa3d
dpkg-buildpackage: info: source version 1.0.3-1.1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Adrian Bunk <[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1 clean
make[1]: Entering directory '/build/reproducible-path/popa3d-1.0.3'
rm -f popa3d version.o startup.o standalone.o virtual.o auth_passwd.o
auth_shadow.o auth_pam.o pop_root.o pop_auth.o pop_trans.o protocol.o
database.o mailbox.o misc.o md5/md5.o
make[1]: Leaving directory '/build/reproducible-path/popa3d-1.0.3'
dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in
use)
debian/rules binary
dh binary
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
dh_update_autotools_config
dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated
(level 9 in use)
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/popa3d-1.0.3'
dh_auto_build -- LDFLAGS="-Wl,-z,relro" LIBS="-lpam" PREFIX=/usr
MANDIR=/usr/share/man CFLAGS="-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection"
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9
in use)
make -j1 LDFLAGS=-Wl,-z,relro LIBS=-lpam PREFIX=/usr
MANDIR=/usr/share/man "CFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection"
make[2]: Entering directory '/build/reproducible-path/popa3d-1.0.3'
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c version.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c startup.c
gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c standalone.c
standalone.c: In function ‘do_standalone’:
standalone.c:111:13: error: expected identifier or ‘(’ before ‘true’
111 | int true = 1;
| ^~~~
standalone.c:126:21: error: lvalue required as unary ‘&’ operand
126 | (void *)&true, sizeof(true)))
| ^
make[2]: *** [Makefile:66: standalone.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/popa3d-1.0.3'
dh_auto_build: error: make -j1 LDFLAGS=-Wl,-z,relro LIBS=-lpam PREFIX=/usr
MANDIR=/usr/share/man "CFLAGS=-g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/popa3d-1.0.3=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection" returned exit code 2
make[1]: *** [debian/rules:7: override_dh_auto_build] Error 255
make[1]: Leaving directory '/build/reproducible-path/popa3d-1.0.3'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: popa3d
Source-Version: 1.0.3-2
Done: Emmanuel Arias <[email protected]>
We believe that the bug you reported is fixed in the latest version of
popa3d, 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.
Emmanuel Arias <[email protected]> (supplier of updated popa3d 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: Sun, 24 Aug 2025 22:41:58 +0100
Source: popa3d
Architecture: source
Version: 1.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1039320 1040606 1097636
Changes:
popa3d (1.0.3-2) unstable; urgency=medium
.
[ Emmanuel Arias ]
* Packaging update
* Standards-Version: 4.7.2 (routine-update)
* debhelper-compat 13 (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Remove trailing whitespace in debian/rules (routine-update)
* watch file standard 4 (routine-update)
* d/control: Update VCS-* links.
* Ship systemd unit instead of sysv-init script (Closes: #1039320).
- Add popa3d.service and popa3d.socket files.
- Modify postinst script.
* d/control: Add myself as Uploaders.
* d/control: Set Krzysztof Krzyżaniak as Uploaders. Set Salvaging
Team as Maintainer.
.
[ Andreas Tille ]
* Use something else than the reserved word true as variable name
Closes: #1097636
* Use default-mta in Recommends
* Lintian-overrides for national-encoding
* Secure URI in watch file
.
[ Andrew Bower ]
* d/patches:
- add IPv6 support (Closes: #1040606)
- add foreground server option
- mark Debian-specific options patch as not needing forwarding
* d/rules:
- Various fixes and redundant content removed
- Pass through missing hardening options
* d/copyright:
- Multiple corrections, updates and normalisations
- License future patches as per upstream by default
* d/upstream/metadata: add this, detailing new github repo
* d/control:
- add myself to Uploaders
- update description to help users judge suitability
* Add a modern standard init-d-script(5)
* Fix systemd units and drop shadow service control
- standalone mode continues to be the installation default
- switch to socket activation (or inetd) using standard tools
- stop using debconf and /etc/default/popa3d henceforth
- advise existing inetd users on one-off next steps
- add Documentation keys
- Thanks: Alexander Sulfrian, Emmanuel Arias
* Rewrite README.Debian to be relevant
* Add all hardening build flags, fixing hardening-no-bindnow
* d/control: Add myself to Uploaders
* Use sysusers.d to create system user
* Use StateDirectory instead of maintscript
Checksums-Sha1:
25fecc46dbecf74bd5e6d97aa1f8100202ceffc6 2046 popa3d_1.0.3-2.dsc
0ac49b5c2f524131a2ec942d17651ca12ead7e1f 18912 popa3d_1.0.3-2.debian.tar.xz
640094649d7baf45c7aed7436c9302971d3536d7 5934 popa3d_1.0.3-2_amd64.buildinfo
Checksums-Sha256:
02b1b78cb7f018439d40c722f666b89517b7bb6f42c7acd9b8cd1d236ed8da1f 2046
popa3d_1.0.3-2.dsc
f1928b17ad8514269f4be517fdcb694a62cef13a9ba879fc369711e0b860bbec 18912
popa3d_1.0.3-2.debian.tar.xz
55f9091a6b5a9d0addf3584cf2ad1729bb81d3bf74ed24025b09c013cbf5a561 5934
popa3d_1.0.3-2_amd64.buildinfo
Files:
2f33cf48186903130163fc32e968481f 2046 mail optional popa3d_1.0.3-2.dsc
6971e2a8e0dbe832514beb4fdb4196f6 18912 mail optional
popa3d_1.0.3-2.debian.tar.xz
178360bd6f53a0c7a7b76ff5e1a3b45d 5934 mail optional
popa3d_1.0.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmirkpASHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxBwUP/RDxObNofQabHCitLbUg9DOIqSTSFHe8
EcYszRrYLgu4QDV3fMcEEqo1ghlJJPjO7onH68regUEhF9eHE+imfTgk9txRH1YC
e+u1uPLRh7NA0DHYDb9jZPrdCiDrB97tMi7pnyIlNSilnWxa8u6qjosXq3Sk/irE
ylU0zsU8vTtlXidGkPHz+uehqqYRhZ0wg280LC+rl5PITqCjxTauq48s5KLdcyHx
brXoo1OwA0a7RsJQy5KjRlIYl0d8Jpea0a6k463HLjgR5sE7lvlUoL8XRpi79+7o
keP9xDIbnJhI5/D4BhA76tfP1yPw+5kWdF47YFHsQHaP6JZhR5ZvmhucK+YHs35I
F+zVYxihRpgiNZL+yo3ogim5p6wwgYe3jFwrbKyY2YtAr4Vxyz0M4IRPNtu03tg2
PDpOzI5bFqEgDv2+2LNoTV/ii0bxw5/4hcABR0dGi5iUcPKMZYR4HMNvABuxPu26
PJ6SLzauQDeLJpLKcee9SGOuCObiwMXJSFPCHUSHTAzy0kxfBqbJdQQYPNDEWmDS
woYDw8/4Q1jDvWLrEfxt/Jhb3ytFc1pzfcR5G+h/wHxyuhr8BpCPk0GDzypSzf5R
MyG2EXC9CQkU2FSqzbfwMA5pKnEeROkJmog28VeZDwDKk7Mdpur0KiRw1uqLyiz+
8zSoFLMpgiAq
=BVY0
-----END PGP SIGNATURE-----
pgp3dYdQZtGWc.pgp
Description: PGP signature
--- End Message ---