Fetching source from mirror: http://download.kde.org/stable/release-service/25.12.2/src/libksieve-25.12.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:50 (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:125 (find_package)


CMake Warning at CMakeLists.txt:125 (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.



CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/libksieve-25.12.2-70/work/libksieve-25.12.2/src/ksieveui/autocreatescripts/sievescriptlistbox.cpp: In member function ‘void KSieveUi::SieveScriptListBox::slotNew()’:
/var/pisi/libksieve-25.12.2-70/work/libksieve-25.12.2/src/ksieveui/autocreatescripts/sievescriptlistbox.cpp:261:24: warning: ignoring return value of ‘KSieveUi::SieveScriptPage* KSieveUi::SieveScriptListBox::createNewScript(const QString&, const QString&)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  261 |         createNewScript(newName);
      |         ~~~~~~~~~~~~~~~^~~~~~~~~
/var/pisi/libksieve-25.12.2-70/work/libksieve-25.12.2/src/ksieveui/autocreatescripts/sievescriptlistbox.cpp:242:18: note: declared here
  242 | SieveScriptPage *SieveScriptListBox::createNewScript(const QString &newName, const QString &description)
      |                  ^~~~~~~~~~~~~~~~~~
*** 0 error(s), 1 warning(s)