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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


Note: Writing kpat.6
Note: Writing kpat.6
Note: Writing kpat.6
Note: meta manual : no titled ancestor of refentry                 kpat
Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual   kpat
Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi  kpat
Warn: meta manual : using "kdegames" for "manual"                  kpat
Warn: meta author : no refentry/info/author                        kpat
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  kpat
Warn: meta author : no author data, so inserted a fixme            kpat
Note: Writing kpat.6
Note: Writing kpat.6
Note: Writing kpat.6
Note: Writing kpat.6
Note: Writing kpat.6
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".
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 kpat.6
Note: meta manual : no titled ancestor of refentry                 kpat
Note: meta manual : no refentry/refmeta/refmiscinfo@class=manual   kpat
Note: meta manual : see http://www.docbook.org/tdg5/en/html/refmi  kpat
Warn: meta manual : using "kde-games" for "manual"                 kpat
Warn: meta author : no refentry/info/author                        kpat
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  kpat
Warn: meta author : no author data, so inserted a fixme            kpat
Note: Writing kpat.6
Warn: meta author : no refentry/info/author                        kpat
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  kpat
Warn: meta author : no author data, so inserted a fixme            kpat
Note: Writing kpat.6
Warn: meta author : no refentry/info/author                        kpat
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  kpat
Warn: meta author : no author data, so inserted a fixme            kpat
Note: Writing kpat.6
Note: Writing kpat.6
Note: Writing kpat.6
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp: In function ‘DealerScene* loadSaveGame(QString)’:
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp:133:12: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  133 |     of.open(QIODevice::ReadOnly);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QFile:1,
                 from /var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp:58:
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp: In function ‘bool generateDeal(DealerScene*, int, QString)’:
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp:199:18: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  199 |         file.open(QFile::WriteOnly);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/main.cpp:205:18: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  205 |         file.open(QFile::WriteOnly);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp: In member function ‘virtual void MainWindow::closeEvent(QCloseEvent*)’:
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp:739:27: warning: ignoring return value of ‘virtual bool QFile::open(QIODeviceBase::OpenMode)’, declared with attribute ‘nodiscard’ [-Wunused-result]
  739 |             stateFile.open(QFile::WriteOnly | QFile::Truncate);
      |             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/QFile:1,
                 from /usr/include/KF6/KIOCore/kio/global.h:12,
                 from /usr/include/KF6/KIOCore/kio/simplejob.h:13,
                 from /usr/include/KF6/KIOCore/kio/transferjob.h:12,
                 from /usr/include/KF6/KIOCore/kio/storedtransferjob.h:12,
                 from /usr/include/KF6/KIOCore/KIO/StoredTransferJob:1,
                 from /var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp:62:
/usr/include/qt6/QtCore/qfile.h:291:32: note: declared here
  291 |     QFILE_MAYBE_NODISCARD bool open(OpenMode flags) override;
      |                                ^~~~
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp: In member function ‘void MainWindow::saveGame()’:
/var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp:922:22: warning: ignoring return value of ‘bool QTemporaryFile::open()’, declared with attribute ‘nodiscard’ [-Wunused-result]
  922 |         tempFile.open();
      |         ~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtCore/QTemporaryFile:1,
                 from /var/pisi/kpat-25.12.0-69/work/kpat-25.12.0/src/mainwindow.cpp:83:
/usr/include/qt6/QtCore/qtemporaryfile.h:52:32: note: declared here
   52 |     QFILE_MAYBE_NODISCARD bool open() { return open(QIODevice::ReadWrite); }
      |                                ^~~~
*** 0 error(s), 1 warning(s)