From e86807ea0ba93692076ac1fb296fa6a58e424d66 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmveNWaFIL1zEehHr_0416bKBzsul5tGlE" Date: Mon, 14 Jul 2014 10:11:31 +0000 Subject: [PATCH] --- ...Duplicate_instance_declarations__34__.mdwn | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn diff --git a/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn b/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn new file mode 100644 index 0000000000..6e9c42ad36 --- /dev/null +++ b/doc/bugs/Installation_fails:___34__Duplicate_instance_declarations__34__.mdwn @@ -0,0 +1,33 @@ +### Please describe the problem. + +[380 of 462] Compiling Assistant.WebApp.Types ( Assistant/WebApp/Types.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Types.o ) + +Assistant/WebApp/Types.hs:157:10: + Duplicate instance declarations: + instance PathPiece Bool + -- Defined at Assistant/WebApp/Types.hs:157:10 + instance PathPiece Bool + -- Defined in `path-pieces-0.1.4:Web.PathPieces' +cabal: Error: some packages failed to install: +git-annex-5.20140709 failed during the building phase. The exception was: +ExitFailure 1 + + +### What steps will reproduce the problem? + +cabal install git-annex --bindir=$HOME/bin + + +### What version of git-annex are you using? On what operating system? +git-annex-5.20140709, Fedora 20 + + +### Please provide any additional information below. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]]