Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918672 - app-admin/openrc-settingsd pulls in sys-auth/nss-myhostname unconditionally for !systemd on musl
Summary: app-admin/openrc-settingsd pulls in sys-auth/nss-myhostname unconditionally f...
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: 2023-11-27 19:34 UTC by Sven E.
Modified: 2023-12-09 23:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven E. 2023-11-27 19:34:25 UTC
gnome-control-center with USE="elogind" pulls in openrc-settingsd which in turn pulls in nss-myhostname if !systemd. (RDEP).

However, musl does not even provide for nss by itself. So either somethign else providing nss would be required or, if openrc-settingsd's RDEP ist not really required, it should be excluded on musl.


Reproducible: Always

Steps to Reproduce:
1. try buildign gnome without systemd on musl
2. see nss-myhostname being pullled in
3. and naturally fail to compile.
Comment 1 Larry the Git Cow gentoo-dev 2023-12-09 23:06:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f90e59ae6581730a2ccbb7296d267fd782a638

commit 32f90e59ae6581730a2ccbb7296d267fd782a638
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-12-09 23:02:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-09 23:05:36 +0000

    app-admin/openrc-settingsd: conditionalise sys-auth/nss-myhostname dep for glibc
    
    Closes: https://bugs.gentoo.org/918672
    Signed-off-by: Sam James <sam@gentoo.org>

 app-admin/openrc-settingsd/openrc-settingsd-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)