Fetching source from mirror: http://download.kde.org/stable/release-service/24.12.2/src/ark-24.12.2.tar.xz
CMake Warning at plugins/libarchive/CMakeLists.txt:56 (message):
  Could not find the lrzip executable.  Ark requires lrzip to handle the
  tar.lrz archive format.


CMake Warning at plugins/cliunarchiverplugin/CMakeLists.txt:28 (message):
  Could not find the unar executable.  Ark requires unar or unrar to extract
  RAR archives.


CMake Warning at plugins/cliarjplugin/CMakeLists.txt:25 (message):
  Could not find the arj executable.  Ark won't be able to handle the arj
  archive format.


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
Warn: AUTHOR sect.: no personblurb|contrib for Lauri Watts         ark
Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr  ark
Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso  ark
Warn: AUTHOR sect.: no personblurb|contrib for Raphael Kubo da Co  ark
Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/contr  ark
Note: AUTHOR sect.: see http://www.docbook.org/tdg5/en/html/perso  ark
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
Note: Writing ark.1
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
Note: Writing ark.1
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libarchive/readwritelibarchiveplugin.cpp: In member function ‘bool ReadWriteLibarchivePlugin::initializeNewFileCompressionOptions(const Kerfuffle::CompressionOptions&)’:
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libarchive/readwritelibarchiveplugin.cpp:362:53: warning: ‘ret’ may be used uninitialized [-Wmaybe-uninitialized]
  362 |     if ((requiresExecutable && ret != ARCHIVE_WARN) || (!requiresExecutable && ret != ARCHIVE_OK)) {
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libarchive/readwritelibarchiveplugin.cpp:303:9: note: ‘ret’ was declared here
  303 |     int ret;
      |         ^~~
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libzipplugin/libzipplugin.cpp: In member function ‘virtual bool LibzipPlugin::copyFiles(const QList&, Kerfuffle::Archive::Entry*, const Kerfuffle::CompressionOptions&)’:
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libzipplugin/libzipplugin.cpp:1081:43: warning: ‘zip_source_t* zip_source_zip(zip_t*, zip_t*, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t)’ is deprecated: use 'zip_source_zip_file' instead [-Wdeprecated-declarations]
 1081 |         zip_source_t *src = zip_source_zip(archive.get(), archive.get(), srcIndex, 0, 0, -1);
      |                             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libzipplugin/libzipplugin.h:12,
                 from /var/pisi/ark-24.12.2-60/work/ark-24.12.2/plugins/libzipplugin/libzipplugin.cpp:8:
/usr/include/zip.h:393:88: note: declared here
  393 | ZIP_DEPRECATED("use 'zip_source_zip_file' instead") ZIP_EXTERN zip_source_t *_Nullable zip_source_zip(zip_t *_Nonnull, zip_t *_Nonnull, zip_uint64_t, zip_flags_t, zip_uint64_t, zip_int64_t);
      |                                                                                        ^~~~~~~~~~~~~~
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/app/compressfileitemaction.cpp: In member function ‘virtual QList CompressFileItemAction::actions(const KFileItemListProperties&, QWidget*)’:
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/app/compressfileitemaction.cpp:77:26: warning: possibly dangling reference to a temporary [-Wdangling-reference]
   77 |         const KFileItem &first = fileItemInfos.items().first();
      |                          ^~~~~
/var/pisi/ark-24.12.2-60/work/ark-24.12.2/app/compressfileitemaction.cpp:77:61: note: the temporary was destroyed at the end of the full expression ‘KFileItemListProperties::items() const().KFileItemList::.QList::first()’
   77 |         const KFileItem &first = fileItemInfos.items().first();
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
*** 0 error(s), 1 warning(s)