commit: bf8a2cc548844c87224dd2ef047bbd0385060dea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 20 09:17:23 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 20 09:17:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8a2cc5
profiles/features/musl: mask app-text/po4a Wants /usr/bin/locale. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index bc9ffc405fad..f425d78552fd 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,15 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-11-20) +# Wants /usr/bin/locale +# Fails to build with errors like: +# ``` +# Use of uninitialized value $Text::WrapI18N::charmap in pattern match (m//) at /usr/lib/perl5/vendor_perl/5.34/Text/WrapI18N.pm line 155. +# Can't exec "/usr/bin/locale": No such file or directory at /usr/lib/perl5/vendor_perl/5.34/Text/WrapI18N.pm line 134. +# ``` +app-text/po4a + # Hank Leininger <[email protected]> (2021-07-14) # Uses glibc-specific rexec(3) function, bug #715898 net-misc/netkit-rsh
