summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ilovezfs@25b1c2e6e4c5194d062624bafc4507b8398d6588 <ilovezfs@web>2016-05-20 10:33:02 +0000
committerGravatar admin <admin@branchable.com>2016-05-20 10:33:02 +0000
commit1fc9d4c8a2f693806a17cd0e4b45a6b8ee0aac62 (patch)
tree19b43fc88a408bc06c81bb3dbf3e4eaf44abed2f /doc
parent415160fb86e554e73556fb58d11014d96b359da4 (diff)
S3 support lacking in a stock cabal install build in a sandbox on OS X
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/.mdwn b/doc/bugs/.mdwn
new file mode 100644
index 000000000..58ae5d970
--- /dev/null
+++ b/doc/bugs/.mdwn
@@ -0,0 +1,15 @@
+A default cabal install on OS X in a sandbox of git-annex 6.20160511 will result in no S3 support, as reported to Homebrew in the following two issues:
+https://github.com/Homebrew/homebrew-core/issues/1268
+https://github.com/Homebrew/legacy-homebrew/issues/47737
+
+The underlying cause is that aws-0.13.0 lacks commit https://github.com/aristidb/aws/commit/402bfe5aa9ef4bec84186880faafcbfdae1ad91d, which allows data-default 0.6.
+
+I attempted to mitigate the issue using --flags="s3", but that does not seem to help (nor does it force the build to fail): still no s3 support. I'd expect that either to constrain data-default to 0.5.3 and produce a build with s3 support, or fail the build, but for some reason it doesn't. Is this not working because we're in a sandbox or some other reason?
+
+Currently, I'm planning to just patch aws with https://github.com/aristidb/aws/commit/402bfe5aa9ef4bec84186880faafcbfdae1ad91d rather than resorting to a fixed configuration (e.g., lts-5.5 or whatever), as you can see here:
+https://github.com/Homebrew/homebrew-core/pull/1307
+
+It would be great if git-annex could work around the issue itself, though.
+
+Meanwhile, I have also pinged aws to request a 0.13.1 release, which would solve the problem "the right way":
+https://github.com/aristidb/aws/issues/202