Your message dated Mon, 16 Feb 2026 09:49:22 +0000
with message-id <[email protected]>
and subject line Bug#1075506: fixed in shapetools 1.4pl6-17
has caused the Debian Bug report #1075506,
regarding shapetools: ftbfs with GCC-14
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.)


-- 
1075506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075506
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:shapetools
Version: 1.4pl6-16.1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/shapetools_1.4pl6-16.1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/scripts'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/scripts'
cd vadm
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vadm'
make[6]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vadm'
rm -f vadm sbmt publ accs frze vrm vattr vadm.o dovadm.o vadmversion.o  
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vadm'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vadm'
cd vfind
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vfind'
make[6]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vfind'
rm -f vfind  vfind.o vfversion.o        
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vfind'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vfind'
cd vl
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vl'
make[6]: Entering directory '/<<PKGBUILDDIR>>/src/vc/vl'
rm -f vl vlog vl.o display.o vlversion.o        
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vl'
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/vc/vl'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/vc'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/vc'
cd src/rms
make[3]: Entering directory '/<<PKGBUILDDIR>>/src/rms'
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/rms'
rm -f sfind lastrelease  
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/rms'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/rms'
rm -f    \
lib/libAtFS.a.old lib/libAtFS.a lib/libsttk.a.old \
lib/libsttk.a lib/libAtFStk.a.old lib/libAtFStk.a \
lib/libAtFS.so* \
lib/libsttk.so* \
lib/libAtFStk.so* \
include/atfs.h include/afsys.h include/config.h \
include/sttk.h include/atfstk.h
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/bin/make doclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f    \
lib/libAtFS.a.old lib/libAtFS.a lib/libsttk.a.old \
lib/libsttk.a lib/libAtFStk.a.old lib/libAtFStk.a \
lib/libAtFS.so* \
lib/libsttk.so* \
lib/libAtFStk.so* \
include/atfs.h include/afsys.h include/config.h \
include/sttk.h include/atfstk.h
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C vgrep-2.0 -f Makefile.in distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>/vgrep-2.0'
rm -f core vgrep *.o check.done tmp.script khadafy.out
rm -f Makefile config.status
make[1]: Leaving directory '/<<PKGBUILDDIR>>/vgrep-2.0'
rm -f config.{cache,log,status}
find src -name '*.so*' | xargs rm -f
dh_clean
 debian/rules build
dh_testdir
rm -f build-stamp
chmod a+x configure
MAKECFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -Wno-unused-result 
-Wno-implicit-int -Wno-discarded-qualifiers -Wno-int-to-pointer-cast 
-Wno-pointer-to-int-cast" \
MAKELDFLAGS="-Wl,-z,relro" \
CC=gcc ./configure --prefix=/usr --enable-shared
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... no
configure: error: installation or configuration problem: C compiler cannot 
create executables.
make: *** [debian/rules:91: build-stamp] Error 1
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: shapetools
Source-Version: 1.4pl6-17
Done: Matthias Klose <[email protected]>

We believe that the bug you reported is fixed in the latest version of
shapetools, 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.
Matthias Klose <[email protected]> (supplier of updated shapetools 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: Mon, 16 Feb 2026 10:23:31 +0100
Source: shapetools
Architecture: source
Version: 1.4pl6-17
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Closes: 1075506
Changes:
 shapetools (1.4pl6-17) unstable; urgency=medium
 .
   * Build with -std=gnu11. Closes: #1075506.
   * Fix build with newer autoconf.
   * Build using debhelper-compat 13.
   * Bump standards version.
Checksums-Sha1:
 8f25ab5dc70a8d650319a34475381b446d7f0656 1894 shapetools_1.4pl6-17.dsc
 4fb17ff2f3d539195960ae94cbd69145709ca2a9 114892 
shapetools_1.4pl6-17.debian.tar.xz
 a892d1809dfb8daa0cca929cc6604e5130b618da 5356 
shapetools_1.4pl6-17_source.buildinfo
Checksums-Sha256:
 9fb3f9244f331ad5dd992b25766bbfb82a6ab6529e1677a3d99600f2e7899c14 1894 
shapetools_1.4pl6-17.dsc
 c68a57048f2489937887b1db4255ece14221a5669fbb17c1533dc311b5d13243 114892 
shapetools_1.4pl6-17.debian.tar.xz
 560255e3e4565044b5f6663d36ef8028c7d15b94c17af8f9ba7f39c55341e1cf 5356 
shapetools_1.4pl6-17_source.buildinfo
Files:
 97debdb24af182c5311e0f7d3a14c22a 1894 devel optional shapetools_1.4pl6-17.dsc
 58f4e7928d8a4a36b976c0d6797e04e6 114892 devel optional 
shapetools_1.4pl6-17.debian.tar.xz
 2581f4d963a8b8a7169f0216d9bb36cf 5356 devel optional 
shapetools_1.4pl6-17_source.buildinfo

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

iQJEBAEBCgAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmmS5csQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9R9cD/0VycInXTaK05YTU++fG7c3hiSeJCrfjw38
fgzUZ8ZQffsXPMVwD1cF49n7OccApU7jkfcRRzVFnxKuGPg4eOeKStCcC6H7I7W7
TZYghWYpatqHyPtlxQLeWAiwUH1s4ve62uubqfjiNsZ1iq4YCXqyZmVNDBhocpzd
G4bEIxh3BuoAp6fMdV+9s2L+XmHD50/zyjRuAsVPFwmC4Hklshe5YobiHLaChP4p
AaviMp5idmYdPWBiF7MA1mzUVgTlf7rymu7i1Bl4KvF89N8WcYIk8VQmNqjRMJZr
2hrA+6zCSxLtMKvS2ea0o6oNJFw9jBrH6cOH4q1D7WhNG/JUAUgCO9IM6jZrR/JR
gR0SnflEaBKNe4EKZEb+GWo+Dyg19q9evxIgkJOfuvyFP6gOHm7+q8xUM2foyCPK
ywvNrkn06z8WClnHl9o/sjKwE8Cqrfd6tt2iKD4fEVAvHmqj8LNzYEz7Zwm3eYpb
GvvPBjrMMa7MJtk6lcacDW5f6mLsI3NlE/HE1ozeEaPaq6RNa8MEX7GCZzRA4ZOY
N5FyYPQqsbyDw9cEetaMldwqV8ELaNbIOovivc8Aoj2ZsCebU7KcYQTHbUTsn7I7
PcC3iId6CcT0zLMyLOVezYviWkE4M7tnlk/52P/BJYpplLZiA4/VHQrDWeToPp1M
kpeGHGdhUg==
=YJwQ
-----END PGP SIGNATURE-----

Attachment: pgp5YMeArflgj.pgp
Description: PGP signature


--- End Message ---

Reply via email to