Fetching source from mirror: http://download.kde.org/stable/release-service/25.12.3/src/libkexiv2-25.12.3.tar.xz
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2.cpp: In static member function ‘static bool KExiv2Iface::KExiv2::initializeExiv2()’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2.cpp:69:22: warning: ‘bool Exiv2::enableBMFF(bool)’ is deprecated [-Wdeprecated-declarations]
   69 |     Exiv2::enableBMFF(true);
      |     ~~~~~~~~~~~~~~~~~^~~~~~
In file included from /usr/include/exiv2/exiv2.hpp:9,
                 from /var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2_p.h:44,
                 from /var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2.cpp:9:
/usr/include/exiv2/bmffimage.hpp:16:30: note: declared here
   16 | [[deprecated]] EXIV2API bool enableBMFF(bool enable = true);
      |                              ^~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2exif.cpp: In member function ‘QVariant KExiv2Iface::KExiv2::getExifTagVariant(const char*, bool, bool, int) const’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2exif.cpp:738:37: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  738 |                     if (it->count() > component)
      |                         ~~~~~~~~~~~~^~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2exif.cpp:751:41: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  751 |                         if (it->count() <= component)
      |                             ~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2exif.cpp:762:41: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
  762 |                         if (it->count() <= component)
      |                             ~~~~~~~~~~~~^~~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp: In member function ‘QString KExiv2Iface::KExiv2::getXmpTagStringLangAlt(const char*, const QString&, bool) const’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp:585:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  585 |                 for (int i = 0; i < it->count(); i++)
      |                                 ~~^~~~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp: In member function ‘QStringList KExiv2Iface::KExiv2::getXmpTagStringSeq(const char*, bool) const’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp:707:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  707 |                 for (int i = 0; i < it->count(); i++)
      |                                 ~~^~~~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp: In member function ‘QStringList KExiv2Iface::KExiv2::getXmpTagStringBag(const char*, bool) const’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp:812:35: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
  812 |                 for (int i = 0; i < it->count(); i++)
      |                                 ~~^~~~~~~~~~~~~
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp: In member function ‘QVariant KExiv2Iface::KExiv2::getXmpTagVariant(const char*, bool, bool) const’:
/var/pisi/libkexiv2-25.12.3-73/work/libkexiv2-25.12.3/src/kexiv2xmp.cpp:1023:37: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
 1023 |                     for (int i=0; i < it->count(); i++)
      |                                   ~~^~~~~~~~~~~~~
*** 0 error(s), 1 warning(s)