summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn27
-rw-r--r--doc/bugs/git-annex_on_crippled_filesystem_can_still_failed_due_to_case_.mdwn31
2 files changed, 58 insertions, 0 deletions
diff --git a/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn b/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn
new file mode 100644
index 000000000..e66330721
--- /dev/null
+++ b/doc/bugs/cabal_install_on_Ubuntu_12.04_fails_with_complaint_about_regex-base.mdwn
@@ -0,0 +1,27 @@
+## What steps will reproduce the problem?
+
+I attempt
+
+ cabal install git-annex
+
+(already having installed `c2hs`)
+
+## What is the expected output? What do you see instead?
+
+I get
+
+ $ cabal install git-annex
+ Resolving dependencies...
+ cabal: Could not resolve dependencies:
+ trying: git-annex-3.20130216.1 (user goal)
+ trying: git-annex-3.20130216.1:+webapp
+ trying: git-annex-3.20130216.1:+assistant
+ trying: yesod-1.1.9 (dependency of git-annex-3.20130216.1:+assistant)
+ trying: http-conduit-1.9.0 (dependency of yesod-1.1.9)
+ trying: regex-compat-0.95.1/installed-851... (dependency of
+ http-conduit-1.9.0)
+ next goal: regex-base (dependency of regex-compat-0.95.1/installed-851...)
+ rejecting: regex-base-0.93.2/installed-999... (conflict: regex-base =>
+ mtl==2.0.1.0/installed-db1..., git-annex => mtl(>=2.1.1))
+ rejecting: regex-base-0.93.2, 0.93.1, 0.93, 0.92, 0.91, 0.90, 0.83, 0.72.0.2,
+ 0.72.0.1, 0.71 (conflict: regex-compat => regex-base==0.93.2/installed-999...)
diff --git a/doc/bugs/git-annex_on_crippled_filesystem_can_still_failed_due_to_case_.mdwn b/doc/bugs/git-annex_on_crippled_filesystem_can_still_failed_due_to_case_.mdwn
new file mode 100644
index 000000000..f15f34aad
--- /dev/null
+++ b/doc/bugs/git-annex_on_crippled_filesystem_can_still_failed_due_to_case_.mdwn
@@ -0,0 +1,31 @@
+What steps will reproduce the problem?
+
+ $ git clone ~/corbeau/travail/ travail
+ Cloning into 'travail'...
+ done.
+ Checking out files: 100% (8670/8670), done.
+ $ cd travail
+ $ git annex init "portable USB drive"
+ init portable USB drive
+ Detected a crippled filesystem.
+
+ Enabling direct mode.
+
+ git-annex: /media/LACIE/travail/.git/annex/objects/k1: createDirectory: already exists (File exists)
+ failed
+ git-annex: init: 1 failed
+
+What version of git-annex are you using? On what operating system?
+ $ apt-cache policy git-annex
+ git-annex:
+ Installé : 3.20130216
+
+This on a amd64 debian sid recently updated
+
+
+Please provide any additional information below.
+
+The problem is that git annex already created a /media/LACIE/travail/.git/annex/objects/K1 file (same name in uppercase) and FAT isn't realy case sensitive.
+
+
+