summaryrefslogtreecommitdiff
path: root/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
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.mdwn64
1 files changed, 0 insertions, 64 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
deleted file mode 100644
index 2a2a1469d..000000000
--- a/doc/bugs/Update_dependency_on_certificate___62____61___1.3.3.mdwn
+++ /dev/null
@@ -1,64 +0,0 @@
-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.
-
-> Welcome to cabal hell! This problem is why haskell's cabal system is not
-> a sufficient way for users to install git-annex, and we have to provide
-> prebuilt builds.
->
-> No change to git-annex can fix this problem. The problem is that
-> the old version of certificate got busted by some change to one of its
-> dependencies, and several libraries that git-annex depends on have not
-> yet been updated to use the new version of certificate. Once those
-> libraries get updated, it'll fix itself.
->
-> [[done]]; not git-annex bug. --[[Joey]]