#1097674 pyqt6-webengine: ftbfs with GCC-15

#1097674#5
Date:
2025-02-17 17:46:39 UTC
From:
To:
[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/pyqt6-webengine_6.8.0-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

[...]
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineGlobalSettingsDnsMode.o sipQtWebEngineCoreQWebEngineGlobalSettingsDnsMode.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineGlobalSettings.o sipQtWebEngineCoreQWebEngineGlobalSettings.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineFullScreenRequest.o sipQtWebEngineCoreQWebEngineFullScreenRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineFindTextResult.o sipQtWebEngineCoreQWebEngineFindTextResult.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineFileSystemAccessRequest.o sipQtWebEngineCoreQWebEngineFileSystemAccessRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineDownloadRequest.o sipQtWebEngineCoreQWebEngineDownloadRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineDesktopMediaRequest.o sipQtWebEngineCoreQWebEngineDesktopMediaRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineCookieStoreFilterRequest.o sipQtWebEngineCoreQWebEngineCookieStoreFilterRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineCookieStore.o sipQtWebEngineCoreQWebEngineCookieStore.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineContextMenuRequest.o sipQtWebEngineCoreQWebEngineContextMenuRequest.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineClientCertificateStore.o sipQtWebEngineCoreQWebEngineClientCertificateStore.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineClientCertificateSelection.o sipQtWebEngineCoreQWebEngineClientCertificateSelection.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/pyqt6-webengine-6.8.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -fno-exceptions -Wall -Wextra -D_REENTRANT -fPIC -DPy_LIMITED_API=0x03090000 -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_PLUGIN -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_QMLINTEGRATION_LIB -DQT_POSITIONING_LIB -DQT_CORE_LIB -I. -I. -I.. -I/usr/include/python3.13 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtWebEngineCore -I/usr/include/x86_64-linux-gnu/qt6/QtQuick -I/usr/include/x86_64-linux-gnu/qt6/QtOpenGL -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQmlModels -I/usr/include/x86_64-linux-gnu/qt6/QtWebChannel -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtPositioning -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sipQtWebEngineCoreQWebEngineCertificateError.o sipQtWebEngineCoreQWebEngineCertificateError.cpp
rm -f libQtWebEngineCore.so
g++ -Wl,-z,relro -Wl,--version-script=QtWebEngineCore.exp -Wl,-O1 -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -shared -o libQtWebEngineCore.so sipQtWebEngineCorecmodule.o sipQtWebEngineCoreQMap0100QByteArray0100QByteArray.o sipQtWebEngineCoreQHash0100QByteArray0100QByteArray.o sipQtWebEngineCoreQList0100QWebEngineScript.o sipQtWebEngineCoreQMultiMap0100QByteArray0100QByteArray.o sipQtWebEngineCoreQMap0100QString0100QString.o sipQtWebEngineCoreQList0100QWebEngineHistoryItem.o sipQtWebEngineCoreQFlags0100QWebEngineUrlSchemeFlag.o sipQtWebEngineCoreQFlags0100QWebEnginePageFindFlag.o sipQtWebEngineCoreQFlags0100QWebEngineFileSystemAccessRequestAccessFlag.o sipQtWebEngineCoreQFlags0100QWebEngineContextMenuRequestMediaFlag.o sipQtWebEngineCoreQFlags0100QWebEngineContextMenuRequestEditFlag.o sipQtWebEngineCoreQWebEngineWebAuthPinRequest.o sipQtWebEngineCoreQWebEngineWebAuthUxRequest.o sipQtWebEngineCoreQWebEngineUrlSchemeHandler.o sipQtWebEngineCoreQWebEngineUrlScheme.o sipQtWebEngineCoreQWebEngineUrlRequestJob.o sipQtWebEngineCoreQWebEngineUrlRequestInterceptor.o sipQtWebEngineCoreQWebEngineUrlRequestInfo.o sipQtWebEngineCoreQWebEngineSettings.o sipQtWebEngineCoreQWebEngineScriptCollection.o sipQtWebEngineCoreQWebEngineScript.o sipQtWebEngineCoreQWebEngineRegisterProtocolHandlerRequest.o sipQtWebEngineCoreQWebEngineQuotaRequest.o sipQtWebEngineCoreQWebEngineProfile.o sipQtWebEngineCoreQWebEnginePage.o sipQtWebEngineCoreQWebEngineNotification.o sipQtWebEngineCoreQWebEngineNewWindowRequest.o sipQtWebEngineCoreQWebEngineNavigationRequest.o sipQtWebEngineCoreQWebEngineLoadingInfo.o sipQtWebEngineCoreQWebEngineHttpRequest.o sipQtWebEngineCoreQWebEngineHistory.o sipQtWebEngineCoreQWebEngineHistoryModel.o sipQtWebEngineCoreQWebEngineHistoryItem.o sipQtWebEngineCoreQWebEngineGlobalSettingsDnsMode.o sipQtWebEngineCoreQWebEngineGlobalSettings.o sipQtWebEngineCoreQWebEngineFullScreenRequest.o sipQtWebEngineCoreQWebEngineFindTextResult.o sipQtWebEngineCoreQWebEngineFileSystemAccessRequest.o sipQtWebEngineCoreQWebEngineDownloadRequest.o sipQtWebEngineCoreQWebEngineDesktopMediaRequest.o sipQtWebEngineCoreQWebEngineCookieStoreFilterRequest.o sipQtWebEngineCoreQWebEngineCookieStore.o sipQtWebEngineCoreQWebEngineContextMenuRequest.o sipQtWebEngineCoreQWebEngineClientCertificateStore.o sipQtWebEngineCoreQWebEngineClientCertificateSelection.o sipQtWebEngineCoreQWebEngineCertificateError.o  /usr/lib/x86_64-linux-gnu/libQt6WebEngineCore.so /usr/lib/x86_64-linux-gnu/libQt6Quick.so /usr/lib/x86_64-linux-gnu/libQt6OpenGL.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/libQt6QmlModels.so /usr/lib/x86_64-linux-gnu/libQt6WebChannel.so /usr/lib/x86_64-linux-gnu/libQt6Qml.so /usr/lib/x86_64-linux-gnu/libQt6QmlBuiltins.a /usr/lib/x86_64-linux-gnu/libQt6Network.so /usr/lib/x86_64-linux-gnu/libQt6Positioning.so /usr/lib/x86_64-linux-gnu/libQt6Core.so -lpthread -lGLX -lOpenGL
/usr/bin/ld: sipQtWebEngineCoreQMap0100QByteArray0100QByteArray.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQHash0100QByteArray0100QByteArray.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQList0100QWebEngineScript.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQMultiMap0100QByteArray0100QByteArray.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQMap0100QString0100QString.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQList0100QWebEngineHistoryItem.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQFlags0100QWebEngineUrlSchemeFlag.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQFlags0100QWebEnginePageFindFlag.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQFlags0100QWebEngineFileSystemAccessRequestAccessFlag.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQFlags0100QWebEngineContextMenuRequestMediaFlag.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQFlags0100QWebEngineContextMenuRequestEditFlag.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineWebAuthPinRequest.o:(.rodata+0x5c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineWebAuthUxRequest.o:(.rodata+0x1ad): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineUrlSchemeHandler.o:(.rodata+0x7c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineUrlScheme.o:(.rodata+0x309): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineUrlRequestJob.o:(.rodata+0x289): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineUrlRequestInterceptor.o:(.rodata+0x97): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineUrlRequestInfo.o:(.rodata+0x27c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineSettings.o:(.rodata+0x411): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineScriptCollection.o:(.rodata+0x186): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineScript.o:(.rodata+0x282): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineRegisterProtocolHandlerRequest.o:(.rodata+0xe5): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineQuotaRequest.o:(.rodata+0xa5): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineProfile.o:(.rodata+0xd49): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEnginePage.o:(.rodata+0x13cd): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineNotification.o:(.rodata+0x17f): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineNewWindowRequest.o:(.rodata+0x100): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineNavigationRequest.o:(.rodata+0xa2): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineLoadingInfo.o:(.rodata+0x172): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineHttpRequest.o:(.rodata+0x49e): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineHistory.o:(.rodata+0x37c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineHistoryModel.o:(.rodata+0xfb): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineHistoryItem.o:(.rodata+0x12a): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineGlobalSettingsDnsMode.o:(.rodata+0x6b): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineGlobalSettings.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineFullScreenRequest.o:(.rodata+0xa5): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineFindTextResult.o:(.rodata+0x9d): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineFileSystemAccessRequest.o:(.rodata+0x1b5): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineDownloadRequest.o:(.rodata+0x410): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineDesktopMediaRequest.o:(.rodata+0x113): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineCookieStoreFilterRequest.o:(.rodata+0x74): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineCookieStore.o:(.rodata+0x1bf): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineContextMenuRequest.o:(.rodata+0x239): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineClientCertificateStore.o:(.rodata+0xbd): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineClientCertificateSelection.o:(.rodata+0x103): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
/usr/bin/ld: sipQtWebEngineCoreQWebEngineCertificateError.o:(.rodata+0x152): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; sipQtWebEngineCorecmodule.o:(.rodata+0x379e): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:318: libQtWebEngineCore.so] Error 1
make[2]: Leaving directory '/build/reproducible-path/pyqt6-webengine-6.8.0/.pybuild/cpython3_3.13/build/QtWebEngineCore'
make[1]: *** [Makefile:49: sub-QtWebEngineCore-make_first-ordered] Error 2
make[1]: Leaving directory '/build/reproducible-path/pyqt6-webengine-6.8.0/.pybuild/cpython3_3.13/build'
E: pybuild pybuild:389: build: plugin custom failed with: exit code=2: /usr/bin/make -C /build/reproducible-path/pyqt6-webengine-6.8.0/.pybuild/cpython3_3.13/build
dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.13" returned exit code 13
make: *** [debian/rules:19: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2