summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-13 17:55:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-13 17:55:48 -0400
commit3b0234979dc607207195249f2766a37f125746d0 (patch)
treed52ec604619f046f2df1da8e5736bc7913cfc3d1
parentc57c4113917d5594dfe0215cc564729fc4dbdfc1 (diff)
parentc1868de5f55182bd21fb6132c1ee927428f6dd2d (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--doc/bugs/Install_of_git-annex-3.20121112_fails/comment_5_9007b1a3abd647945604968db19cb841._comment8
-rw-r--r--doc/bugs/Install_of_git-annex-3.20121112_fails/comment_6_0bb3ac5375f29ce9d3d0be93879267e3._comment11
-rw-r--r--doc/bugs/bug_in_download_prebuilt_linux_tarball__44___and_constraints_issues_with_3.20121112.pl40
3 files changed, 59 insertions, 0 deletions
diff --git a/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_5_9007b1a3abd647945604968db19cb841._comment b/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_5_9007b1a3abd647945604968db19cb841._comment
new file mode 100644
index 000000000..666eef28b
--- /dev/null
+++ b/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_5_9007b1a3abd647945604968db19cb841._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.252.11.120"
+ subject="youch!"
+ date="2012-11-13T19:37:23Z"
+ content="""
+The assistant is indeed supposed to build w/o Yesod. I've fixed that in git!
+"""]]
diff --git a/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_6_0bb3ac5375f29ce9d3d0be93879267e3._comment b/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_6_0bb3ac5375f29ce9d3d0be93879267e3._comment
new file mode 100644
index 000000000..2aaf9cf43
--- /dev/null
+++ b/doc/bugs/Install_of_git-annex-3.20121112_fails/comment_6_0bb3ac5375f29ce9d3d0be93879267e3._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0"
+ nickname="Tobias"
+ subject="Bah, i missed this before making my own bug report"
+ date="2012-11-13T20:56:50Z"
+ content="""
+This line worked for me on ubuntu 12.10:
+
+cabal install --only-dependencies ./ --constraint=certificate==1.2.2 --constraint=crypto-pubkey-types==0.1.1
+
+"""]]
diff --git a/doc/bugs/bug_in_download_prebuilt_linux_tarball__44___and_constraints_issues_with_3.20121112.pl b/doc/bugs/bug_in_download_prebuilt_linux_tarball__44___and_constraints_issues_with_3.20121112.pl
new file mode 100644
index 000000000..e563271ed
--- /dev/null
+++ b/doc/bugs/bug_in_download_prebuilt_linux_tarball__44___and_constraints_issues_with_3.20121112.pl
@@ -0,0 +1,40 @@
+What steps will reproduce the problem?
+
+First issue:
+* The prebuilt tarball doesn't synchronize properly.
+
+Reproduce:
+* Download and untar tarball
+* Start gitannex webapp on multiple computers(i had three in use)
+* Synchronize with xmpp and an ssh server backend.
+* The tarball versions don't push/get from ssh server backend.
+
+Second issue:
+* I can't install git-annex on ubuntu 12.10(Works fine in debian unstable)
+* http://hpaste.org/77684
+
+Reproduce:
+* cabal update
+* cabal install --only-dependencies
+* cabal configure
+* cabal build
+* cabal install --bindir=$HOME/bin
+
+With these constraints the cabal install can work:
+* cabal install --only-dependencies ./ --constraint=certificate==1.2.2 --constraint=crypto-pubkey-types==0.1.1
+
+What is the expected output? What do you see instead?
+* Tarball version doesn't push to ssh backend.
+* cabal install git-annex gives http://hpaste.org/77684
+
+What version of git-annex are you using? On what operating system?
+* git-annex 3.20121112 on debian unstale (working)
+* ubuntu 12.10(failing)
+
+Please provide any additional information below.
+
+With these constraints the cabal install can work:
+* cabal install --only-dependencies ./ --constraint=certificate==1.2.2 --constraint=crypto-pubkey-types==0.1.1
+
+NOTE:
+I couldn't get the markdown to cooperate, so using pl pagetype.