From 5a3c467752bd6c5583bfbec73c696495f1b507fe Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 7 Sep 2023 07:09:04 +0200 Subject: core/glibc: breaks again with localedef glibc library mismatch --- core/glibc/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'core/glibc') diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 19b11dc0..4ac4e9ce 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -120,12 +120,13 @@ eval "$( )" # readd locale generation removed by lib32 sed-fu above in build! -eval "$( - declare -f build | \ - sed ' - $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/ - ' -)" +# breaks again on glibc library mismatches +#eval "$( +# declare -f build | \ +# sed ' +# $ i locale/localedef -c -f ../glibc/localedata/charmaps/UTF-8 -i ../glibc/localedata/locales/C ../C.UTF-8/ +# ' +#)" # ignoring tests for now (they hang, checked manually, see skip_tests above) unset check -- cgit v1.2.3-54-g00ecf