diff options
author | Sam James <sam@gentoo.org> | 2021-11-20 09:17:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-20 09:17:23 +0000 |
commit | bf8a2cc548844c87224dd2ef047bbd0385060dea (patch) | |
tree | 7f9098fda8d5d3312a386d4af4224f4f5172dfe7 /profiles | |
parent | profiles/features/musl: mask sys-apps/man-db[nls] (diff) | |
download | gentoo-bf8a2cc548844c87224dd2ef047bbd0385060dea.tar.gz gentoo-bf8a2cc548844c87224dd2ef047bbd0385060dea.tar.bz2 gentoo-bf8a2cc548844c87224dd2ef047bbd0385060dea.zip |
profiles/features/musl: mask app-text/po4a
Wants /usr/bin/locale.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.mask | 9 |
1 files changed, 9 insertions, 0 deletions
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 <sam@gentoo.org> (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 <hlein@korelogic.com> (2021-07-14) # Uses glibc-specific rexec(3) function, bug #715898 net-misc/netkit-rsh |