reopen, comment
This commit is contained in:
parent
e95dca349b
commit
96da291934
2 changed files with 23 additions and 4 deletions
|
@ -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]]
|
||||
|
|
|
@ -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.
|
||||
"""]]
|
Loading…
Reference in a new issue