Your message dated Thu, 06 Mar 2025 19:23:40 +0000
with message-id <[email protected]>
and subject line Bug#1097529: fixed in osmctools 0.9-5
has caused the Debian Bug report #1097529,
regarding osmctools: 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.)
--
1097529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097529
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:osmctools
Version: 0.9-4
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/osmctools_0.9-4_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 whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for gzopen in -lz... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
dh_auto_build
make -j8
make[1]: Entering directory '/build/reproducible-path/osmctools-0.9'
Making all in src
make[2]: Entering directory '/build/reproducible-path/osmctools-0.9/src'
gcc -DHAVE_CONFIG_H -I. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/osmctools-0.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o osmconvert.o osmconvert.c
gcc -DHAVE_CONFIG_H -I. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/osmctools-0.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o osmfilter.o osmfilter.c
gcc -DHAVE_CONFIG_H -I. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/osmctools-0.9=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -c -o osmupdate.o osmupdate.c
osmconvert.c:474:15: error: cannot use keyword ‘false’ as enumeration constant
474 | typedef enum {false= 0,true= 1} bool;
| ^~~~~
osmconvert.c:474:15: note: ‘false’ is a keyword with ‘-std=c23’ onwards
osmconvert.c:474:33: error: expected ‘;’, identifier or ‘(’ before ‘bool’
474 | typedef enum {false= 0,true= 1} bool;
| ^~~~
osmconvert.c:474:33: warning: useless type name in empty declaration
osmupdate.c:183:15: error: cannot use keyword ‘false’ as enumeration constant
183 | typedef enum {false= 0,true= 1} bool;
| ^~~~~
osmupdate.c:183:15: note: ‘false’ is a keyword with ‘-std=c23’ onwards
osmupdate.c:183:33: error: expected ‘;’, identifier or ‘(’ before ‘bool’
183 | typedef enum {false= 0,true= 1} bool;
| ^~~~
osmupdate.c:183:33: warning: useless type name in empty declaration
osmfilter.c:386:15: error: cannot use keyword ‘false’ as enumeration constant
386 | typedef enum {false= 0,true= 1} bool;
| ^~~~~
osmfilter.c:386:15: note: ‘false’ is a keyword with ‘-std=c23’ onwards
osmfilter.c:386:33: error: expected ‘;’, identifier or ‘(’ before ‘bool’
386 | typedef enum {false= 0,true= 1} bool;
| ^~~~
osmfilter.c:386:33: warning: useless type name in empty declaration
make[2]: *** [Makefile:378: osmupdate.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:378: osmfilter.o] Error 1
make[2]: *** [Makefile:378: osmconvert.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/osmctools-0.9/src'
make[1]: *** [Makefile:355: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/osmctools-0.9'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: osmctools
Source-Version: 0.9-5
Done: Bas Couwenberg <[email protected]>
We believe that the bug you reported is fixed in the latest version of
osmctools, 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.
Bas Couwenberg <[email protected]> (supplier of updated osmctools 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: Thu, 06 Mar 2025 19:44:03 +0100
Source: osmctools
Architecture: source
Version: 0.9-5
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Bas Couwenberg <[email protected]>
Closes: 1097529
Changes:
osmctools (0.9-5) unstable; urgency=medium
.
* Bump Standards-Version to 4.7.0, no changes.
* Bump debhelper compat to 13.
* Enable Salsa CI.
* Update watch file to use searchmode=plain.
* Add patch to fix FTBFS with GCC 15.
(closes: #1097529)
Checksums-Sha1:
ba96e6b00961e8b004ba3bddb11653f7a6e1207e 1976 osmctools_0.9-5.dsc
96ab64f40a52da242bef3f14c40874fdcbc47ca7 23012 osmctools_0.9-5.debian.tar.xz
2c4e6023006f652a4eec0f0874a0ec17effc3343 7358 osmctools_0.9-5_amd64.buildinfo
Checksums-Sha256:
5d5d93afe1c1d8e75178025cbdd78ff20f5f10596b2d63beb391d00e70a65576 1976
osmctools_0.9-5.dsc
e2699fa309860fbcf67543ca201584b4059cbaca4a7b992ccf7502035f623608 23012
osmctools_0.9-5.debian.tar.xz
c8731139cbbf8a5f57d9f342669b5974cc383baa986c2151469c4628c5c348f5 7358
osmctools_0.9-5_amd64.buildinfo
Files:
39b58bd013af7864329426d0cbe00b51 1976 utils optional osmctools_0.9-5.dsc
8feab9faf191e9de9fd429216821ab56 23012 utils optional
osmctools_0.9-5.debian.tar.xz
9a61338dce4e84923d3e0fb7bdb6468e 7358 utils optional
osmctools_0.9-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgYLeQXBWQI1hRlDRZ1DxCuiNSvEFAmfJ7WwACgkQZ1DxCuiN
SvEAUQ//QPi/K1pd+7V2NSdsalNLuBn3W2fbhAB5bkA+t5UZL/lbfeqI8tcBlWm2
KOcuV6jVOQoE7JwglLGbbHSyLP8qFo2Xs1rlBehg6TNhzl5wwe0N/RAbJocwaa3t
Ljk6o0063upRZiX+wJUmH7lgnRcLL9uSRumO9htoBLdLaFvp/glKM3rXojlv9dbj
jOYZyFAtPoWguSxGe5mwwT8Roorl7uMxZxHL8uChiCTnZJGzxSJcsLqx++eDzDFz
YTiMoMljw/PiJRIUA3FDaOLLk62dPZG3vXNDQz28BLhCtmG6FicpTKmxxQykKQrR
XHFBbllaeqjiMcCkmfoPmPm8HIDAlsnAbh0RUzgmHQ/UmwQTtp4sPnQz/GiPueRG
g2vzeqR+qjkOPoXvoLtniIJN5Eyzuj+jE0dnevo7S1O+b4wo9/Bd7NIsjfjtBsYR
toTh1bGt/uOjHmZJB6jmbD9sHNe1Tg03+WFaz8HSxawtTR8flFUnf7WYbDV+KB8V
OSbHYB3scNTtLsTgKtHoJHOXxX17Zq9B+l/2ghY0fQYrP2x4cuHr3o7o8zyhXeKz
5xDC4RnhXJQorO/NYaVau5iGRp8P0B25S29RvBF5k4Q+jW9WYv77ce8jbUmyQioE
kijXFOKW94AwZgViIV3xpjLbws/9XIBJC2uJZCcx8oHmBjl7liA=
=AMGm
-----END PGP SIGNATURE-----
pgprZWWdQlYEq.pgp
Description: PGP signature
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel