Fetching source from mirror: http://download.kde.org/stable/frameworks/6.11/kguiaddons-6.11.0.tar.xz
CMake Warning at CMakeLists.txt:89 (find_package):
  By not providing "FindShiboken6.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Shiboken6", but CMake did not find one.

  Could not find a package configuration file provided by "Shiboken6" with
  any of the following names:

    Shiboken6Config.cmake
    shiboken6-config.cmake

  Add the installation prefix of "Shiboken6" to CMAKE_PREFIX_PATH or set
  "Shiboken6_DIR" to a directory containing one of the above files.  If
  "Shiboken6" provides a separate development package or SDK, be sure it has
  been installed.


CMake Warning at CMakeLists.txt:90 (find_package):
  By not providing "FindPySide6.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "PySide6", but
  CMake did not find one.

  Could not find a package configuration file provided by "PySide6" with any
  of the following names:

    PySide6Config.cmake
    pyside6-config.cmake

  Add the installation prefix of "PySide6" to CMAKE_PREFIX_PATH or set
  "PySide6_DIR" to a directory containing one of the above files.  If
  "PySide6" provides a separate development package or SDK, be sure it has
  been installed.


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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kguiaddons-6.11.0-72/work/kguiaddons-6.11.0/src/systemclipboard/waylandclipboard.cpp: In member function ‘virtual void DataControlSource::zwlr_data_control_source_v1_send(const QString&, int32_t)’:
/var/pisi/kguiaddons-6.11.0-72/work/kguiaddons-6.11.0/src/systemclipboard/waylandclipboard.cpp:379:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  379 |     write(fd, ba.constData(), ba.size());
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** 0 error(s), 1 warning(s)