Your message dated Sun, 07 Sep 2025 10:08:32 +0000
with message-id <[email protected]>
and subject line Bug#1097300: fixed in lincity 1.13.1-17
has caused the Debian Bug report #1097300,
regarding lincity: 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.)


-- 
1097300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097300
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:lincity
Version: 1.13.1-16
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/lincity_1.13.1-16_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

[...]
      |         ^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lincity-1.13.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c main.c -o lcx-main.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lincity-1.13.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c lchelp.c -o lcx-lchelp.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lincity-1.13.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c pixmap.c -o lcx-pixmap.o 
>/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lincity-1.13.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c mps.c -o lcx-mps.o >/dev/null 
2>&1
screen.c: In function 'load_fonts':
screen.c:804:22: warning: '%s' directive writing 7 bytes into a region of size 
between 0 and 4095 [-Wformat-overflow=]
  804 |     sprintf (s, "%s%c%s", opening_path, PATH_SLASH, "8x8thin");
      |                      ^~                             ~~~~~~~~~
In file included from /usr/include/stdio.h:970,
                 from screen.c:7:
In function 'sprintf',
    inlined from 'load_fonts' at screen.c:804:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
'__builtin___sprintf_chk' output between 9 and 4104 bytes into a destination of 
size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
screen.c: In function 'load_fonts':
screen.c:811:22: warning: '%s' directive writing 12 bytes into a region of size 
between 0 and 4095 [-Wformat-overflow=]
  811 |     sprintf (s, "%s%c%s", opening_path, PATH_SLASH, "scrawl_w.fnt");
      |                      ^~                             ~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'load_fonts' at screen.c:811:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
'__builtin___sprintf_chk' output between 14 and 4109 bytes into a destination 
of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
screen.c: In function 'load_fonts':
screen.c:818:22: warning: '%s' directive writing 12 bytes into a region of size 
between 0 and 4095 [-Wformat-overflow=]
  818 |     sprintf (s, "%s%c%s", opening_path, PATH_SLASH, "scrawl_s.fnt");
      |                      ^~                             ~~~~~~~~~~~~~~
In function 'sprintf',
    inlined from 'load_fonts' at screen.c:818:5:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:30:10: note: 
'__builtin___sprintf_chk' output between 14 and 4109 bytes into a destination 
of size 4096
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
screen.c: In function 'print_total_money':
screen.c:1802:14: warning: '                            ...' directive output 
truncated writing 44 bytes into a region of size 33 [-Wformat-truncation=]
 1802 |     count += snprintf(str + count, (MONEY_W / CHAR_WIDTH) - count,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1803 |                       "                                            ");
      |                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'snprintf',
    inlined from 'print_total_money' at screen.c:1802:14:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:68:10: note: 
'__builtin___snprintf_chk' output 45 bytes into a destination of size 33
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DLC_X11=1 -Wall -Wdate-time 
-D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/lincity-1.13.1=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wall -c screen.c -o lcx-screen.o 
>/dev/null 2>&1
make[3]: Leaving directory '/build/reproducible-path/lincity-1.13.1'
make[2]: *** [Makefile:1070: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/lincity-1.13.1'
make[1]: *** [Makefile:562: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/lincity-1.13.1'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:4: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: lincity
Source-Version: 1.13.1-17
Done: Kari Pahula <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lincity, 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.
Kari Pahula <[email protected]> (supplier of updated lincity 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, 07 Sep 2025 11:49:14 +0300
Source: lincity
Architecture: source
Version: 1.13.1-17
Distribution: unstable
Urgency: medium
Maintainer: Kari Pahula <[email protected]>
Changed-By: Kari Pahula <[email protected]>
Closes: 1097300
Changes:
 lincity (1.13.1-17) unstable; urgency=medium
 .
   * Fix FTBFS due to function pointer use with GCC 15 (Closes: #1097300)
   * Put Debian packaging to git.
   * Standards-Version 4.7.2 (no changes necessary)
   * Replace debian/compat file with a dependency on debhelper-compat.
Checksums-Sha1:
 7b9095cb34417a047a7d4a4c53a346eee13c5f66 1803 lincity_1.13.1-17.dsc
 81bee825de359b3d2e241e95b0fae243144dbc2d 27952 lincity_1.13.1-17.debian.tar.xz
 638703aced0ea4d38417382aee1805ba4663f661 7365 
lincity_1.13.1-17_source.buildinfo
Checksums-Sha256:
 5444144ccc91c88825bfa5677b4cf3b2b9bd9dd16aa44a7db3bef5f2b9368b4a 1803 
lincity_1.13.1-17.dsc
 5cf66ac23893254950930b1f6bfde350c47541280d33fcda76e76d24a9cb59e9 27952 
lincity_1.13.1-17.debian.tar.xz
 8ee4b055ca18fc9382ddd7905cc851169cc7bb9cb39fc1f776153e4f0ee2a4b9 7365 
lincity_1.13.1-17_source.buildinfo
Files:
 57d5f309946812b3e8c4fad0f57a598e 1803 games optional lincity_1.13.1-17.dsc
 fa99ba6c3495ec144b42e13b981a0271 27952 games optional 
lincity_1.13.1-17.debian.tar.xz
 12f90c882d2c5e922f22547e7411fef4 7365 games optional 
lincity_1.13.1-17_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEECcOX/lMRGGlaUzRFhAhn7p2PJlwFAmi9UVEACgkQhAhn7p2P
Jly5wBAAmdTH/lWtpFus02f0dW64/VUeNRhDaRd6Q2edsoBOK0LkiMPi4I0ZWj6Y
krZekFesHUuy0sNNlDBSRR1gpaW7hqOU/DD5cPyKByvTDNRScW8olb7/eO5gPnfi
XbzAW6ur60AQwrMH/DkfW+J591NZ3AriJ5tat4OwwglQAgQ+1VyNlNJuoMeF0GQl
2n1Ob69XAMdrk1h+VE6IAjm8MQ+eZ/uHopNAAUXYutajf5mf3HcIprnil305xj08
ZymXTS1gTMLmEJ+mgz8TQbuqxz4UzK8ail7B/iBV6m5YMF6kJC2XhOuEfmU8uoH1
5nOThqwad3RWbxIj1OQBcOLovehX9hmrN1ukcj7iWc3o6UA03rsK25K8U23jb7CF
bK2ZpCp2qdg69OwS7lUQqMDMcGzvt2wMhDNW64n9vjMnrOPi5Uudfe184ApkPV11
Pudm2WL5WBjkbniMb3hJNGq8EG43o4hIZOdlwOu2Jki1kLxy6rzC+Gu4JD6ErgOq
0TAizqDwPJ2nAwK6TCb0xWYezvVlojKs+lc86/tMiXVToF4jAzCLHrO5zndH4Lyg
N6GLeR7rwshpxYVxk2af0ITtI5OnXLnPUyhTekXSfK8jnDx0z1TqRlCmUQZVNvj5
5aZPltds4nfPZOSAAyxVad2uw8Xbb9WJK+vGdh+9UFPMwmNlFtU=
=BoCP
-----END PGP SIGNATURE-----

Attachment: pgprDkexd6vaT.pgp
Description: PGP signature


--- End Message ---

Reply via email to