On Mon, Mar 8, 2010 at 4:36 AM, Allan McRae <allan@archlinux.org> wrote:
On 08/03/10 20:30, Pierre Schmitz wrote:
Am Montag, 8. März 2010 11:12:08 schrieb Allan McRae:
ca-certificates (several perl warnings: Setting locale failed)
How did you check that? ca-certificates depends on openssl which depends on perl. Or do we have some kind of dependency loop?
I used: mkarchroot <dir>/root ca-certificates
Here is the error. It is caused by locales not being set:
(24/24) installing ca-certificates [#####################] 100% Clearing symlinks in /etc/ssl/certs...done. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_AU.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Updating certificates in /etc/ssl/certs... 141 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d....done.
I do not know if that could happen on a real install or if it matters. You may just want to /dev/null the output.
Or just put a LANG=C in front of the command so we don't hide later actual errors that might pop up. -Dan