[01;33mFetching source from mirror: http://download.kde.org/stable/frameworks/6.21/kio-6.21.0.tar.xz
[0mCMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
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".
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp: In member function ‘KIO::WorkerResult FileProtocol::mount(bool, const char*, const QString&, const QString&)’:
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp:740:17: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
740 | tmpFile.open();
| ~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
from /var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp:34:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp: In member function ‘KIO::WorkerResult FileProtocol::unmount(const QString&)’:
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp:829:17: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
829 | tmpFile.open();
| ~~~~~~~~~~~~^~
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
52 | QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
| ^~~~
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/file/file.cpp:842:11: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
842 | system(buffer.constData());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main.cpp: In function ‘int kdemain(int, char**)’:
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main.cpp:56:33: warning: ‘int xmlSubstituteEntitiesDefault(int)’ is deprecated [-Wdeprecated-declarations]
56 | xmlSubstituteEntitiesDefault(1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /usr/include/libxml2/libxml/tree.h:17,
from /usr/include/libxml2/libxml/HTMLtree.h:16,
from /var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main.cpp:20:
/usr/include/libxml2/libxml/parser.h:953:17: note: declared here
953 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main_ghelp.cpp: In function ‘int kdemain(int, char**)’:
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main_ghelp.cpp:49:33: warning: ‘int xmlSubstituteEntitiesDefault(int)’ is deprecated [-Wdeprecated-declarations]
49 | xmlSubstituteEntitiesDefault(1);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /usr/include/libxml2/libxml/tree.h:17,
from /usr/include/libxml2/libxml/HTMLtree.h:16,
from /var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/kioworkers/help/main_ghelp.cpp:16:
/usr/include/libxml2/libxml/parser.h:953:17: note: declared here
953 | xmlSubstituteEntitiesDefault(int val);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/widgets/kpropertiesdialogbuiltin_p.cpp: In constructor ‘KDEPrivate::KFilePropsPlugin::KFilePropsPlugin(KPropertiesDialog*)’:
/var/pisi/kio-6.21.0-90/work/kio-6.21.0/src/widgets/kpropertiesdialogbuiltin_p.cpp:198:10: warning: unused variable ‘hasAccessTime’ [-Wunused-variable]
198 | bool hasAccessTime =
| ^~~~~~~~~~~~~
[01;33m*** 0 error(s), 1 warning(s)
[0m