Your message dated Fri, 10 Oct 2025 14:37:05 +0000
with message-id <[email protected]>
and subject line Bug#1096391: fixed in brainparty 0.61+dfsg-8
has caused the Debian Bug report #1096391,
regarding brainparty: 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.)
--
1096391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:brainparty
Version: 0.61+dfsg-7
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/brainparty_0.61+dfsg-7_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
[...]
make -j8 clean
make[1]: Entering directory '/build/reproducible-path/brainparty-0.61+dfsg'
rm -f brainparty *.o
make[1]: Leaving directory '/build/reproducible-path/brainparty-0.61+dfsg'
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
dh_auto_build
make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/reproducible-path/brainparty-0.61+dfsg'
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o BGObject.o BGObject.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o BPGame.o BPGame.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o BPPoint.o BPPoint.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o Colour.o Colour.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o MessageBox.o MessageBox.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o Minigame.o Minigame.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o SpriteFont.o SpriteFont.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o Texture.o Texture.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o balloonblaster.o
balloonblaster.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o bombhunt.o bombhunt.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o bpsays.o bpsays.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o bubbletrouble.o bubbletrouble.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o cardmatch.o cardmatch.cpp
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o connex.o connex.cpp
BPGame.cpp: In member function ‘void BPGame::DrawLine(int, int, int, int,
Colour*, float)’:
BPGame.cpp:1506:32: warning: narrowing conversion of ‘fromx’ from ‘int’ to
‘GLfloat’ {aka ‘float’} [-Wnarrowing]
1506 | GLfloat vertices[] = { fromx, fromy, tox, toy };
| ^~~~~
BPGame.cpp:1506:39: warning: narrowing conversion of ‘fromy’ from ‘int’ to
‘GLfloat’ {aka ‘float’} [-Wnarrowing]
1506 | GLfloat vertices[] = { fromx, fromy, tox, toy };
| ^~~~~
BPGame.cpp:1506:46: warning: narrowing conversion of ‘tox’ from ‘int’ to
‘GLfloat’ {aka ‘float’} [-Wnarrowing]
1506 | GLfloat vertices[] = { fromx, fromy, tox, toy };
| ^~~
BPGame.cpp:1506:51: warning: narrowing conversion of ‘toy’ from ‘int’ to
‘GLfloat’ {aka ‘float’} [-Wnarrowing]
1506 | GLfloat vertices[] = { fromx, fromy, tox, toy };
| ^~~
In file included from /usr/include/c++/15/map:64,
from BPGame.h:25,
from BPGame.cpp:19:
/usr/include/c++/15/bits/stl_tree.h: In instantiation of ‘std::_Rb_tree<_Key,
_Val, _KeyOfValue, _Compare, _Alloc>::_Base_ptr std::_Rb_tree<_Key, _Val,
_KeyOfValue, _Compare, _Alloc>::_M_lower_bound(_Base_ptr, _Base_ptr, const
_Key&) const [with _Key = const char*; _Val = std::pair<const char* const,
Mix_Chunk*>; _KeyOfValue = std::_Select1st<std::pair<const char* const,
Mix_Chunk*> >; _Compare = cmp_str; _Alloc = std::allocator<std::pair<const
char* const, Mix_Chunk*> >; _Base_ptr =
std::__rb_tree::_Node_traits<std::pair<const char* const, Mix_Chunk*>,
std::pair<const char* const, Mix_Chunk*>*>::_Node_base*]’:
/usr/include/c++/15/bits/stl_tree.h:3150:20: required from
‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::find(const _Key&)
[with _Key = const char*; _Val = std::pair<const char* const, Mix_Chunk*>;
_KeyOfValue = std::_Select1st<std::pair<const char* const, Mix_Chunk*> >;
_Compare = cmp_str; _Alloc = std::allocator<std::pair<const char* const,
Mix_Chunk*> >; iterator = std::_Rb_tree<const char*, std::pair<const char*
const, Mix_Chunk*>, std::_Select1st<std::pair<const char* const, Mix_Chunk*> >,
cmp_str, std::allocator<std::pair<const char* const, Mix_Chunk*> > >::iterator]’
3150 | iterator __j(_M_lower_bound(_M_begin(), _M_end(), __k));
| ^~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_map.h:1219:25: required from ‘std::map<_Key,
_Tp, _Compare, _Alloc>::iterator std::map<_Key, _Tp, _Compare,
_Alloc>::find(const key_type&) [with _Key = const char*; _Tp = Mix_Chunk*;
_Compare = cmp_str; _Alloc = std::allocator<std::pair<const char* const,
Mix_Chunk*> >; iterator = std::_Rb_tree<const char*, std::pair<const char*
const, Mix_Chunk*>, std::_Select1st<std::pair<const char* const, Mix_Chunk*> >,
cmp_str, std::allocator<std::pair<const char* const, Mix_Chunk*> > >::iterator;
key_type = const char*]’
1219 | { return _M_t.find(__x); }
| ~~~~~~~~~^~~~~
BPGame.cpp:2325:17: required from here
2325 | if (Sounds.find(sound) != Sounds.end()) {
| ~~~~~~~~~~~^~~~~~~
/usr/include/c++/15/bits/stl_tree.h:2604:36: error: no match for call to
‘(const cmp_str) (const char* const&, const char* const&)’
2604 | if (!_M_impl._M_key_compare(_S_key(__x), __k))
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
BPGame.h:55:8: note: there is 1 candidate
55 | struct cmp_str {
| ^~~~~~~
BPGame.h:56:14: note: candidate 1: ‘bool cmp_str::operator()(const char*, const
char*)’ (near match)
56 | bool operator()(char const *a, char const *b) {
| ^~~~~~~~
BPGame.h:56:14: note: passing ‘const cmp_str*’ as ‘this’ argument discards
qualifiers
g++ -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-ffile-prefix-map=/build/reproducible-path/brainparty-0.61+dfsg=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -g -c -Wno-deprecated -std=c++11
`sdl-config --cflags` -I/usr/X11R6/include -o cupsnballs.o cupsnballs.cpp
make[1]: *** [Makefile:32: BPGame.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/brainparty-0.61+dfsg'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: brainparty
Source-Version: 0.61+dfsg-8
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
brainparty, 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.
Bastian Germann <[email protected]> (supplier of updated brainparty 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: Fri, 10 Oct 2025 16:09:53 +0200
Source: brainparty
Architecture: source
Version: 0.61+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1096391
Changes:
brainparty (0.61+dfsg-8) unstable; urgency=medium
.
* Team upload.
* Drop inaccurate Homepage.
.
[ Henrique F. Simoes ]
* Fix FTBFS with GCC 15. (Closes: #1096391)
Checksums-Sha1:
b0cd5d0d8c255a5d3cbb1c52c750d1063d0bee03 1966 brainparty_0.61+dfsg-8.dsc
0b5134a76845ec873a11a49b1b69bdedeb9a99f1 104708
brainparty_0.61+dfsg-8.debian.tar.xz
6937ec12459811a7b8717a215ae0e0ee7652b6b9 5504
brainparty_0.61+dfsg-8_source.buildinfo
Checksums-Sha256:
cd997a166f0ac5782f13140af1deeb53a84093e2563bcbabac878fc6ba7c3952 1966
brainparty_0.61+dfsg-8.dsc
e380bd08065403222c26ce49862e657a2e930c628e802e6b5fa7891623938d4b 104708
brainparty_0.61+dfsg-8.debian.tar.xz
4ea00daa77ad304f8b8d8c154d48c81b5037227a60ef4feb4eaa82da1a47942b 5504
brainparty_0.61+dfsg-8_source.buildinfo
Files:
8566b2f1746a5ab35f4741ed5f3f43ce 1966 games optional brainparty_0.61+dfsg-8.dsc
c9a1a030d217ea9b47bdd1def7f9ef4f 104708 games optional
brainparty_0.61+dfsg-8.debian.tar.xz
fd75223078a1fbc685047c140418e7a4 5504 games optional
brainparty_0.61+dfsg-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmjpFAEQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFDMUC/9zA7yzeiD/09kJ7FmpjJs8yYA9tbhdc2sd
3ZuAa0QWOOiNqOCe4j7SqGcceHCxTqCJK8VRGp+bJOWH47f4Qvzno1k2ceYKBF7z
h1vB9s3+eot0vw/amCsfDqXMbYd+WO904MOWFqxJ29aKyxg9EanJ0oepagTfClwq
88Q72cfAW0hTElnhPmH8d5q/bXnxRWukFiL9euh4eyxaCBxweDfXX60m0qSe/21m
AqJeV1vvJ58VjBNxgqZV6+Zl56lf7Q6p3xLpA5hbUo3yuFb9JGbYayVh+5dLuORw
U4mRrUCCgZIXijMsIRm7WY6VO3SjZrmou21B2WLhvSVADRbC3P0SmD1DhaG6gWv/
4evG0xVZgcFFwSj/1vnickOZkJ1v0JltDxiUYLKxu0Ys1IjRyHHqgQK1MqXtqovB
IQBCiFyr3ApLzmkvsqQT8f4gLxVpCwomsjtP6MURhnDWJwUSHrwxXehNSpyQwfq8
J/znr6m/dZxUFlwKYnDXJ7H0s1Lq2t8=
=Hy8H
-----END PGP SIGNATURE-----
pgpsPcqm2Mhfl.pgp
Description: PGP signature
--- End Message ---