[01;33mFetching source from mirror: http://download.kde.org/stable/plasma/6.3.4/print-manager-6.3.4.tar.xz [0mCMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.cpp: In member function ‘void KIppRequest::addVariantValues(const QVariantMap&)’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.cpp:108:27: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 108 | switch (value.type()) { | ~~~~~~~~~~^~ In file included from /usr/include/qt6/QtCore/qmetaobject.h:10, from /usr/include/qt6/QtCore/QMetaMethod:1, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsConnection.h:10, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.h:10, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.cpp:7: /usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here 433 | Type type() const | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.cpp: In member function ‘void KIppRequestPrivate::addRawRequestsToIpp(ipp_t*) const’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KIppRequest.cpp:210:35: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 210 | switch (request.value.type()) { | ~~~~~~~~~~~~~~~~~~^~ /usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here 433 | Type type() const | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp: In member function ‘void KCupsRequest::getDevices(int, QStringList, QStringList)’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp:105:27: warning: ‘ipp_status_t cupsGetDevices(http_t*, int, const char*, const char*, cups_device_cb_t, void*)’ is deprecated [-Wdeprecated-declarations] 105 | cupsGetDevices(CUPS_HTTP_DEFAULT, timeout, include, exclude, (cups_device_cb_t)choose_device_cb, this); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp:13: /usr/include/cups/adminutil.h:77:25: note: declared here 77 | extern ipp_status_t cupsGetDevices(http_t *http, int timeout, | ^~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp: In member function ‘void KCupsRequest::getPrinterPPD(const QString&)’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp:256:35: warning: ‘const char* cupsGetPPD2(http_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 256 | filename = cupsGetPPD2(CUPS_HTTP_DEFAULT, qUtf8Printable(printerName)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/libkcups/KCupsRequest.cpp:14: /usr/include/cups/ppd.h:360:26: note: declared here 360 | extern const char *cupsGetPPD2(http_t *http, const char *name) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/printqueue/PrintQueueUi.ui: Warning: The name 'kseparator' (KSeparator) is already in use, defaulting to 'kseparator1'. /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp: In member function ‘void PrinterOptions::reloadPPD()’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:94:24: warning: ‘ppd_file_t* ppdOpenFile(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 94 | m_ppd = ppdOpenFile(qUtf8Printable(m_filename)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.h:11, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:13: /usr/include/cups/ppd.h:390:26: note: declared here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:102:16: warning: ‘int ppdLocalize(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 102 | ppdLocalize(m_ppd); | ~~~~~~~~~~~^~~~~~~ /usr/include/cups/ppd.h:435:25: note: declared here 435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:104:20: warning: ‘void ppdMarkDefaults(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 104 | ppdMarkDefaults(m_ppd); | ~~~~~~~~~~~~~~~^~~~~~~ /usr/include/cups/ppd.h:385:25: note: declared here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:142:35: warning: ‘ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 142 | || ((ppdattr = ppdFindAttr(m_ppd, "cupsCommands", nullptr)) != nullptr && ppdattr->value && strstr(ppdattr->value, "AutoConfigure"))) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:400:26: note: declared here 400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp: In destructor ‘virtual PrinterOptions::~PrinterOptions()’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:372:17: warning: ‘void ppdClose(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 372 | ppdClose(m_ppd); | ~~~~~~~~^~~~~~~ /usr/include/cups/ppd.h:365:25: note: declared here 365 | extern void ppdClose(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp: In member function ‘char* PrinterOptions::get_option_value(ppd_file_t*, const char*, char*, size_t) const’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:451:75: warning: ‘ppd_coption_t* ppdFindCustomOption(ppd_file_t*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 451 | } else if (strcasecmp(val, "Custom") || (coption = ppdFindCustomOption(ppd, name)) == nullptr) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /usr/include/cups/ppd.h:425:26: note: declared here 425 | extern ppd_coption_t *ppdFindCustomOption(ppd_file_t *ppd, | ^~~~~~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:492:37: warning: ‘ppd_cparam_t* ppdFirstCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 492 | cparam = ppdFirstCustomParam(coption); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/cups/ppd.h:430:26: note: declared here 430 | extern ppd_cparam_t *ppdFirstCustomParam(ppd_coption_t *opt) | ^~~~~~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:555:42: warning: ‘ppd_cparam_t* ppdFirstCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 555 | for (cparam = ppdFirstCustomParam(coption); cparam; cparam = ppdNextCustomParam(coption)) { | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/cups/ppd.h:430:26: note: declared here 430 | extern ppd_cparam_t *ppdFirstCustomParam(ppd_coption_t *opt) | ^~~~~~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:555:88: warning: ‘ppd_cparam_t* ppdNextCustomParam(ppd_coption_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 555 | for (cparam = ppdFirstCustomParam(coption); cparam; cparam = ppdNextCustomParam(coption)) { | ~~~~~~~~~~~~~~~~~~^~~~~~~~~ /usr/include/cups/ppd.h:433:26: note: declared here 433 | extern ppd_cparam_t *ppdNextCustomParam(ppd_coption_t *opt) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:528:30: warning: this statement may fall through [-Wimplicit-fallthrough=] 528 | for (uval = val; *uval; ++uval) { | ^~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:533:9: note: here 533 | case PPD_CUSTOM_PASSWORD: | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:600:34: warning: this statement may fall through [-Wimplicit-fallthrough=] 600 | for (uval = val; *uval; uval++) { | ^~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/configure-printer/PrinterOptions.cpp:605:13: note: here 605 | case PPD_CUSTOM_PASSWORD: | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp: In member function ‘void PageDestinations::deviceChanged()’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp:158:29: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 158 | } else if (uris.type() == QVariant::StringList) { | ~~~~~~~~~^~ In file included from /usr/include/qt6/QtCore/QVariant:1, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/GenericPage.h:11, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.h:10, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp:7: /usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here 433 | Type type() const | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp: In member function ‘QVariantMap PageDestinations::selectedItemValues() const’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp:280:39: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 280 | if (uris.isNull() || uris.type() == QVariant::StringList) { | ~~~~~~~~~^~ /usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here 433 | Type type() const | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageDestinations.cpp:281:26: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations] 281 | if (uris.type() == QVariant::StringList) { | ~~~~~~~~~^~ /usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here 433 | Type type() const | ^~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp: In lambda function: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp:279:30: warning: ‘ppd_file_t* ppdOpenFile(const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 279 | ppd = ppdOpenFile(qUtf8Printable(filename)); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp:28: /usr/include/cups/ppd.h:390:26: note: declared here 390 | extern ppd_file_t *ppdOpenFile(const char *filename) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp:289:20: warning: ‘int ppdLocalize(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 289 | ppdLocalize(ppd); | ~~~~~~~~~~~^~~~~ /usr/include/cups/ppd.h:435:25: note: declared here 435 | extern int ppdLocalize(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp:291:24: warning: ‘void ppdMarkDefaults(ppd_file_t*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 291 | ppdMarkDefaults(ppd); | ~~~~~~~~~~~~~~~^~~~~ /usr/include/cups/ppd.h:385:25: note: declared here 385 | extern void ppdMarkDefaults(ppd_file_t *ppd) _CUPS_DEPRECATED_1_6_MSG("Use cupsCopyDestInfo and friends instead."); | ^~~~~~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/printermanager.cpp:337:39: warning: ‘ppd_attr_t* ppdFindAttr(ppd_file_t*, const char*, const char*)’ is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] 337 | || ((ppdattr = ppdFindAttr(ppd, "cupsCommands", nullptr)) != nullptr && ppdattr->value && strstr(ppdattr->value, "AutoConfigure"))) { | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/cups/ppd.h:400:26: note: declared here 400 | extern ppd_attr_t *ppdFindAttr(ppd_file_t *ppd, const char *name, | ^~~~~~~~~~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/scpinstaller.cpp: In lambda function: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/kcm/scpinstaller.cpp:25:114: warning: unused parameter ‘err’ [-Wunused-parameter] 25 | connect(resolveTransaction, &PackageKit::Transaction::errorCode, this, [this](PackageKit::Transaction::Error err, const QString &details) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageChoosePrinters.cpp: In member function ‘virtual bool PageChoosePrinters::canProceed() const’: /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageChoosePrinters.cpp:68:51: warning: ‘qsizetype QString::count() const’ is deprecated: Use size() or length() instead. [-Wdeprecated-declarations] 68 | return ui->membersLV->selectedPrinters().count() > 0; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ In file included from /usr/include/qt6/QtCore/qhashfunctions.h:9, from /usr/include/qt6/QtCore/qhash.h:10, from /usr/include/qt6/QtCore/QHash:1, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/GenericPage.h:10, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageChoosePrinters.h:10, from /var/pisi/print-manager-6.3.4-60/work/print-manager-6.3.4/src/add-printer/PageChoosePrinters.cpp:7: /usr/include/qt6/QtCore/qstring.h:195:22: note: declared here 195 | inline qsizetype count() const { return d.size; } | ^~~~~ [01;33m*** 0 error(s), 1 warning(s) [0m