-- -- Installing in the same prefix as Qt, adopting their path scheme. CMake Deprecation Warning at /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:337 (message): SYSCONF_INSTALL_DIR is deprecated, use KDE_INSTALL_SYSCONFDIR instead. Call Stack (most recent call first): /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:391 (_define_relative) /usr/share/ECM/kde-modules/KDEInstallDirs.cmake:656 (_define_absolute) CMakeLists.txt:18 (include) ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20211205-180026 ------------------------------------------------------------------- The emerge log matches a common QA pattern or a pattern requested by a Gentoo dev.
Created attachment 758043 [details] emerge-history.txt
Created attachment 758044 [details] etc.portage.tar.bz2
Created attachment 758045 [details] net-misc:owncloud-client-2.9.1.5500:20211210-012647.log
This comes from extra-cmake-modules which owncloud-client uses. Looking at the files from a recent testing (extra-cmake-modules-5.89.0), it seems to be fixed now, but moving to kde@ for confirmation
While I question the use of tinderbox resources to report upstream deprecation warnings, the ball is firmly in owncloud's court. > $ grep -R SYSCONF_INSTALL_DIR ownCloud-2.9.1.5500/ > CMakeLists.txt:set(SYSCONFDIR ${SYSCONF_INSTALL_DIR}) > src/csync/ConfigureChecks.cmake:set(SYSCONFDIR ${SYSCONF_INSTALL_DIR})
Indeed sorry, the backtrace was detected in KDEInstallDirs.cmake but coming from owncloud ebuild (I probably needed more coffee this morning)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93544ad5888278f942ca867857a5b49973b15443 commit 93544ad5888278f942ca867857a5b49973b15443 Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2021-12-16 17:24:38 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2021-12-16 17:25:53 +0000 net-misc/owncloud-client: we do not need to set SYSCONF_INSTALL_DIR Closes: https://bugs.gentoo.org/828728 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> net-misc/owncloud-client/owncloud-client-2.9.2.6206.ebuild | 1 - 1 file changed, 1 deletion(-)