Debian Bug report logs - #1096761
gpsbabel: ftbfs with GCC-15

version graph

Package: src:gpsbabel; Maintainer for src:gpsbabel is Debian GPS team <[email protected]>;

Reported by: Matthias Klose <[email protected]>

Date: Mon, 17 Feb 2025 17:18:58 UTC

Severity: important

Tags: forky, sid

Found in version gpsbabel/1.10.0+ds-1

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to Debian GPS team <[email protected]>:
Bug#1096761; Package src:gpsbabel. (Mon, 17 Feb 2025 17:18:58 GMT) (full text, mbox, link).


Acknowledgement sent to Matthias Klose <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian GPS team <[email protected]>. (Mon, 17 Feb 2025 17:18:58 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Matthias Klose <[email protected]>
To: [email protected]
Subject: gpsbabel: ftbfs with GCC-15
Date: Mon, 17 Feb 2025 17:17:31 +0000
Package: src:gpsbabel
Version: 1.10.0+ds-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/gpsbabel_1.10.0+ds-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

[...]
/usr/bin/ld: CMakeFiles/gpsbabel.dir/jeeps/gpsusbread.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/jeeps/gpsusbsend.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/jeeps/gpsutil.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/kml.cc.o:(.rodata+0xfc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/lowranceusr.cc.o:(.rodata+0xc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/main.cc.o:(.rodata+0x2a0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/mkshort.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/mtk_logger.cc.o:(.rodata+0x174): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/nmea.cc.o:(.rodata+0x14): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/nukedata.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/option.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/osm.cc.o:(.rodata+0x24): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/ozi.cc.o:(.rodata+0xac): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/parse.cc.o:(.rodata+0x18): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/polygon.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/position.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/qstarz_bl_1000.cc.o:(.rodata+0xc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/radius.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/random.cc.o:(.rodata+0xc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/resample.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/reverse_route.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/rgbcolors.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/route.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/session.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/shape.cc.o:(.rodata+0xa4): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/skytraq.cc.o:(.rodata+0x44): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/smplrout.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/sort.cc.o:(.rodata+0x14): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/codecdevice.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/logging.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/nvector.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/textstream.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/usasciicodec.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/vector3d.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/xmlstreamwriter.cc.o:(.rodata+0x14): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/src/core/xmltag.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/stackfilter.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/subrip.cc.o:(.rodata+0x50): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/swapdata.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/text.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/tpg.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/tpo.cc.o:(.rodata+0x40): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/trackfilter.cc.o:(.rodata+0x5c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/transform.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/unicsv.cc.o:(.rodata+0x1bc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/units.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/util.cc.o:(.rodata+0xc4): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/v900.cc.o:(.rodata+0xc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/validate.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/vcf.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/vecs.cc.o:(.rodata+0x13c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/waypt.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/xcsv.cc.o:(.rodata+0x2d0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/xmlgeneric.cc.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
/usr/bin/ld: CMakeFiles/gpsbabel.dir/gpsbabel_autogen/EWIEGA46WW/qrc_gpsbabel.cpp.o:(.rodata+0x397e): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; CMakeFiles/gpsbabel.dir/arcdist.cc.o:(.rodata+0x0): first defined here
collect2: error: ld returned 1 exit status
dir/units.cc.o CMakeFiles/gpsbabel.dir/util.cc.o CMakeFiles/gpsbabel.dir/v900.cc.o CMakeFiles/gpsbabel.dir/validate.cc.o CMakeFiles/gpsbabel.dir/vcf.cc.o CMakeFiles/gpsbabel.dir/vecs.cc.o CMakeFiles/gpsbabel.dir/waypt.cc.o CMakeFiles/gpsbabel.dir/xcsv.cc.o CMakeFiles/gpsbabel.dir/xmlgeneric.cc.o CMakeFiles/gpsbabel.dir/gpsbabel_autogen/EWIEGA46WW/qrc_gpsbabel.cpp.o -o gpsbabel  /usr/lib/x86_64-linux-gnu/libQt6Core5Compat.so.6.7.2 libstrptime.a /usr/lib/x86_64-linux-gnu/libQt6Core.so.6.7.2 /usr/lib/x86_64-linux-gnu/libshp.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libusb-1.0.so
make[5]: *** [CMakeFiles/gpsbabel.dir/build.make:2039: gpsbabel] Error 1
make[5]: Leaving directory '/build/reproducible-path/gpsbabel-1.10.0+ds/obj-x86_64-linux-gnu'
make[4]: *** [CMakeFiles/Makefile2:150: CMakeFiles/gpsbabel.dir/all] Error 2
make[4]: Leaving directory '/build/reproducible-path/gpsbabel-1.10.0+ds/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:318: CMakeFiles/gpsbabel.org.dir/rule] Error 2
make[3]: Leaving directory '/build/reproducible-path/gpsbabel-1.10.0+ds/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:202: gpsbabel.org] Error 2
make[2]: Leaving directory '/build/reproducible-path/gpsbabel-1.10.0+ds/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install --strip-program=true" gpsbabel.org VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:28: override_dh_auto_build-indep] Error 25
make[1]: Leaving directory '/build/reproducible-path/gpsbabel-1.10.0+ds'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 13:16:04 2025; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.