aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Cannot_build_with_GHC_8.2.1.mdwn
blob: 4fa9e18ab9b4e506fe8c813cb2e227534d73bbc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### 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 :)

> [[fixed|done]] --[[Joey]]