Your message dated Fri, 24 Oct 2025 10:20:23 +0000
with message-id <[email protected]>
and subject line Bug#1097577: fixed in phlipple 0.8.5-5.2
has caused the Debian Bug report #1097577,
regarding phlipple: 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.)
--
1097577: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097577
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:phlipple
Version: 0.8.5-5.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/phlipple_0.8.5-5.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
[...]
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sdl vorbisfile glew... yes
checking for IMG_Load in -lSDL_image... yes
checking for Mix_Linked_Version in -lSDL_mixer... yes
checking for main in -lGL... yes
checking for gluPerspective in -lGLU... yes
checking for GL/gl.h... yes
checking for GL/glu.h... yes
checking for SDL/SDL_image.h... yes
checking for SDL/SDL_mixer.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating src/Makefile
config.status: creating extra/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/build/reproducible-path/phlipple-0.8.5'
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/phlipple-0.8.5'
make all-recursive
make[2]: Entering directory '/build/reproducible-path/phlipple-0.8.5'
Making all in extra
make[3]: Entering directory '/build/reproducible-path/phlipple-0.8.5/extra'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/phlipple-0.8.5/extra'
Making all in src
make[3]: Entering directory '/build/reproducible-path/phlipple-0.8.5/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o camera.o camera.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o engine.o engine.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o game.o game.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o gfxconstants.o gfxconstants.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o gradientrenderer.o
gradientrenderer.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o interpolator.o interpolator.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o levels.o levels.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o mainscreen.o mainscreen.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o osinterface_sdl.o
osinterface_sdl.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o phlipplerootscene.o
phlipplerootscene.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o quad.o quad.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\"
-DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -g -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/phlipple-0.8.5=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o quadrenderer.o quadrenderer.c
osinterface_sdl.c:414:6: error: conflicting types for ‘OS_stopMusic’; have
‘void(int)’
414 | void OS_stopMusic(int id)
| ^~~~~~~~~~~~
In file included from osinterface_sdl.c:39:
osinterface.h:37:6: note: previous declaration of ‘OS_stopMusic’ with type
‘void(void)’
37 | void OS_stopMusic();
| ^~~~~~~~~~~~
make[3]: *** [Makefile:443: osinterface_sdl.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/phlipple-0.8.5/src'
make[2]: *** [Makefile:429: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/phlipple-0.8.5'
make[1]: *** [Makefile:349: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/phlipple-0.8.5'
dh_auto_build: error: make -j8 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: phlipple
Source-Version: 0.8.5-5.2
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
phlipple, 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.
Adrian Bunk <[email protected]> (supplier of updated phlipple 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: Wed, 22 Oct 2025 21:01:59 +0300
Source: phlipple
Architecture: source
Version: 0.8.5-5.2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097577
Changes:
phlipple (0.8.5-5.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 15. (Closes: #1097577)
Checksums-Sha1:
6e13c4d483475ad69a18b926831bdcadacbdb7e1 2088 phlipple_0.8.5-5.2.dsc
abb76597315798e6fd2e720b4c93962d338ab458 38632 phlipple_0.8.5-5.2.debian.tar.xz
Checksums-Sha256:
428ad00b0c8b2f481d1405039aa6d818eec4ad69bdd6f98355322c4939a610ab 2088
phlipple_0.8.5-5.2.dsc
31c9f191591ba16d3c6e3cde7d2289ec8b9915fd5a661612e0e90adac07bc2e9 38632
phlipple_0.8.5-5.2.debian.tar.xz
Files:
fed4b90fb0bd1075a69c0c5aa1b3eb3d 2088 games optional phlipple_0.8.5-5.2.dsc
108f94763603e2ae14b16d2e9f827ac4 38632 games optional
phlipple_0.8.5-5.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj5R5oACgkQiNJCh6LY
mLHg6Q/9HHbA6rK4R5AH6cY+yYdPxo3bj9NnZS/4Yzel7mDPsixDFERjkeivWJSB
zjHbTjfY65LWzyJBDoS9BwJmxfgSZkxfNfwMA50w/LMA8M6AtsFcxTACj3VuUmVC
AspoAGWmFKXRjUwRkNi1rWRMBsnCj4tbULmvQCQz19hShDxgqrYI2z4bOkyQ7XDa
Q09/ZW6qsicZbsC+tJjiQ+9danwi+q6y8IqEGt0EwtrgiB5bVZJI31Ykz72VAcn4
H6UQ0jAvcr79+QvMMubwPTlTCvy5+3dYlCHIy+ASRbau833Dn6uy46UH2mpWJqzJ
WK+Z7CZkIzRLRmU1F1lH2Gnwf+qktd1jkglvDvOsXq16IejYP4LscsZ+yl1WlB0J
7nI8vHdS9XzMmI/Ttf1kp8fburWkkK6/EZ3xT9y7UBNbVWXNbDHyGoW43+ypSVhN
8DeYmBraW933ExQFzzOJNYFmXm0A0CTN5Yu+INNqb1EP3VzP42MS/9lqYot3cmpZ
BdGfkKS6ZfTZym6QQlYAKh5rWkDJ1+wBYEEhT/iOIwIRmgm0OknXRiLxSvAtHXT/
SYWjVzQ7sA3inptEt1nFiwTe4f5hynYo4AxOP7hOUkyMVbDDKRhUZNyofvSNsPsO
x9KtPfxczUY5Q2lDry8ghmGWtJ3ONbcRrjIPQSDCyWsv1jkd7ac=
=ihqI
-----END PGP SIGNATURE-----
pgpJh5okdP87A.pgp
Description: PGP signature
--- End Message ---