aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-21 12:10:59 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-21 12:10:59 -0400
commit7c16d2bd0b7058824980c468e9b709d9250ade41 (patch)
tree3e75c9fd5d3a76ebb6200d2c3de156ffb702e404
parent028ffb6ec549c0cc712cee42f58466d435a87168 (diff)
reopen, comment
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__.mdwn4
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment23
2 files changed, 23 insertions, 4 deletions
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, <https://ghc.haskell.org/trac/ghc/ticket/7695>.
+
+This setting could be revisited once the standalone builds are built using
+ghc 7.10, which fixed that bug.
+"""]]