aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__')
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_1_d8d8e8f672ad7a95f6565d15ccd11e45._comment15
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_2_6715d6e7bbc7ca8760ab561b1d124ce9._comment8
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment23
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_4_f2b302f343b6615ea63feb9ee32892c5._comment15
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_5_eca31aeb974571c9cca7a399e00984a5._comment13
-rw-r--r--doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_6_0cada5a6154438c674f01d449378ffe9._comment12
6 files changed, 0 insertions, 86 deletions
diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_1_d8d8e8f672ad7a95f6565d15ccd11e45._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_1_d8d8e8f672ad7a95f6565d15ccd11e45._comment
deleted file mode 100644
index fa17f6e6b..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_1_d8d8e8f672ad7a95f6565d15ccd11e45._comment
+++ /dev/null
@@ -1,15 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 1"""
- date="2015-07-17T15:34:21Z"
- content="""
-This suggests that your system has misconfigured locales. Perhaps it has
-the locale set to en_US.UTF-8 but does not have that locale configured.
-
-Doesn't seem likely to be a bug in git-annex.
-
-The same message is reported in
-<http://git-annex.branchable.com/bugs/view_fails_with___34__invalid_character__34__/>.
-Arch linux was also being used there. Surely the Arch wiki has something
-about fixing your locale setting? :)
-"""]]
diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_2_6715d6e7bbc7ca8760ab561b1d124ce9._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_2_6715d6e7bbc7ca8760ab561b1d124ce9._comment
deleted file mode 100644
index 81234be5c..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_2_6715d6e7bbc7ca8760ab561b1d124ce9._comment
+++ /dev/null
@@ -1,8 +0,0 @@
-[[!comment format=mdwn
- username="stoile@3a237e0cf1bb7ab671df438ff759e0448189419d"
- nickname="stoile"
- subject="This might still be a git-annex bug"
- date="2015-09-21T15:09:08Z"
- content="""
-I get this problem when running the pre-built linux binaries of git annex. So this might still be a git annex bug: My local environment provides the LC:ALL setting and git-annex sh does not have the locale.
-"""]]
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
deleted file mode 100644
index 59bf4d067..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_3_b5a78d805e2e1628de299115a0a96e8d._comment
+++ /dev/null
@@ -1,23 +0,0 @@
-[[!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.
-"""]]
diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_4_f2b302f343b6615ea63feb9ee32892c5._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_4_f2b302f343b6615ea63feb9ee32892c5._comment
deleted file mode 100644
index 7e5ef986b..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_4_f2b302f343b6615ea63feb9ee32892c5._comment
+++ /dev/null
@@ -1,15 +0,0 @@
-[[!comment format=mdwn
- username="http://svario.it/gioele"
- nickname="gioele"
- subject="comment 4"
- date="2016-04-16T12:53:13Z"
- content="""
-This problem is still present in `6.20160412-gdcf8d3b`. Programs run inside `runshell` will complain that
-
- 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
- locale: Cannot set LC_ALL to default locale: No such file or directory
-
-Is it possible to remove the `LOCPATH=/dev/null` workaround now that GHC 7.10 is used to build the standalone bundles?
-
-"""]]
diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_5_eca31aeb974571c9cca7a399e00984a5._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_5_eca31aeb974571c9cca7a399e00984a5._comment
deleted file mode 100644
index 9cf3695f5..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_5_eca31aeb974571c9cca7a399e00984a5._comment
+++ /dev/null
@@ -1,13 +0,0 @@
-[[!comment format=mdwn
- username="http://svario.it/gioele"
- nickname="Gioele"
- avatar="http://cdn.libravatar.org/avatar/af2f2ba0dafe4650011d20f2168d43cff773aba97f55ae5b252bb873f391c1e2"
- subject="compiled with GHC 8, but LOCPATH is still set"
- date="2016-12-21T21:51:09Z"
- content="""
-This bug does not want to die.
-
-The current standalone build (`6.20161211-gc3ab3c668`) has been compiled with GHC 8 but when I launch `runshell`, I still see that `LOCPATH` is set and the character encoding is messed up.
-
-I deduced the version of GHC used to compile git-annex with `strings ./shimmed/git-annex/git-annex | grep 'GHC [0-9]'`.
-"""]]
diff --git a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_6_0cada5a6154438c674f01d449378ffe9._comment b/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_6_0cada5a6154438c674f01d449378ffe9._comment
deleted file mode 100644
index 1942a6f52..000000000
--- a/doc/bugs/cannot_change_locale___40__en__95__US.UTF-8__41__/comment_6_0cada5a6154438c674f01d449378ffe9._comment
+++ /dev/null
@@ -1,12 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 6"""
- date="2016-12-24T16:57:45Z"
- content="""
-This is an old closed bug report. The recent comments are about a
-completely unrelated issue, which I suspect was fixed by
-[[!commit 95c8b37544c383983712c5c368dd803c51bf8eeb]].
-
-Please file new bug reports if you have an issue, if the old bug report was
-closed years ago.
-"""]]