Fetching source from mirror: http://download.kde.org/stable/frameworks/6.12/kfilemetadata-6.12.0.tar.xz
CMake Warning at CMakeLists.txt:114 (find_package):
  By not providing "FindQMobipocket6.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "QMobipocket6", but CMake did not find one.

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

    QMobipocket6Config.cmake
    qmobipocket6-config.cmake

  Add the installation prefix of "QMobipocket6" to CMAKE_PREFIX_PATH or set
  "QMobipocket6_DIR" to a directory containing one of the above files.  If
  "QMobipocket6" provides a separate development package or SDK, be sure it
  has been installed.


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kfilemetadata-6.12.0-74/work/kfilemetadata-6.12.0/src/extractors/office2007extractor.cpp: In member function ‘virtual void KFileMetaData::Office2007Extractor::extract(KFileMetaData::ExtractionResult*)’:
/var/pisi/kfilemetadata-6.12.0-74/work/kfilemetadata-6.12.0/src/extractors/office2007extractor.cpp:80:27: warning: ‘bool QDomDocument::setContent(const QByteArray&, bool, QString*, int*, int*)’ is deprecated: Use the overload taking ParseOptions instead. [-Wdeprecated-declarations]
   80 |         coreDoc.setContent(file->data(), true);
      |         ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtXml/QDomNode:1,
                 from /var/pisi/kfilemetadata-6.12.0-74/work/kfilemetadata-6.12.0/src/extractors/dublincoreextractor.h:13,
                 from /var/pisi/kfilemetadata-6.12.0-74/work/kfilemetadata-6.12.0/src/extractors/office2007extractor.cpp:10:
/usr/include/qt6/QtXml/qdom.h:320:10: note: declared here
  320 |     bool setContent(const QByteArray &text, bool namespaceProcessing, QString *errorMsg = nullptr, int *errorLine = nullptr, int *errorColumn = nullptr);
      |          ^~~~~~~~~~
*** 0 error(s), 1 warning(s)