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-24.12.3-18/work/ktorrent-24.12.3/plugins/scanforlostfiles/scanforlostfileswidget.cpp: In constructor ‘kt::ScanForLostFilesWidget::ScanForLostFilesWidget(kt::ScanForLostFilesPlugin*, QWidget*)’: /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/scanforlostfiles/scanforlostfileswidget.cpp:40:41: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 40 | connect(cbShowAllFiles, &QCheckBox::stateChanged, [=](int val) { | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/build/plugins/scanforlostfiles/ui_scanforlostfileswidget.h:17, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/scanforlostfiles/scanforlostfileswidget.h:10, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/scanforlostfiles/scanforlostfileswidget.cpp:6: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp: In member function ‘virtual void kt::VideoWidget::mouseMoveEvent(QMouseEvent*)’: /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp:153:21: warning: ‘int QMouseEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations] 153 | if (event->y() < bh - 10 && event->y() > th + 10) // use a 10 pixel safety buffer to avoid fibrilation | ~~~~~~~~^~ In file included from /usr/include/qt6/QtGui/QMouseEvent:1, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp:12: /usr/include/qt6/QtGui/qevent.h:229:16: note: declared here 229 | inline int y() const { return qRound(position().y()); } | ^ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp:153:45: warning: ‘int QMouseEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations] 153 | if (event->y() < bh - 10 && event->y() > th + 10) // use a 10 pixel safety buffer to avoid fibrilation | ~~~~~~~~^~ /usr/include/qt6/QtGui/qevent.h:229:16: note: declared here 229 | inline int y() const { return qRound(position().y()); } | ^ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp:158:21: warning: ‘int QMouseEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations] 158 | if (event->y() >= bh || event->y() <= th) | ~~~~~~~~^~ /usr/include/qt6/QtGui/qevent.h:229:16: note: declared here 229 | inline int y() const { return qRound(position().y()); } | ^ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/mediaplayer/videowidget.cpp:158:41: warning: ‘int QMouseEvent::y() const’ is deprecated: Use position() [-Wdeprecated-declarations] 158 | if (event->y() >= bh || event->y() <= th) | ~~~~~~~~^~ /usr/include/qt6/QtGui/qevent.h:229:16: note: declared here 229 | inline int y() const { return qRound(position().y()); } | ^ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/syndication/filtereditor.cpp: In constructor ‘kt::FilterEditor::FilterEditor(kt::Filter*, kt::FilterList*, kt::FeedList*, kt::CoreInterface*, QWidget*)’: /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/syndication/filtereditor.cpp:113:44: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 113 | connect(m_use_se_matching, &QCheckBox::stateChanged, this, &FilterEditor::checkOKButton); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/build/plugins/syndication/ui_filtereditor.h:16, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/syndication/filtereditor.h:13, from /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/plugins/syndication/filtereditor.cpp:19: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/ktorrent/main.cpp: In function ‘bool GrabPIDLock()’: /var/pisi/ktorrent-24.12.3-18/work/ktorrent-24.12.3/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 */ | ~~~~~^~~~~~~~~~~~~~~~~~~~~~