From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87791158020 for ; Wed, 12 Oct 2022 12:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B3A7E0918; Wed, 12 Oct 2022 12:36:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59546E0918 for ; Wed, 12 Oct 2022 12:36:25 +0000 (UTC) Received: from demeter.amd64.dev.gentoo.org (demeter.amd64.dev.gentoo.org [65.21.127.49]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6753133BF05 for ; Wed, 12 Oct 2022 12:36:24 +0000 (UTC) Received: by demeter.amd64.dev.gentoo.org (Postfix, from userid 0) id 912B4268242; Wed, 12 Oct 2022 12:36:22 +0000 (UTC) From: binhost@demeter.amd64.dev.gentoo.org To: gentoo-binhost-autobuilds@lists.gentoo.org Subject: [gentoo-binhost-autobuilds] [binhost amd64-default-17.1] Update succeeded Message-Id: <20221012123622.912B4268242@demeter.amd64.dev.gentoo.org> Date: Wed, 12 Oct 2022 12:36:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: __DESCRIPTION__ X-BeenThere: gentoo-binhost-autobuilds@gentoo.org X-BeenThere: gentoo-binhost-autobuilds@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c2e2b98-12c4-4883-9247-2b2422805497 X-Archives-Hash: c73ada0267f9e9a60becce565183f213 Binhost amd64-default-17.1 update succeeded | ^ In file included from /usr/include/KF5/KWidgetsAddons/KSelectAction:1, from /usr/include/KF5/KConfigWidgets/krecentfilesaction.h:19, from /usr/include/KF5/KConfigWidgets/kstandardaction.h:19, from /usr/include/KF5/KConfigWidgets/KStandardAction:1, from /usr/include/KF5/KXmlGui/kactioncollection.h:18, from /usr/include/KF5/KXmlGui/KActionCollection:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:25: /usr/include/KF5/KWidgetsAddons/kselectaction.h:377:10: note: declared here 377 | void triggered(const QString &text); // clazy:exclude=overloaded-signal | ^~~~~~~~~ /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:223:99: warning: ‘void KSelectAction::triggered(const QString&)’ is deprecated: Since 5.78. Use KSelectAction::textTriggered(const QString &) [-Wdeprecated-declarations] 223 | KSelectAction::*)(const QString&)>(&KSelectAction::triggered), this, &CantorPart::zoomValueEdited); | ^ In file included from /usr/include/KF5/KWidgetsAddons/KSelectAction:1, from /usr/include/KF5/KConfigWidgets/krecentfilesaction.h:19, from /usr/include/KF5/KConfigWidgets/kstandardaction.h:19, from /usr/include/KF5/KConfigWidgets/KStandardAction:1, from /usr/include/KF5/KXmlGui/kactioncollection.h:18, from /usr/include/KF5/KXmlGui/KActionCollection:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:25: /usr/include/KF5/KWidgetsAddons/kselectaction.h:377:10: note: declared here 377 | void triggered(const QString &text); // clazy:exclude=overloaded-signal | ^~~~~~~~~ /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp: In member function ‘void CantorPart::loadAssistants()’: /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:795:79: warning: ‘KPluginFactory* KPluginLoader::factory()’ is deprecated: Since 5.86. Use KPluginFactory::loadFactory or KPluginFactory::instantiatePlugin instead [-Wdeprecated-declarations] 795 | KPluginFactory* factory = KPluginLoader(loader.fileName()).factory(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/KF5/KCoreAddons/KPluginLoader:1, from /usr/include/KF5/KService/kservice.h:22, from /usr/include/KF5/KService/kplugininfo.h:17, from /usr/include/KF5/KService/KPluginInfo:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib/backend.h:12, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:15: /usr/include/KF5/KCoreAddons/kpluginloader.h:126:21: note: declared here 126 | KPluginFactory *factory(); | ^~~~~~~ /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp: In member function ‘void CantorPart::publishWorksheet()’: /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:917:134: warning: ‘KNS3::UploadDialog::UploadDialog(const QString&, QWidget*)’ is deprecated: Since 5.85. See API documentation [-Wdeprecated-declarations] 917 | rc").arg(m_worksheet->session()->backend()->id().toLower()), widget()); | ^ In file included from /usr/include/KF5/KNewStuff3/KNS3/UploadDialog:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/cantor_part.cpp:28: /usr/include/KF5/KNewStuff3/KNS3/uploaddialog.h:75:14: note: declared here 75 | explicit UploadDialog(const QString &configFile, QWidget *parent = nullptr); | ^~~~~~~~~~~~ [ 59%] Building CXX object src/CMakeFiles/cantorpart.dir/worksheet.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/worksheet.cpp.o -MF CMakeFiles/cantorpart.dir/worksheet.cpp.o.d -o CMakeFiles/cantorpart.dir/worksheet.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheet.cpp /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheet.cpp: In member function ‘void Worksheet::print(QPrinter*)’: /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheet.cpp:123:39: warning: ‘QRect QPrinter::pageRect() const’ is deprecated: Use pageLayout().paintRectPixels(resolution()) instead. [-Wdeprecated-declarations] 123 | QRect pageRect = printer->pageRect(); | ~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/qt5/QtPrintSupport/QPrinter:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheet.cpp:36: /usr/include/qt5/QtPrintSupport/qprinter.h:259:11: note: declared here 259 | QRect pageRect() const; | ^~~~~~~~ [ 60%] Building CXX object src/CMakeFiles/cantorpart.dir/worksheetview.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/worksheetview.cpp.o -MF CMakeFiles/cantorpart.dir/worksheetview.cpp.o.d -o CMakeFiles/cantorpart.dir/worksheetview.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheetview.cpp [ 60%] Building CXX object src/CMakeFiles/cantorpart.dir/worksheetentry.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/worksheetentry.cpp.o -MF CMakeFiles/cantorpart.dir/worksheetentry.cpp.o.d -o CMakeFiles/cantorpart.dir/worksheetentry.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheetentry.cpp [ 60%] Building CXX object src/CMakeFiles/cantorpart.dir/worksheettextitem.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/worksheettextitem.cpp.o -MF CMakeFiles/cantorpart.dir/worksheettextitem.cpp.o.d -o CMakeFiles/cantorpart.dir/worksheettextitem.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheettextitem.cpp [ 61%] Building CXX object src/CMakeFiles/cantorpart.dir/worksheetimageitem.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/worksheetimageitem.cpp.o -MF CMakeFiles/cantorpart.dir/worksheetimageitem.cpp.o.d -o CMakeFiles/cantorpart.dir/worksheetimageitem.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/worksheetimageitem.cpp [ 61%] Building CXX object src/CMakeFiles/cantorpart.dir/commandentry.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/commandentry.cpp.o -MF CMakeFiles/cantorpart.dir/commandentry.cpp.o.d -o CMakeFiles/cantorpart.dir/commandentry.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/commandentry.cpp /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/commandentry.cpp: In member function ‘void CommandEntry::showCompletions()’: /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/commandentry.cpp:1075:58: warning: ‘void KCompletionBox::activated(const QString&)’ is deprecated: Since 5.81. Use the KCompletionBox::textActivated(const QString &) signal instead [-Wdeprecated-declarations] 1075 | connect(m_completionBox.data(), &KCompletionBox::activated, this, &CommandEntry::applySelectedCompletion); | ^~~~~~~~~ In file included from /usr/include/KF5/KCompletion/KCompletionBox:1, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/commandentry.h:12, from /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/commandentry.cpp:8: /usr/include/KF5/KCompletion/kcompletionbox.h:187:10: note: declared here 187 | void activated(const QString &text); // clazy:exclude=overloaded-signal | ^~~~~~~~~ [ 61%] Building CXX object src/CMakeFiles/cantorpart.dir/textentry.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/textentry.cpp.o -MF CMakeFiles/cantorpart.dir/textentry.cpp.o.d -o CMakeFiles/cantorpart.dir/textentry.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/textentry.cpp [ 62%] Building CXX object src/CMakeFiles/cantorpart.dir/markdownentry.cpp.o cd /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src && /usr/bin/x86_64-pc-linux-gnu-g++ -DKCOREADDONS_LIB -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_NO_SIGNALS_SLOTS_KEYWORDS -DQT_NO_URL_CAST_FROM_STRING -DQT_PRINTSUPPORT_LIB -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_USE_QSTRINGBUILDER -DQT_WIDGETS_LIB -DQT_XMLPATTERNS_LIB -DQT_XML_LIB -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -Dcantorpart_EXPORTS -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/src/cantorpart_autogen/include -I/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/lib -I/var/tmp/portage/kde-apps/cantor-22.04.3/ work/cantor-22.04.3_build/src/lib -isystem /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build/thirdparty/src/discount_project -isystem /usr/include/KF5/KParts -isystem /usr/include/KF5 -isystem /usr/include/KF5/KIOWidgets -isystem /usr/include/KF5/KIOGui -isystem /usr/include/KF5/KIOCore -isystem /usr/include/KF5/KIO -isystem /usr/include/KF5/KCoreAddons -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtCore -isystem /usr/lib64/qt5/mkspecs/linux-g++ -isystem /usr/include/KF5/KService -isystem /usr/include/KF5/KConfig -isystem /usr/include/KF5/KConfigCore -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtDBus -isystem /usr/include/KF5/KWindowSystem -isystem /usr/include/qt5/QtGui -isystem /usr/include/KF5/KJobWidgets -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/KF5/Solid -isystem /usr/include/KF5/KCompletion -isystem /usr/include/KF5/KWidgetsAddons -isystem /usr/include/KF5/KXmlGui -isystem /usr/include/qt5/QtXml -isystem /usr/include/KF 5/KConfigWidgets -isystem /usr/include/KF5/KCodecs -isystem /usr/include/KF5/KConfigGui -isystem /usr/include/KF5/KAuthWidgets -isystem /usr/include/KF5/KAuthCore -isystem /usr/include/KF5/KAuth -isystem /usr/include/KF5/KTextWidgets -isystem /usr/include/KF5/SonnetUi -isystem /usr/include/KF5/Sonnet -isystem /usr/include/KF5/KI18n -isystem /usr/include/KF5/KNewStuff3 -isystem /usr/include/KF5/KMoreTools -isystem /usr/include/KF5/Attica -isystem /usr/include/KF5/KTextEditor -isystem /usr/include/KF5/KSyntaxHighlighting -isystem /usr/include/qt5/QtXmlPatterns -isystem /usr/include/KF5/KIOFileWidgets -isystem /usr/include/KF5/KBookmarks -isystem /usr/include/KF5/KItemViews -isystem /usr/include/qt5/QtPrintSupport -isystem /usr/include/KF5/KIconThemes -isystem /usr/include/KF5/KArchive -isystem /usr/include/qt5/QtSvg -isystem /usr/include/poppler/qt5 -isystem /usr/include/poppler -DQT_NO_DEBUG -O2 -pipe -march=x86-64 -mtune=generic -fno-operator-names -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 -Wvla -Wdate-time -Wsuggest-override -Wlogical-op -pedantic -Wzero-as-null-pointer-constant -fexceptions -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -std=gnu++11 -MD -MT src/CMakeFiles/cantorpart.dir/markdownentry.cpp.o -MF CMakeFiles/cantorpart.dir/markdownentry.cpp.o.d -o CMakeFiles/cantorpart.dir/markdownentry.cpp.o -c /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/markdownentry.cpp /var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3/src/markdownentry.cpp:37:10: fatal error: mkdio.h: No such file or directory 37 | #include | ^~~~~~~~~ compilation terminated. make[2]: *** [src/CMakeFiles/cantorpart.dir/build.make:214: src/CMakeFiles/cantorpart.dir/markdownentry.cpp.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build' make[1]: *** [CMakeFiles/Makefile2:1348: src/CMakeFiles/cantorpart.dir/all] Error 2 make[1]: Leaving directory '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build' make: *** [Makefile:136: all] Error 2 * ERROR: kde-apps/cantor-22.04.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-apps/cantor-22.04.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-apps/cantor-22.04.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-apps/cantor-22.04.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-apps/cantor-22.04.3/temp/environment'. * Working directory: '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build' * S: '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3' * Messages for package dev-libs/ell-0.53: * Unable to find kernel sources at /usr/src/linux * Unable to calculate Linux Kernel version for build, attempting to use running version * Messages for package kde-plasma/kwallet-pam-5.25.5: * This package enables auto-unlocking of kde-frameworks/kwallet:5. * See also: https://wiki.gentoo.org/wiki/KDE#KWallet_auto-unlocking * Messages for package kde-plasma/ksshaskpass-5.25.5: * In order to have ssh-agent start with Plasma 5, * edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh * and uncomment the lines enabling ssh-agent. * * If you do so, do not forget to uncomment the respective * lines in /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh * to properly kill the agent when the session ends. * * ksshaskpass has been installed as your default askpass application * for Plasma 5 sessions. * If that's not desired, select the one you want to use in * /etc/xdg/plasma-workspace/env/05-ksshaskpass.sh * Messages for package dev-vcs/git-2.37.3: * Please read /usr/share/bash-completion/completions/git for Git bash command * completion. * Please read /usr/share/git/git-prompt.sh for Git bash prompt * Note that the prompt bash code is now in that separate script * These additional scripts need some dependencies: * git-quiltimport : dev-util/quilt * git-instaweb : || ( www-servers/lighttpd www-servers/apache www-servers/nginx ) * Messages for package kde-misc/kio-fuse-5.0.1_p20220906: * Unable to find kernel sources at /usr/src/linux * Unable to calculate Linux Kernel version for build, attempting to use running version * Messages for package kde-apps/ksystemlog-22.04.3: * Will show only user readable logs without USE=kdesu (only in X). * Messages for package kde-apps/k3b-22.04.3-r1: * If you get warnings on start-up, uncheck the "Check system * configuration" option in the "Misc" settings window. * * Make sure you have proper read/write permissions on optical device(s). * Usually, it is sufficient to be in the cdrom group. * Messages for package kde-misc/kdeconnect-22.04.3: * The Android .apk file is available via * https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp * or via * https://f-droid.org/packages/org.kde.kdeconnect_tp/ * Messages for package kde-apps/cantor-22.04.3: * ERROR: kde-apps/cantor-22.04.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=kde-apps/cantor-22.04.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=kde-apps/cantor-22.04.3::gentoo'`. * The complete build log is located at '/var/tmp/portage/kde-apps/cantor-22.04.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/kde-apps/cantor-22.04.3/temp/environment'. * Working directory: '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3_build' * S: '/var/tmp/portage/kde-apps/cantor-22.04.3/work/cantor-22.04.3' * Messages for package kde-plasma/kwin-5.25.5: * Install additional packages for optional runtime features: * x11-misc/colord for color management support * * In Plasma 5.20, default behavior of the Task Switcher to move minimised * windows to the end of the list was changed so that it remains in the * original order. To revert to the well established behavior: * * - Edit ~/.config/kwinrc * - Find [TabBox] section * - Add "MoveMinimizedWindowsToEndOfTabBoxFocusChain=true" * Messages for package kde-plasma/kinfocenter-5.25.5: * Install additional packages for optional runtime features: * app-misc/wayland-utils for Wayland information module * app-text/aha and sys-apps/fwupd for Firmware security module * x11-apps/mesa-progs for OpenGL information module * x11-apps/xdpyinfo for X Server information module * Messages for package kde-plasma/kde-gtk-config-5.25.5: * If you notice missing icons in your GTK applications, you may have to install * the corresponding themes for GTK. A good guess would be x11-themes/oxygen-gtk * for example. * Messages for package kde-plasma/plasma-workspace-5.25.5-r4: * To enable gpg-agent and/or ssh-agent in Plasma sessions, * edit /etc/xdg/plasma-workspace/env/10-agent-startup.sh * and /etc/xdg/plasma-workspace/shutdown/10-agent-shutdown.sh * Messages for package kde-apps/akonadi-22.04.3: * * Attention: Make sure to read README.gentoo after install. * * You can select the storage backend in ~/.config/akonadi/akonadiserverrc. * Available drivers are: * QMYSQL * QMYSQL has been set as your default akonadi storage backend. * * Akonadi QMYSQL backends that were created using `. Packages that are listed in * package.provided (see portage(5)) will be removed by * depclean, even if they are part of the world set. * * As a safety measure, depclean will not remove any packages * unless *all* required dependencies have been resolved. As a * consequence of this, it often becomes necessary to run * `emerge --update --newuse --deep @world` prior to depclean. Calculating dependencies ... done! >>> No packages selected for removal by depclean >>> To see reverse dependencies, use --verbose Packages installed: 1405 Packages in world: 34 Packages in system: 43 Required packages: 1405 Number removed: 0 >>> Building file list for packages cleaning... >>> Cleaning binary packages... [ 9.5 M ] app-editors/kile-2.9.93-r1 [ 1.7 M ] dev-db/sqlite-3.39.2 [ 701.1 K ] dev-libs/kdiagram-2.8.0 [ 55.5 K ] dev-libs/plasma-wayland-protocols-1.7.0 [ 146.0 K ] dev-util/ninja-1.11.0 [ 12.7 M ] dev-vcs/git-2.35.1 [ 221.2 K ] kde-frameworks/attica-5.96.0 [ 557.7 K ] kde-frameworks/baloo-5.96.0 [ 321.3 K ] kde-frameworks/bluez-qt-5.96.0 [ 250.1 K ] kde-frameworks/countryflags-5.96.0 [ 1.6 M ] kde-frameworks/frameworkintegration-5.96.0 [ 122.5 K ] kde-frameworks/kactivities-stats-5.96.0 [ 135.2 K ] kde-frameworks/karchive-5.96.0 [ 135.4 K ] kde-frameworks/kauth-5.96.0 [ 185.3 K ] kde-frameworks/kbookmarks-5.96.0 [ 389.3 K ] kde-frameworks/kcalendarcore-5.96.0 [ 291.8 K ] kde-frameworks/kcmutils-5.96.0 [ 195.8 K ] kde-frameworks/kcodecs-5.96.0 [ 148.2 K ] kde-frameworks/kcompletion-5.96.0 [ 431.6 K ] kde-frameworks/kconfig-5.96.0 [ 473.2 K ] kde-frameworks/kconfigwidgets-5.96.0 [ 351.0 K ] kde-frameworks/kcontacts-5.96.0 [ 584.4 K ] kde-frameworks/kcoreaddons-5.96.0 [ 49.5 K ] kde-frameworks/kcrash-5.96.0 [ 139.7 K ] kde-frameworks/kdav-5.96.0 [ 92.5 K ] kde-frameworks/kdbusaddons-5.96.0 [ 325.8 K ] kde-frameworks/kdeclarative-5.96.0 [ 88.8 K ] kde-frameworks/kded-5.96.0 [ 4.6 M ] kde-frameworks/kdelibs4support-5.96.0 [ 67.2 K ] kde-frameworks/kdnssd-5.96.0 [ 541.2 K ] kde-frameworks/kdoctools-5.96.0 [ 1.7 M ] kde-frameworks/kemoticons-5.96.0 [ 234.3 K ] kde-frameworks/kfilemetadata-5.96.0 [ 167.4 K ] kde-frameworks/kglobalaccel-5.96.0-r1 [ 302.3 K ] kde-frameworks/kholidays-5.96.0 [ 3.2 M ] kde-frameworks/khtml-5.96.0-r1 [ 3.6 M ] kde-frameworks/ki18n-5.96.0 [ 178.8 K ] kde-frameworks/kiconthemes-5.96.0 [ 60.0 K ] kde-frameworks/kidletime-5.96.0 [ 147.3 K ] kde-frameworks/kimageformats-5.96.0 [ 168.0 K ] kde-frameworks/kinit-5.96.0-r1 [ 5.7 M ] kde-frameworks/kio-5.96.0-r3 [ 511.7 K ] kde-frameworks/kirigami-5.96.0-r1 [ 164.1 K ] kde-frameworks/kitemmodels-5.96.0 [ 129.5 K ] kde-frameworks/kitemviews-5.96.0 [ 136.3 K ] kde-frameworks/kjobwidgets-5.96.0-r1 [ 471.9 K ] kde-frameworks/kjs-5.96.0 [ 972.0 K ] kde-frameworks/knewstuff-5.96.0 [ 189.1 K ] kde-frameworks/knotifications-5.96.0 [ 112.1 K ] kde-frameworks/knotifyconfig-5.96.0 [ 223.6 K ] kde-frameworks/kpackage-5.96.0 [ 310.6 K ] kde-frameworks/kparts-5.96.0 [ 162.9 K ] kde-frameworks/kpeople-5.96.0 [ 66.1 K ] kde-frameworks/kplotting-5.96.0 [ 73.2 K ] kde-frameworks/kpty-5.96.0 [ 169.6 K ] kde-frameworks/kquickcharts-5.96.0 [ 516.7 K ] kde-frameworks/kross-5.96.0 [ 199.7 K ] kde-frameworks/krunner-5.96.0 [ 409.5 K ] kde-frameworks/kservice-5.96.0 [ 3.3 M ] kde-frameworks/ktexteditor-5.96.0-r1 [ 359.3 K ] kde-frameworks/ktextwidgets-5.96.0 [ 1.8 M ] kde-frameworks/kunitconversion-5.96.0 [ 442.6 K ] kde-frameworks/kwallet-5.96.0 [ 699.3 K ] kde-frameworks/kwayland-5.96.0 [ 1.9 M ] kde-frameworks/kwidgetsaddons-5.96.0 [ 233.2 K ] kde-frameworks/kwindowsystem-5.96.0 [ 844.4 K ] kde-frameworks/kxmlgui-5.96.0 [ 520.3 K ] kde-frameworks/networkmanager-qt-5.96.0 [ 4.9 M ] kde-frameworks/plasma-5.96.0-r1 [ 355.9 K ] kde-frameworks/purpose-5.96.0 [ 110.8 K ] kde-frameworks/qqc2-desktop-style-5.96.0-r1 [ 427.9 K ] kde-frameworks/solid-5.96.0 [ 364.3 K ] kde-frameworks/sonnet-5.96.0 [ 260.7 K ] kde-frameworks/syndication-5.96.0 [ 1.7 M ] kde-frameworks/syntax-highlighting-5.96.0 [ 103.7 K ] kde-frameworks/threadweaver-5.96.0 [ 9.8 M ] kde-plasma/kwin-5.24.6-r2 [ 8.3 M ] kde-plasma/plasma-desktop-5.24.6-r2 [ 7.1 M ] media-gfx/fontforge-20220308 [ 643.1 K ] media-libs/freetype-2.12.1 [ 141.5 K ] media-libs/phonon-vlc-0.11.3-r1 [ 616.5 K ] media-sound/fluidsynth-2.2.8 [ 452.4 K ] media-sound/mpg123-1.30.1 [ 449.5 K ] media-sound/mpg123-1.30.1 [ 834.2 K ] sys-libs/kpmcore-22.04.3 Emaint: fix binhost [<=> ] Emaint: fix binhost 100% [============================================>] Emaint: fix binhost 100% [============================================>] [ 140.7 K ] Packages Index =========== [ 103.6 M ] Total space from 84 files were freed in the packages directory Container binhost-amd64-x86-64 exited successfully. Spawning container binhost-amd64-x86-64-gnome on /var/lib/machines/binhost-amd64-x86-64-gnome. Press ^] three times within 1s to kill container. * IMPORTANT: 3 config files in '/etc' need updating. * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS * sections of the emerge man page to learn how to update config files. * IMPORTANT: 21 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. Calculating dependencies * IMPORTANT: 21 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. ...... done! >>> Verifying ebuild manifests >>> Jobs: 0 of 7 complete, 1 running Load avg: 11.8, 32.7, 40.0 >>> Emerging binary (1 of 7) dev-libs/ell-0.53::gentoo >>> Jobs: 0 of 7 complete, 1 running Load avg: 11.8, 32.7, 40.0 >>> Jobs: 0 of 7 complete Load avg: 11.8, 32.7, 40.0 >>> Installing (1 of 7) dev-libs/ell-0.53::gentoo >>> Jobs: 0 of 7 complete Load avg: 11.8, 32.7, 40.0 >>> Jobs: 1 of 7 complete Load avg: 11.4, 32.3, 39.9 >>> Jobs: 1 of 7 complete, 1 running Load avg: 11.4, 32.3, 39.9 >>> Emerging binary (2 of 7) dev-util/ninja-1.11.1::gentoo >>> Jobs: 1 of 7 complete, 1 running Load avg: 11.4, 32.3, 39.9 >>> Installing (2 of 7) dev-util/ninja-1.11.1::gentoo >>> Jobs: 1 of 7 complete, 1 running Load avg: 11.4, 32.3, 39.9 >>> Jobs: 1 of 7 complete Load avg: 11.4, 32.3, 39.9 >>> Jobs: 2 of 7 complete Load avg: 11.4, 32.3, 39.9 >>> Jobs: 2 of 7 complete, 1 running Load avg: 11.4, 32.3, 39.9 >>> Emerging binary (3 of 7) dev-db/sqlite-3.39.4::gentoo >>> Jobs: 2 of 7 complete, 1 running Load avg: 11.4, 32.3, 39.9 >>> Jobs: 2 of 7 complete Load avg: 11.4, 31.9, 39.7 >>> Installing (3 of 7) dev-db/sqlite-3.39.4::gentoo >>> Jobs: 2 of 7 complete Load avg: 11.4, 31.9, 39.7 >>> Jobs: 3 of 7 complete Load avg: 12.5, 31.8, 39.6 >>> Jobs: 3 of 7 complete, 1 running Load avg: 12.5, 31.8, 39.6 >>> Emerging binary (4 of 7) dev-python/pydantic-1.10.2::gentoo >>> Jobs: 3 of 7 complete, 1 running Load avg: 12.5, 31.8, 39.6 >>> Jobs: 3 of 7 complete Load avg: 12.5, 31.8, 39.6 >>> Installing (4 of 7) dev-python/pydantic-1.10.2::gentoo >>> Jobs: 3 of 7 complete Load avg: 12.5, 31.8, 39.6 >>> Jobs: 4 of 7 complete Load avg: 13.6, 31.7, 39.6 >>> Jobs: 4 of 7 complete, 1 running Load avg: 13.6, 31.7, 39.6 >>> Emerging (5 of 7) dev-vcs/git-2.37.3::gentoo >>> Jobs: 4 of 7 complete, 1 running Load avg: 13.6, 31.7, 39.6 >>> Jobs: 4 of 7 complete, 2 running Load avg: 13.6, 31.7, 39.6 >>> Emerging (6 of 7) kde-frameworks/sonnet-5.96.0::gentoo >>> Jobs: 4 of 7 complete, 2 running Load avg: 13.6, 31.7, 39.6 >>> Installing (6 of 7) kde-frameworks/sonnet-5.96.0::gentoo >>> Jobs: 4 of 7 complete, 2 running Load avg: 19.8, 31.3, 39.1 >>> Jobs: 4 of 7 complete, 1 running Load avg: 19.8, 31.3, 39.1 >>> Jobs: 5 of 7 complete, 1 running Load avg: 19.8, 31.3, 39.1 >>> Installing (5 of 7) dev-vcs/git-2.37.3::gentoo >>> Jobs: 5 of 7 complete, 1 running Load avg: 12.3, 27.0, 37.1 >>> Jobs: 5 of 7 complete Load avg: 12.3, 27.0, 37.1 >>> Jobs: 6 of 7 complete Load avg: 12.3, 27.0, 37.1 >>> Jobs: 6 of 7 complete, 1 running Load avg: 12.3, 27.0, 37.1 >>> Emerging (7 of 7) gnome-extra/gnome-tweaks-40.10-r1::gentoo >>> Jobs: 6 of 7 complete, 1 running Load avg: 12.3, 27.0, 37.1 >>> Installing (7 of 7) gnome-extra/gnome-tweaks-40.10-r1::gentoo >>> Jobs: 6 of 7 complete, 1 running Load avg: 11.1, 26.3, 36.8 >>> Jobs: 6 of 7 complete Load avg: 11.1, 26.3, 36.8 >>> Jobs: 7 of 7 complete Load avg: 11.1, 26.3, 36.8 * Messages for package dev-vcs/git-2.37.3: * Please read /usr/share/bash-completion/completions/git for Git bash command * completion. * Please read /usr/share/git/git-prompt.sh for Git bash prompt * Note that the prompt bash code is now in that separate script * These additional scripts need some dependencies: * git-quiltimport : dev-util/quilt * git-instaweb : || ( www-servers/lighttpd www-servers/apache www-servers/nginx ) * GNU info directory index is up-to-date. * IMPORTANT: 3 config files in '/etc' need updating. * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS * sections of the emerge man page to learn how to update config files. * IMPORTANT: 21 news items need reading for repository 'gentoo'. * Use eselect news read to view new items. * After world updates, it is important to remove obsolete packages with * emerge --depclean. Refer to `man emerge` for more information. * Always study the list of packages to be cleaned for any obvious * mistakes. Packages that are part of the world set will always * be kept. They can be manually added to this set with * `emerge --noreplace `. Packages that are listed in * package.provided (see portage(5)) will be removed by * depclean, even if they are part of the world set. * * As a safety measure, depclean will not remove any packages * unless *all* required dependencies have been resolved. As a * consequence of this, it often becomes necessary to run * `emerge --update --newuse --deep @world` prior to depclean. Calculating dependencies .... done! >>> No packages selected for removal by depclean >>> To see reverse dependencies, use --verbose Packages installed: 1139 Packages in world: 27 Packages in system: 43 Required packages: 1139 Number removed: 0 Container binhost-amd64-x86-64-gnome exited successfully. Full build log at /root/.tmp-binhost-amd64-default-17.1-update-1665569821