summaryrefslogtreecommitdiff
path: root/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_4_f508b6db0513edcdc8600df405ce1913._comment
blob: 7e277efd699d2643086327f65cbdb7f0989469b0 (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
[[!comment format=mdwn
 username="https://launchpad.net/~felixonmars"
 nickname="felixonmars"
 avatar="http://cdn.libravatar.org/avatar/17284a3bb2e4ad9d3be8fab31f49865be9c1dc22143c728de731fe800a335d38"
 subject="comment 4"
 date="2017-08-17T19:10:24Z"
 content="""
I managed to build git-annex with GHC 8.2.1 on Linux by removing a bunch of Win32/OSX modules from the cabal file and another small fix. However, there are two test failures when running git-annex test. Do you think it's related to the GHC version?

    Tests
      QuickCheck
        prop_isomorphic_deencode_git:                         FAIL
          *** Failed! Falsifiable (after 6 tests and 1 shrink):
          \"\1086483\"
          Use --quickcheck-replay=615269 to reproduce.
        prop_isomorphic_deencode:                             FAIL
          *** Failed! Falsifiable (after 3 tests and 1 shrink):
          \"\185545\"
          Use --quickcheck-replay=915399 to reproduce.
    ...
    2 out of 293 tests failed (486.80s)
      (This could be due to a bug in git-annex, or an incompatibility
       with utilities, such as git, installed on this system.)


All other tests are working, though.

Versions:

    $ git --version
    git version 2.14.1

    $ git-annex version
    git-annex version: 6.20170612-ge4100fd60
    build flags: Assistant Webapp Pairing Testsuite S3(multipartupload)(storageclasses) WebDAV Inotify DBus DesktopNotify ConcurrentOutput TorrentParser MagicMime Feeds Quvi
    dependency versions: aws-0.16 bloomfilter-2.0.1.0 cryptonite-0.24 DAV-1.3.1 feed-0.3.12.0 ghc-8.2.1 http-client-0.5.7.0 persistent-sqlite-2.6.2 torrent-10000.1.1 uuid-1.3.13 yesod-1.4.5
    key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
    remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external

The changes to build: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/git-annex&id=e75ed0bdf9748df000aa584e0ebff3b7d56b76d6
"""]]