[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/pstoedit_4.02-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
[...]
make[4]: Entering directory '/build/reproducible-path/pstoedit-4.02/contrib/java/java2'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib/java/java2'
make[4]: Entering directory '/build/reproducible-path/pstoedit-4.02/contrib/java'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib/java'
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib/java'
Making all in cairo
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/contrib/cairo'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib/cairo'
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib'
make[2]: Leaving directory '/build/reproducible-path/pstoedit-4.02/contrib'
Making all in misc
make[2]: Entering directory '/build/reproducible-path/pstoedit-4.02/misc'
Making all in swffonts
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/misc/swffonts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/misc/swffonts'
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/misc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/misc'
make[2]: Leaving directory '/build/reproducible-path/pstoedit-4.02/misc'
Making all in othersrc
make[2]: Entering directory '/build/reproducible-path/pstoedit-4.02/othersrc'
Making all in gsdllinc
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/othersrc/gsdllinc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/othersrc/gsdllinc'
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/othersrc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/othersrc'
make[2]: Leaving directory '/build/reproducible-path/pstoedit-4.02/othersrc'
Making all in msdev
make[2]: Entering directory '/build/reproducible-path/pstoedit-4.02/msdev'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/reproducible-path/pstoedit-4.02/msdev'
Making all in QT
make[2]: Entering directory '/build/reproducible-path/pstoedit-4.02/QT'
Making all in PstoeditQtGui
make[3]: Entering directory '/build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui'
qmake6 -o Makefile.qt PstoeditQtGui.pro
Info: creating stash file /build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui/.qmake.stash
make -f Makefile.qt
make[4]: Entering directory '/build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui'
/usr/lib/qt6/libexec/uic PstoeditQtGui.ui -o ui_PstoeditQtGui.h
/usr/lib/qt6/libexec/rcc -name PstoeditQtGui PstoeditQtGui.qrc -o qrc_PstoeditQtGui.cpp
g++ -pipe -O2 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt6/mkspecs/features/data/dummy.cpp
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o PstoeditQtGuiMain.o PstoeditQtGuiMain.cpp
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o PstoeditQtGui.o PstoeditQtGui.cpp
/usr/lib/qt6/libexec/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include /build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui -I/build/reproducible-path/pstoedit-4.02/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I/usr/include/c++/15 -I/usr/include/x86_64-linux-gnu/c++/15 -I/usr/include/c++/15/backward -I/usr/lib/gcc/x86_64-linux-gnu/15/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include PstoeditQtGui.h -o moc_PstoeditQtGui.cpp
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o qrc_PstoeditQtGui.o qrc_PstoeditQtGui.cpp
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I../../src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtConcurrent -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_PstoeditQtGui.o moc_PstoeditQtGui.cpp
g++ -Wl,-O1 -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -o PstoeditQtGui PstoeditQtGuiMain.o PstoeditQtGui.o qrc_PstoeditQtGui.o moc_PstoeditQtGui.o -Wl,-rpath,`pwd`/../../src/.libs/ -L ../../src/.libs -lpstoedit /usr/lib/x86_64-linux-gnu/libQt6Widgets.so /usr/lib/x86_64-linux-gnu/libQt6Gui.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libOpenGL.so /usr/lib/x86_64-linux-gnu/libQt6Network.so /usr/lib/x86_64-linux-gnu/libQt6Concurrent.so /usr/lib/x86_64-linux-gnu/libQt6Core.so -lpthread -lGLX -lOpenGL
/usr/bin/ld: PstoeditQtGui.o:(.rodata+0x20): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; PstoeditQtGuiMain.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_PstoeditQtGui.o:(.rodata+0x58): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; PstoeditQtGuiMain.o:(.rodata+0x0): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile.qt:139: PstoeditQtGui] Error 1
make[4]: Leaving directory '/build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui'
make[3]: *** [Makefile:668: GUI] Error 2
make[3]: Leaving directory '/build/reproducible-path/pstoedit-4.02/QT/PstoeditQtGui'
make[2]: *** [Makefile:391: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/pstoedit-4.02/QT'
make[1]: *** [Makefile:477: all-recursive] Error 1
make[1]: Leaving directory '/build/reproducible-path/pstoedit-4.02'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2