summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ilovezfs <ilovezfs@web>2017-07-27 06:26:03 +0000
committerGravatar admin <admin@branchable.com>2017-07-27 06:26:03 +0000
commitd944d0ab00d6753996ca585e6d08593f2ea66e38 (patch)
treed88015f5bb6b5bdcf03f295c8e20e91c6b30e76a
parent4036ca53f382963433ebaf440e19810012566377 (diff)
-rw-r--r--doc/bugs/Cannot_build_with_GHC_8.2.1.mdwn50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_build_with_GHC_8.2.1.mdwn b/doc/bugs/Cannot_build_with_GHC_8.2.1.mdwn
new file mode 100644
index 000000000..941033fde
--- /dev/null
+++ b/doc/bugs/Cannot_build_with_GHC_8.2.1.mdwn
@@ -0,0 +1,50 @@
+### Please describe the problem.
+git-annex cannot build with GHC 8.2.1
+
+### What steps will reproduce the problem?
+cabal install --jobs=8 --max-backjumps=100000 --only-dependencies --flags=s3\ webapp
+
+### What version of git-annex are you using? On what operating system?
+Tested with 6.20170520 and HEAD at a983877279d5157d4e7a8c2397d9e541e3c41fa6
+
+### Please provide any additional information below.
+Discovered during https://github.com/Homebrew/homebrew-core/pull/15934
+
+[[!format sh """
+==> cabal install --jobs=8 --max-backjumps=100000 --only-dependencies --flags=s3 webapp
+clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused
+clang: warning: argument unused during compilation: '-L/usr/local/opt/gettext/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/opt/libffi/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/opt/readline/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/opt/sqlite/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/opt/openssl/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/opt/icu4c/lib'
+clang: warning: argument unused during compilation: '-L/usr/local/lib'
+clang: warning: argument unused during compilation: '-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries'
+Resolving dependencies...
+cabal: Could not resolve dependencies:
+trying: git-annex-6.20170520 (user goal)
+trying: base-4.10.0.0/installed-4.1... (dependency of git-annex-6.20170520)
+next goal: sandi (dependency of git-annex-6.20170520)
+rejecting: sandi-0.4.0 (conflict: base==4.10.0.0/installed-4.1..., sandi =>
+base>=4.7 && <4.10)
+rejecting: sandi-0.3.6, sandi-0.3.5 (conflict:
+base==4.10.0.0/installed-4.1..., sandi => base>=4.7 && <4.9)
+rejecting: sandi-0.3.4 (conflict: base==4.10.0.0/installed-4.1..., sandi =>
+base==4.8.*)
+rejecting: sandi-0.3.3, sandi-0.3.2, sandi-0.3.1 (conflict:
+base==4.10.0.0/installed-4.1..., sandi => base==4.7.*)
+rejecting: sandi-0.3.0.1 (conflict: base==4.10.0.0/installed-4.1..., sandi =>
+base==4.6.* || ==4.7.*)
+rejecting: sandi-0.3.0 (conflict: base==4.10.0.0/installed-4.1..., sandi =>
+base==4.7.*)
+rejecting: sandi-0.2.3, sandi-0.2.2.1, sandi-0.2.2, sandi-0.2.1 (conflict:
+base==4.10.0.0/installed-4.1..., sandi => base>=4.5 && <4.7)
+rejecting: sandi-0.2, sandi-0.1.1, sandi-0.1 (conflict:
+base==4.10.0.0/installed-4.1..., sandi => base==4.6.*)
+Dependency tree exhaustively searched.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+Yes :)
+