summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 15:11:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-17 15:11:56 -0400
commit516df1631ecfa228d579917fef96fe6d7d38bad5 (patch)
tree0bb670ea6a48bcf627a73d6ae640f27505c7cc06
parent33e8fbefb92546ca94e98ddd68b9f74f0b38d140 (diff)
parent9ba8389a5c427d6ffcb17bba66709545c5e6da02 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Cannot_build_with_GHC_8.2.1/comment_4_f508b6db0513edcdc8600df405ce1913._comment41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_4_f508b6db0513edcdc8600df405ce1913._comment b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_4_f508b6db0513edcdc8600df405ce1913._comment
new file mode 100644
index 000000000..7e277efd6
--- /dev/null
+++ b/doc/bugs/Cannot_build_with_GHC_8.2.1/comment_4_f508b6db0513edcdc8600df405ce1913._comment
@@ -0,0 +1,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
+"""]]