Emerging conky fails at configuring stage with the following error message: CMake Error at cmake/ConkyPlatformChecks.cmake:425 (message): Unable to find Xinput library Call Stack (most recent call first): CMakeLists.txt:35 (include) -- Configuring incomplete, errors occurred! Reproducible: Always Steps to Reproduce: 1. USE="X" emerge app-admin/conky Actual Results: - cmake complains "Unable to find Xinput library" - conky successfully installs after manually installing x11-libs/libXi Expected Results: conky should successfully install without manually installing x11-libs/libXi It seems that upstream added libXi as a depencency in brndnmtthws/conky/commit/a4ac632db7c76bde63b8e50a0541bbd0cd6a192b (Sorry for not being able to post full github URL due to being a new user)
Created attachment 892241 [details] build.log
Created attachment 892242 [details] emerge --info conky
Thanks for your report. I did not add the dependency in case USE="X".
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033154a0f3de539559744c97f4c29c1696cd02b6 commit 033154a0f3de539559744c97f4c29c1696cd02b6 Author: Daniel Pielmeier <billie@gentoo.org> AuthorDate: 2024-05-04 08:59:53 +0000 Commit: Daniel Pielmeier <billie@gentoo.org> CommitDate: 2024-05-04 08:59:53 +0000 app-admin/conky: Fix dependencies Try to better support X vs Wayland Closes: https://bugs.gentoo.org/931153 Signed-off-by: Daniel Pielmeier <billie@gentoo.org> app-admin/conky/conky-1.20.2-r1.ebuild | 244 +++++++++++++++++++++++++++++++++ app-admin/conky/metadata.xml | 1 + 2 files changed, 245 insertions(+)