Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 942049 - gnome-base/gnome-panel-3.54.0 fails to compile: configure: error: Package requirements
Summary: gnome-base/gnome-panel-3.54.0 fails to compile: configure: error: Package req...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-24 07:07 UTC by Agostino Sarubbo
Modified: 2025-02-24 08:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,135.14 KB, text/plain)
2024-10-24 07:07 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,94.82 KB, text/plain)
2024-10-24 07:07 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-10-24 07:07:50 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-24 07:07:51 UTC
Created attachment 906619 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-10-24 07:07:53 UTC
Created attachment 906620 [details]
1-config.log

1-config.log
Comment 3 zack 2025-02-21 06:33:47 UTC
This appears to be specifically related to libsystemd; perhaps the title could be changed to make this bug easier to find?
Comment 4 Mart Raudsepp gentoo-dev 2025-02-21 15:35:44 UTC
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.
Comment 5 Larry the Git Cow gentoo-dev 2025-02-24 08:06:18 UTC
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(-)