Package: src:kf6-kservice
Version: 6.10.0-1
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
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/kf6-kservice_6.10.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

[...]
[ 60%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/ksycocaentry.cpp
[ 62%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/ksycocafactory.cpp
[ 64%] Building CXX object src/CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kmemfile.cpp
[ 66%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildmimetypefactory.cpp
[ 68%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildservicefactory.cpp
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kmemfile.cpp: In member 
function ‘virtual bool KMemFile::open(QIODeviceBase::OpenMode)’:
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kmemfile.cpp:168:15: 
warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial 
type ‘struct KMemFile::Private::sharedInfoData’; use assignment or 
value-initialization instead [-Wclass-memaccess]
  168 |         memset(infoPtr, 0, sizeof(Private::sharedInfoData));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kmemfile.cpp:21:12: 
note: ‘struct KMemFile::Private::sharedInfoData’ declared here
   21 |     struct sharedInfoData {
      |            ^~~~~~~~~~~~~~
[ 71%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildservicegroupfactory.cpp
[ 73%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildsycoca.cpp
[ 75%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kctimefactory.cpp
[ 77%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kmimeassociations.cpp
[ 80%] Building CXX object 
src/CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/vfolder_menu.cpp
[ 82%] Building CXX object src/CMakeFiles/KF6Service.dir/servicesdebug.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/servicesdebug.cpp.o -MF 
CMakeFiles/KF6Service.dir/servicesdebug.cpp.o.d -o 
CMakeFiles/KF6Service.dir/servicesdebug.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/servicesdebug.cpp
[ 84%] Building CXX object src/CMakeFiles/KF6Service.dir/sycocadebug.cpp.o
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/c++ -DKCOREADDONS_LIB -DKF6Service_EXPORTS 
-DKF_DEPRECATED_WARNINGS_SINCE=0x70000 
-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x60800 
-DKSERVICE_DEPRECATED_WARNINGS_SINCE=0x0 
-DKSERVICE_DISABLE_DEPRECATED_BEFORE_AND_AT=0x0 -DQT_CORE_LIB 
-DQT_DEPRECATED_WARNINGS_SINCE=0x70000 -DQT_DISABLE_DEPRECATED_BEFORE=0x60800 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII 
-DQT_NO_DEBUG -DQT_NO_FOREACH -DQT_NO_KEYWORDS 
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_URL_CAST_FROM_STRING 
-DQT_STRICT_ITERATORS -DQT_USE_QSTRINGBUILDER -DQT_XML_LIB 
-DTRANSLATION_DOMAIN=\"kservice6\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/src 
-I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/KF6Service_autogen/include
 -I/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-lin
 ux-gnu/src/.. -I/build/reproducible-path/kf6-kservice-6.10.0/src/services 
-I/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtCore -isystem 
/usr/include/x86_64-linux-gnu/qt6 -isystem 
/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -isystem 
/usr/include/x86_64-linux-gnu/qt6/QtXml -isystem /usr/include/KF6/KConfig 
-isystem /usr/include/KF6/KConfigCore -isystem /usr/include/KF6/KCoreAddons -g 
-O2 -ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -std=c++
 20 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT 
src/CMakeFiles/KF6Service.dir/sycocadebug.cpp.o -MF 
CMakeFiles/KF6Service.dir/sycocadebug.cpp.o.d -o 
CMakeFiles/KF6Service.dir/sycocadebug.cpp.o -c 
/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src/sycocadebug.cpp
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildsycoca.cpp: In 
member function ‘bool KBuildSycoca::recreate(bool)’:
/build/reproducible-path/kf6-kservice-6.10.0/src/sycoca/kbuildsycoca.cpp:423:23:
 warning: ignoring return value of ‘int fchown(int, __uid_t, __gid_t)’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  423 |                 fchown(database.handle(), uid, gid);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 86%] Linking CXX shared library ../bin/libKF6Service.so
cd /build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu/src && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/KF6Service.dir/link.txt 
--verbose=1
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kmimetypefactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/services/kservice.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kserviceaction.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kservicefactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kservicegroup.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kservicegroupfactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/services/kserviceoffer.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/sycoca/ksycoca.cpp.o:(.rodata+0x94): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/ksycocadevices.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/sycoca/ksycocadict.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o:(.rodata+0x54): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o:(.rodata+0x58): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o:(.rodata+0x0): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: 
CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o:(.rodata+0x54): multiple 
definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/servicesdebug.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
/usr/bin/ld: CMakeFiles/KF6Service.dir/sycocadebug.cpp.o:(.rodata+0x0): 
multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o:(.rodata+0x0): 
first defined here
collect2: error: ld returned 1 exit status
/usr/bin/c++ -fPIC -g -O2 
-ffile-prefix-map=/build/reproducible-path/kf6-kservice-6.10.0=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Werror=init-self 
-Werror=undef -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic 
-Wzero-as-null-pointer-constant -Wmissing-include-dirs -Wl,--no-undefined 
-Wl,--fatal-warnings -Wl,--enable-new-dtags -Wl,-z,relro -Wl,-z,now -shared 
-Wl,-soname,libKF6Service.so.6 -o ../bin/libKF6Service.so.6.10.0 
CMakeFiles/KF6Service.dir/KF6Service_autogen/mocs_compilation.cpp.o 
CMakeFiles/KF6Service.dir/services/kapplicationtrader.cpp.o 
CMakeFiles/KF6Service.dir/services/kmimetypefactory.cpp.o 
CMakeFiles/KF6Service.dir/services/kservice.cpp.o 
CMakeFiles/KF6Service.dir/services/
 kserviceaction.cpp.o CMakeFiles/KF6Service.dir/services/kservicefactory.cpp.o 
CMakeFiles/KF6Service.dir/services/kservicegroup.cpp.o 
CMakeFiles/KF6Service.dir/services/kservicegroupfactory.cpp.o 
CMakeFiles/KF6Service.dir/services/kserviceoffer.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/ksycoca.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/ksycocadevices.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/ksycocadict.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/ksycocaentry.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/ksycocafactory.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kmemfile.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kbuildmimetypefactory.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicefactory.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kbuildservicegroupfactory.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kbuildsycoca.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kctimefactory.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/kmimeassociations.cpp.o 
CMakeFiles/KF6Service.dir/sycoca/vfolder_menu.cpp.o 
CMakeFiles/KF6Service.dir/servicesdebug.c
 pp.o CMakeFiles/KF6Service.dir/sycocadebug.cpp.o  
/usr/lib/x86_64-linux-gnu/libQt6Xml.so.6.7.2 
/usr/lib/x86_64-linux-gnu/libKF6ConfigCore.so.6.10.0 
/usr/lib/x86_64-linux-gnu/libKF6CoreAddons.so.6.10.0 
/usr/lib/x86_64-linux-gnu/libQt6Core.so.6.7.2
make[3]: *** [src/CMakeFiles/KF6Service.dir/build.make:477: 
bin/libKF6Service.so.6.10.0] Error 1
make[3]: Leaving directory 
'/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:862: src/CMakeFiles/KF6Service.dir/all] 
Error 2
make[2]: Leaving directory 
'/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory 
'/build/reproducible-path/kf6-kservice-6.10.0/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Reply via email to