From 7c16d2bd0b7058824980c468e9b709d9250ade41 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Sep 2015 12:10:59 -0400 Subject: reopen, comment --- ...change_locale___40__en__95__US.UTF-8__41__.mdwn | 4 ---- ...ent_3_b5a78d805e2e1628de299115a0a96e8d._comment | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__.mdwn b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__.mdwn index bdf288a41..178348e51 100644 --- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__.mdwn +++ b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__.mdwn @@ -26,7 +26,3 @@ he_IL he_IL.iso88598 he_IL.utf8 POSIX - -> Closing since I've seen nothing to indicate this is anything other than a -> misconfigured OS that doesn't have the requested locale available. -> [[done]] --[[Joey]] diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment new file mode 100644 index 000000000..59bf4d067 --- /dev/null +++ b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment @@ -0,0 +1,23 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-09-21T16:02:24Z" + content=""" +So, I actually see something a little similar when using runshell +in the standalone bundle: + + joey@darkstar:~/tmp/a/git-annex.linux>./runshell + $ bash + locale: Cannot set LC_CTYPE to default locale: No such file or directory + locale: Cannot set LC_MESSAGES to default locale: No such file or directory + +This is due to it setting LOCPATH=/dev/null, +so it won't even try to use the system's locale files. +(Whether they would be compatable with the libc in the bundle is another question.) + +So, `unset LOCPATH` may work around the problem. If you don't run into +the bug that is set to prevent, . + +This setting could be revisited once the standalone builds are built using +ghc 7.10, which fixed that bug. +"""]] -- cgit v1.2.3