New paste Repaste Download
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_BINDIR got its value from CMAKE_INSTALL_BINDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_BINDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_BINDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:255 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SBINDIR got its value from CMAKE_INSTALL_SBINDIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_SBINDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_SBINDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:258 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LIBDIR got its value from CMAKE_INSTALL_LIBDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_LIBDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_LIBDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:261 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LIBEXECDIR got its value from CMAKE_INSTALL_LIBEXECDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_LIBEXECDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_LIBEXECDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:270 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_INCLUDEDIR got its value from CMAKE_INSTALL_INCLUDEDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_INCLUDEDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_INCLUDEDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:279 (_define_absolute)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_LOCALSTATEDIR got its value from CMAKE_INSTALL_LOCALSTATEDIR.
  In most cases this is unintended, check if you included GNUInstallDirs
  before KDEInstallDirs.  Some third party modules include GNUInstallDirs too
  so eg.  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If
  you set CMAKE_INSTALL_LOCALSTATEDIR deliberately before including
  KDEInstallDirs its recommended to use KDE_INSTALL_LOCALSTATEDIR instead to
  suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:288 (_define_absolute)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SHAREDSTATEDIR got its value from CMAKE_INSTALL_SHAREDSTATEDIR.
  In most cases this is unintended, check if you included GNUInstallDirs
  before KDEInstallDirs.  Some third party modules include GNUInstallDirs too
  so eg.  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If
  you set CMAKE_INSTALL_SHAREDSTATEDIR deliberately before including
  KDEInstallDirs its recommended to use KDE_INSTALL_SHAREDSTATEDIR instead to
  suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:291 (_define_absolute)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_DATAROOTDIR got its value from CMAKE_INSTALL_DATAROOTDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_DATAROOTDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_DATAROOTDIR instead to suppress this
  message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:299 (_define_absolute)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_DATADIR got its value from CMAKE_INSTALL_DATADIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_DATADIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_DATADIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:304 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_MANDIR got its value from CMAKE_INSTALL_MANDIR.  In most cases
  this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_MANDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_MANDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:357 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_INFODIR got its value from CMAKE_INSTALL_INFODIR.  In most
  cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_INFODIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_INFODIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:360 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
CMake Warning at /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:169 (message):
  KDE_INSTALL_SYSCONFDIR got its value from CMAKE_INSTALL_SYSCONFDIR.  In
  most cases this is unintended, check if you included GNUInstallDirs before
  KDEInstallDirs.  Some third party modules include GNUInstallDirs too so eg.
  find_package(Qt6 ...) is equivalent to include(GNUInstallDirs).  If you set
  CMAKE_INSTALL_SYSCONFDIR deliberately before including KDEInstallDirs its
  recommended to use KDE_INSTALL_SYSCONFDIR instead to suppress this message.
Call Stack (most recent call first):
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:220 (_define_relative)
  /boot/system/data/ECM/kde-modules/KDEInstallDirsCommon.cmake:387 (_define_absolute)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs6.cmake:199 (include)
  /boot/system/data/ECM/kde-modules/KDEInstallDirs.cmake:15 (include)
  CMakeLists.txt:14 (include)
Installing in /packages/ki18n6-6.19.0~rc1-1/.self. Run /sources/ki18n-v6.19.0-rc1/build/prefix.sh to set the environment for KI18n.
Filename: None. Size: 11kb. View raw, , hex, or download this file.

This paste expires on 2025-10-15 09:08:09.659579. Pasted through web.