summaryrefslogtreecommitdiff
path: root/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
diff options
context:
space:
mode:
authorGravatar http://cyprio.net/ <oz@web>2013-01-13 15:47:19 +0000
committerGravatar admin <admin@branchable.com>2013-01-13 15:47:19 +0000
commitbb8e50a66740ffe705e3e6d9b1668e839fd479c9 (patch)
treedc46e1a7a1e09ec9cd395e678ebce905418a642c /doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
parent69305c82f7dd0d6fcffe2cc1314db11abe1e458d (diff)
Diffstat (limited to 'doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn')
-rw-r--r--doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn b/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
new file mode 100644
index 000000000..87831e652
--- /dev/null
+++ b/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
@@ -0,0 +1,52 @@
+What steps will reproduce the problem?
+
+Run:
+
+ cabal install git-annex
+
+What is the expected output? What do you see instead?
+
+The current output is the following:
+
+ $ cabal install git-annex
+ Resolving dependencies...
+ Configuring certificate-1.3.2...
+ Building certificate-1.3.2...
+ Preprocessing library certificate-1.3.2...
+ [ 1 of 10] Compiling Data.Certificate.KeyDSA ( Data/Certificate/KeyDSA.hs, dist/build/Data/Certificate/KeyDSA.o )
+ [ 2 of 10] Compiling Data.Certificate.KeyRSA ( Data/Certificate/KeyRSA.hs, dist/build/Data/Certificate/KeyRSA.o )
+
+ Data/Certificate/KeyRSA.hs:64:27:
+ `RSA.private_pub' is not a (visible) field of constructor `RSA.PrivateKey'
+ cabal: Error: some packages failed to install:
+ DAV-0.3 depends on certificate-1.3.2 which failed to install.
+ authenticate-1.3.2 depends on certificate-1.3.2 which failed to install.
+ certificate-1.3.2 failed during the building phase. The exception was:
+ ExitFailure 1
+ git-annex-3.20130107 depends on certificate-1.3.2 which failed to install.
+ http-conduit-1.8.6.3 depends on certificate-1.3.2 which failed to install.
+ http-reverse-proxy-0.1.1.1 depends on certificate-1.3.2 which failed to install.
+ tls-1.0.3 depends on certificate-1.3.2 which failed to install.
+ tls-extra-0.5.1 depends on certificate-1.3.2 which failed to install.
+ yesod-1.1.7.2 depends on certificate-1.3.2 which failed to install.
+ yesod-auth-1.1.3 depends on certificate-1.3.2 which failed to install.
+
+I'd rather get a message stating how awesome the software I just installed is. :)
+
+What version of git-annex are you using? On what operating system?
+
+ * Debian (testing)
+ * GHC 7.4.1
+ * Cabal 1.14.0, cabal-install 0.14.0
+ * cabal list git-annex says the installing version is: 3.20130107
+
+Please provide any additional information below.
+
+The certificate package version 1.3.2 does not seem to install properly with
+this version of GHC (I think).
+
+Version 1.3.3 solves the issue. I don't know if there is a way for me to
+override the dependency tree to try to force the version update with
+cabal-install, so maybe it's worth filing a bug.
+
+Thanks a lot for git-annex.