https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: gnome-base/gnome-panel-3.54.0 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 906619 [details] build.log build log and emerge --info
Created attachment 906620 [details] 1-config.log 1-config.log
This appears to be specifically related to libsystemd; perhaps the title could be changed to make this bug easier to find?
Looks like someone has updated the set on bump to a less repetitive approach, but typoed one case and so it is broken for elogind. MENU_LIBS="$(${pkgconfig} --libs ${modules_modules})" needs to have menu_modules, not modules_modules for things to work, I assume.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50de20293c58ea0e3a6c3a115def3a8a2172a76 commit c50de20293c58ea0e3a6c3a115def3a8a2172a76 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2025-02-24 07:55:21 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2025-02-24 07:55:32 +0000 gnome-base/gnome-panel: fix elogind compilation Thanks to leio for pointing out the typo. Closes: https://bugs.gentoo.org/942049 Signed-off-by: Florian Schmaus <flow@gentoo.org> gnome-base/gnome-panel/gnome-panel-3.54.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)