CMake Warning at plugins/infowidget/CMakeLists.txt:20 (message):
  GeoIP library development files could not be found on your system.


CMake 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/zh-CN.xml"
No "zh_cn" localization of "footer-doc-comment" exists; using "en".
No "zh_cn" localization of "footer-doc-feedback" exists; using "en".
No "zh_cn" localization of "footer-doc-teamname" exists; using "en".
/var/pisi/ktorrent-25.08.0-23/work/ktorrent-25.08.0/ktorrent/main.cpp: In function ‘bool GrabPIDLock()’:
/var/pisi/ktorrent-25.08.0-23/work/ktorrent-25.08.0/ktorrent/main.cpp:68:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   68 |     write(fd, str, strlen(str)); /* record pid to lockfile */
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~