Package: src:accounts-qml-module; Maintainer for src:accounts-qml-module is Debian UBports Team <[email protected]>;
Reported by: Matthias Klose <[email protected]>
Date: Mon, 17 Feb 2025 17:03:10 UTC
Severity: important
Tags: forky, sid
Found in version accounts-qml-module/0.7+git20231028.05e79eb-6
Message #5 received at [email protected] (full text, mbox, reply):
Received: (at maintonly) by bugs.debian.org; 17 Feb 2025 17:02:05 +0000 From [email protected] Mon Feb 17 17:02:05 2025 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02 (2021-04-09) on buxtehude.debian.org X-Spam-Level: X-Spam-Status: No, score=-118.2 required=4.0 tests=ALL_TRUSTED,BAYES_00, BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,FVGT_m_MULTI_ODD,HAS_PACKAGE, USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 131; hammy, 150; neutral, 265; spammy, 0. spammytokens: hammytokens:0.000-+--trixie, 0.000-+--H*F:U*doko, 0.000-+--qalogsdebiannet, 0.000-+--UD:qa-logs.debian.net, 0.000-+--qa-logs.debian.net Return-path: <[email protected]> Received: from muffat.debian.org ([2607:f8f0:614:1::1274:33]:52118) from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=muffat.debian.org,[email protected] (verified) by buxtehude.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from <[email protected]>) id 1tk4VR-00ALPF-Bj for [email protected]; Mon, 17 Feb 2025 17:02:05 +0000 Received: from paradis.debian.org ([2607:f8f0:614:1::1274:67]:44126) from C=NA,ST=NA,L=Ankh Morpork,O=Debian SMTP,OU=Debian SMTP CA,CN=paradis.debian.org,[email protected] (verified) by muffat.debian.org with esmtps (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from <[email protected]>) id 1tk4VQ-00GUmz-SX for [email protected]; Mon, 17 Feb 2025 17:02:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.paradis; h=Date:Message-Id:Content-Transfer-Encoding:Content-Type: MIME-Version:From:Subject:To:Reply-To:Cc:Content-ID:Content-Description: In-Reply-To:References; bh=eqz2/zU+O0PWhgibtkFSALAAV+6fnQ5sODvkp8+Uxso=; b=px pfI3stpaF0wGCivHh8O499/qrrzeeHAPIAqeuuXEqwCL++WqnqbxD6OmEVVtmzv0oB8CsnT1Xw/BS jyhV8XBwQf8yGIMhtcFg5eFCGP0TOCFrzxdexGWoHqHtziRHWdelHUqmMNQshtkSVcoK4o0ZtqVHQ pTtSeeVZ2MbvinrpVNBoPGp9jgXim6VJS7kwheDMb4dIGDUO/kah4BtRH+shBSmKjOgcmsKkvXw6E bbvj2juYfqGG7O8M5qjk14mUCY8lesBIRB8VrSgcYYPAfeHGg444zg2y8JFqUUdY0wBUo2cGOEcDq qCvT6BXuK/C6FMDpFaQR0pKSVOYhKvag==; Received: from doko by paradis.debian.org with local (Exim 4.94.2) (envelope-from <[email protected]>) id 1tk4VQ-009H0v-3f for [email protected]; Mon, 17 Feb 2025 17:02:04 +0000 To: [email protected] Subject: accounts-qml-module: ftbfs with GCC-15 From: Matthias Klose <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <[email protected]> Date: Mon, 17 Feb 2025 17:02:04 +0000 Delivered-To: [email protected]
Package: src:accounts-qml-module Version: 0.7+git20231028.05e79eb-6 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/accounts-qml-module_0.7+git20231028.05e79eb-6_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 [...] cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o plugin.o ../../src/plugin.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o provider-model.o ../../src/provider-model.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/account-service-model.h -o moc_account-service-model.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/account-service.h -o moc_account-service.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/account.h -o moc_account.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/application-model.h -o moc_application-model.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/application.h -o moc_application.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/credentials.h -o moc_credentials.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/manager.h -o moc_manager.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/plugin.h -o moc_plugin.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/provider-model.h -o moc_provider-model.cpp /usr/lib/qt6/libexec/moc -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB --include /build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/src -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -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 ../../src/account-service-model.cpp -o account-service-model.moc g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_account-service-model.o moc_account-service-model.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_account-service.o moc_account-service.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_account.o moc_account.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_application-model.o moc_application-model.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_application.o moc_application.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_credentials.o moc_credentials.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_manager.o moc_manager.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_plugin.o moc_plugin.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_provider-model.o moc_provider-model.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ g++ -c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wno-write-strings -fno-exceptions -fno-rtti -std=c++17 -g -O2 -ffile-prefix-map=/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_REENTRANT -Wall -Wextra -fPIC -DDEBUG_ENABLED -DAPI_URI=\"SSO.OnlineAccounts\" -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_XML_LIB -I../../src -I. -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtQml -I/usr/include/x86_64-linux-gnu/qt6/QtQmlIntegration -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I/usr/include/accounts-qt6 -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/signon-qt6 -I/usr/include/signon-qt6/SignOn -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o account-service-model.o ../../src/account-service-model.cpp cc1plus: warning: ‘-Werror=’ argument ‘-Werror=implicit-function-declaration’ is not valid for C++ rm -f libAccounts.so g++ -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -shared -o libAccounts.so account-service-model.o account-service.o account.o application-model.o application.o credentials.o debug.o manager.o plugin.o provider-model.o moc_account-service-model.o moc_account-service.o moc_account.o moc_application-model.o moc_application.o moc_credentials.o moc_manager.o moc_plugin.o moc_provider-model.o /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/libQt6Qml.so /usr/lib/x86_64-linux-gnu/libQt6QmlBuiltins.a /usr/lib/x86_64-linux-gnu/libQt6Network.so -lpthread -laccounts-qt6 -lQt6Xml /usr/lib/x86_64-linux-gnu/libQt6Core.so -lsignon-qt6 -lQt6Core -lGLX -lOpenGL /usr/bin/ld: account-service.o:(.rodata+0x40): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: account.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: application-model.o:(.rodata+0x14): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: application.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: credentials.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: debug.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: manager.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: plugin.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: provider-model.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_account-service-model.o:(.rodata+0x45c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_account-service.o:(.rodata+0x8dc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_account.o:(.rodata+0x514): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_application-model.o:(.rodata+0x1c8): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_application.o:(.rodata+0x178): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_credentials.o:(.rodata+0x4dc): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_manager.o:(.rodata+0x11c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_plugin.o:(.rodata+0x60): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here /usr/bin/ld: moc_provider-model.o:(.rodata+0x1d0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; account-service-model.o:(.rodata+0x218): first defined here collect2: error: ld returned 1 exit status make[3]: *** [Makefile:228: SSO/OnlineAccounts/libAccounts.so] Error 1 make[3]: Leaving directory '/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6/src' make[2]: *** [Makefile:48: sub-src-make_first-ordered] Error 2 make[2]: Leaving directory '/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb/build-qt6' dh_auto_build: error: cd build-qt6 && make -j8 returned exit code 2 make[1]: *** [debian/rules:28: override_dh_auto_build] Error 25 make[1]: Leaving directory '/build/reproducible-path/accounts-qml-module-0.7+git20231028.05e79eb' make: *** [debian/rules:12: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
Send a report that this bug log contains spam.
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.