Fetching source from mirror: http://download.kde.org/stable/release-service/26.04.2/src/messagelib-26.04.2.tar.xz
Fetching source from mirror: http://master.kde.org/stable/release-service/26.04.2/src/messagelib-26.04.2.tar.xz
Fetching source from mirror: ftp://ftp.kde.org/pub/kde/stable/release-service/26.04.2/src/messagelib-26.04.2.tar.xz
Fetching source from mirror: http://ftp.icm.edu.pl/pub/unix/kde/stable/release-service/26.04.2/src/messagelib-26.04.2.tar.xz
CMake Warning at /usr/share/ECM/modules/ECMCheckOutboundLicense.cmake:88 (message):
  Reuse tool not found, skipping test generation
Call Stack (most recent call first):
  CMakeLists.txt:127 (include)


CMake Warning at /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package):
  By not providing "FindQt6TextToSpeech.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt6TextToSpeech", but CMake did not find one.

  Could not find a package configuration file provided by "Qt6TextToSpeech"
  (requested version 6.9.0) with any of the following names:

    Qt6TextToSpeechConfig.cmake
    qt6texttospeech-config.cmake

  Add the installation prefix of "Qt6TextToSpeech" to CMAKE_PREFIX_PATH or
  set "Qt6TextToSpeech_DIR" to a directory containing one of the above files.
  If "Qt6TextToSpeech" provides a separate development package or SDK, be
  sure it has been installed.
Call Stack (most recent call first):
  /usr/lib/cmake/KF6TextEditTextToSpeech/KF6TextEditTextToSpeechConfig.cmake:40 (find_dependency)
  CMakeLists.txt:209 (find_package)


CMake Warning at CMakeLists.txt:209 (find_package):
  Found package configuration file:

    /usr/lib/cmake/KF6TextEditTextToSpeech/KF6TextEditTextToSpeechConfig.cmake

  but it set KF6TextEditTextToSpeech_FOUND to FALSE so package
  "KF6TextEditTextToSpeech" is considered to be NOT FOUND.  Reason given by
  package:

  KF6TextEditTextToSpeech could not be found because dependency
  Qt6TextToSpeech could not be found.



qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
qdoc executable not found, not generating API documentation
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/mimetreeparser/src/nodehelper.cpp: In member function ‘QString MimeTreeParser::NodeHelper::createTempDir(const QString&)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/mimetreeparser/src/nodehelper.cpp:258:19: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  258 |     tempFile->open();
      |     ~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/mimetreeparser/src/nodehelper.cpp:21:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/mimetreeparser/src/nodehelper.cpp: In member function ‘QString MimeTreeParser::NodeHelper::extractAttachmentIndex(const QString&) const’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/mimetreeparser/src/nodehelper.cpp:759:21: warning: ignoring return value of ‘qsizetype QString::lastIndexOf(const QRegularExpression&, qsizetype, QRegularExpressionMatch*) const’, declared with attribute ‘nodiscard’ [-Wunused-result]
  759 |     path.lastIndexOf(re, -1, &rmatch);
      |     ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qobject.h:11,
                 from /usr/include/qt6/QtCore/QObject:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/build/mimetreeparser/src/CMakeFiles/KPim6MimeTreeParser.dir/cmake_pch.hxx:5,
                 from :
/usr/include/qt6/QtCore/qstring.h:411:29: note: declared here
  411 |     [[nodiscard]] qsizetype lastIndexOf(const QRegularExpression &re, qsizetype from,
      |                             ^~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasemanager.cpp: In member function ‘void WebEngineViewer::LocalDataBaseManager::checkUrl(const QUrl&)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasemanager.cpp:82:24: warning: ignoring return value of ‘bool WebEngineViewer::LocalDataBaseFile::reload()’, declared with attribute ‘nodiscard’ [-Wunused-result]
   82 |         d->mFile.reload();
      |         ~~~~~~~~~~~~~~~^~
In file included from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasemanager_p.h:12,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasemanager.cpp:7:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasefile.h:36:24: note: declared here
   36 |     [[nodiscard]] bool reload();
      |                        ^~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasefile.cpp: In member function ‘bool WebEngineViewer::LocalDataBaseFile::checkFileChanged()’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasefile.cpp:172:15: warning: ignoring return value of ‘bool WebEngineViewer::LocalDataBaseFile::reload()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  172 |         reload(); // will mark itself as invalid on failure
      |         ~~~~~~^~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/webengineviewer/src/checkphishingurl/localdatabasefile.cpp:111:6: note: declared here
  111 | bool LocalDataBaseFile::reload()
      |      ^~~~~~~~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/model.cpp: In member function ‘MessageList::Core::MessageItemSetReference MessageList::Core::Model::createPersistentSet(const QList&)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/model.cpp:4562:49: warning: ignoring return value of ‘bool MessageList::Core::MessageItemSetManager::addMessageItem(MessageList::Core::MessageItemSetReference, MessageList::Core::MessageItem*)’, declared with attribute ‘nodiscard’ [-Wunused-result]
 4562 |         d->mPersistentSetManager->addMessageItem(ref, mi);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/model.cpp:35:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/messageitemsetmanager.h:49:24: note: declared here
   49 |     [[nodiscard]] bool addMessageItem(MessageItemSetReference ref, MessageItem *mi);
      |                        ^~~~~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/theme.cpp: In member function ‘void MessageList::Core::Theme::Column::detach()’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/theme.cpp:665:40: warning: ignoring return value of ‘bool MessageList::Core::Theme::Column::SharedRuntimeData::deleteReference()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  665 |     mSharedRuntimeData->deleteReference();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/theme.cpp:534:6: note: declared here
  534 | bool Theme::Column::SharedRuntimeData::deleteReference()
      |      ^~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/sortorder.cpp: In member function ‘void MessageList::Core::SortOrder::readConfig(KConfigGroup&, const QString&, bool*)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/sortorder.cpp:238:37: warning: ignoring return value of ‘bool MessageList::Core::SortOrder::readConfigHelper(KConfigGroup&, const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  238 |     globalSortOrder.readConfigHelper(conf, u"GlobalSortOrder"_s);
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagelist/src/core/sortorder.cpp:222:6: note: declared here
  222 | bool SortOrder::readConfigHelper(KConfigGroup &conf, const QString &id)
      |      ^~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/viewer/urlhandlermanager.cpp: In member function ‘virtual bool MessageViewer::AttachmentURLHandler::handleDrag(const QUrl&, MessageViewer::ViewerPrivate*) const’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/viewer/urlhandlermanager.cpp:715:27: warning: ignoring return value of ‘KMBox::MBoxEntry KMBox::MBox::appendMessage(const std::shared_ptr&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  715 |         mbox.appendMessage(item.payload>());
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KPim6/KMbox/KMbox/MBox:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/viewer/urlhandlermanager.cpp:37:
/usr/include/KPim6/KMbox/kmbox/mbox.h:69:29: note: declared here
   69 |     [[nodiscard]] MBoxEntry appendMessage(const std::shared_ptr &message);
      |                             ^~~~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp: In function ‘bool MessageViewer::Util::saveContent(QWidget*, const KMime::Content*, const QUrl&)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp:392:16: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  392 |         tf.open();
      |         ~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp:37:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp: In function ‘bool MessageViewer::Util::saveMessageInMboxAndGetUrl(QUrl&, const Akonadi::Item::List&, QWidget*, bool)’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp:502:20: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  502 |             tf.open();
      |             ~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp:517:35: warning: ignoring return value of ‘KMBox::MBoxEntry KMBox::MBox::appendMessage(const std::shared_ptr&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  517 |                 mbox.appendMessage(item.payload>());
      |                 ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KPim6/KMbox/KMbox/MBox:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messageviewer/src/utils/messageviewerutil.cpp:20:
/usr/include/KPim6/KMbox/kmbox/mbox.h:69:29: note: declared here
   69 |     [[nodiscard]] MBoxEntry appendMessage(const std::shared_ptr &message);
      |                             ^~~~~~~~~~~~~
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagecomposer/src/attachment/attachmentcontrollerbase.cpp: In member function ‘void MessageComposer::AttachmentControllerBase::AttachmentControllerBasePrivate::removeSelectedAttachments()’:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagecomposer/src/attachment/attachmentcontrollerbase.cpp:245:32: warning: ignoring return value of ‘bool MessageComposer::AttachmentModel::removeAttachment(const MessageCore::AttachmentPart::Ptr&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  245 |         model->removeAttachment(part);
      |         ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
In file included from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/build/messagecomposer/src/messagecomposer/attachmentmodel.h:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/build/messagecomposer/src/MessageComposer/AttachmentModel:1,
                 from /var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/messagecomposer/src/attachment/attachmentcontrollerbase.cpp:20:
/var/pisi/messagelib-26.04.2-72/work/messagelib-26.04.2/build/messagecomposer/src/messagecomposer/../../../../messagecomposer/src/attachment/attachmentmodel.h:159:24: note: declared here
  159 |     [[nodiscard]] bool removeAttachment(const MessageCore::AttachmentPart::Ptr &part);
      |                        ^~~~~~~~~~~~~~~~
*** 0 error(s), 4 warning(s)