commit: 884966fc31340e43962190df7d645143d22fd437 Author: Stijn Tintel <stijn <AT> linux-ipv6 <DOT> be> AuthorDate: Wed Dec 1 23:51:18 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 2 19:42:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884966fc
profiles/features/musl: mask net-misc/iputils[rarpd] Running rarpd requires a working ether_ntohost. In musl, this is implemented as a stub that returns -1, so rarpd always fails. Prevent users from having to debug this by masking the rarpd USE flag on musl. Signed-off-by: Stijn Tintel <stijn <AT> linux-ipv6.be> Closes: https://github.com/gentoo/gentoo/pull/23140 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index f0c940f535cc..72bf15947617 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Stijn Tintel <[email protected]> (2021-12-02) +# rarpd relies on ether_ntohost which is a stub in musl +net-misc/iputils rarpd + # Sam James <[email protected]> (2021-11-20) # Pulls in po4a which doesn't seem to work on musl (wants /usr/bin/locale) sys-apps/man-db nls
