+++ /dev/null
-[[!comment format=mdwn
- username="anarcat"
- subject="comment 1"
- date="2015-01-13T18:09:52Z"
- content="""
-> * sync: Fix an edge case where syncing in a bare repository would try to merge and so fail.
-
-i think i just saw that bug yesterday, glad to see it fixed so quickly!
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1"
- nickname="Bleddle"
- subject="Cannot install with cabal"
- date="2015-05-28T18:38:00Z"
- content="""
- ➤ lsb_release -a
- No LSB modules are available.
- Distributor ID: Ubuntu
- Description: Ubuntu 14.04.2 LTS
- Release: 14.04
- Codename: trusty
-
- ➤ cabal --version
- cabal-install version 1.16.0.2
- using version 1.16.0 of the Cabal library
-
- ➤ cabal install git-annex
- Resolving dependencies...
- cabal: Could not resolve dependencies:
- trying: git-annex-5.20150528
- trying: git-annex-5.20150528:+webdav
- trying: git-annex-5.20150528:+webapp
- trying: yesod-1.4.1.5
- trying: yesod-auth-1.4.5
- trying: authenticate-1.3.2.11
- trying: xml-conduit-1.3.0
- rejecting: DAV-1.0.5, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0 (conflict:
- xml-conduit==1.3.0, DAV => xml-conduit>=1.0 && <1.3)
- rejecting: DAV-0.8, 0.7, 0.6.2, 0.6.1, 0.6, 0.5.1, 0.5, 0.4.1, 0.4, 0.3.1,
- 0.3, 0.2, 0.1, 0.0.1, 0.0 (conflict: git-annex-5.20150528:webdav =>
- DAV(>=1.0))
-
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="joey"
- subject="""comment 2"""
- date="2015-05-30T06:14:08Z"
- content="""
-Use stackage.
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="https://me.yahoo.com/a/1NYxQEUZztr9TUg3dBoKbExvSbVs7HY-#43da1"
- nickname="Bleddle"
- subject="Using stackage and installing"
- date="2015-05-30T18:06:00Z"
- content="""
-@joey how do I use stackage when using `cabal install`. I tried putting the `cabal.config` into `~/.cabal` but still keep getting the same DAV dependency error.
-
-I also tried building on Debian after running:
-
- cabal update; cabal unpack git-annex
- sudo apt-get build-dep git-annex`
-
-Results:
-
- ➤ cabal configure -v
- /usr/bin/ghc --numeric-version
- looking for tool \"ghc-pkg\" near compiler in /usr/bin
- found ghc-pkg in /usr/bin/ghc-pkg
- /usr/bin/ghc-pkg --version
- /usr/bin/ghc --supported-languages
- /usr/bin/ghc --info
- Reading available packages...
- Choosing modular solver.
- Resolving dependencies...
- Could not resolve dependencies:
- trying: git-annex-5.20150528
- trying: git-annex-5.20150528:+torrentparser
- creating dist/setup
- /usr/bin/ghc --make ./Setup.hs -o ./dist/setup/setup -odir ./dist/setup -hidir ./dist/setup -i -i. -package Cabal-1.18.1.3
- <command line>: cannot satisfy -package Cabal-1.18.1.3
- (use -v for more information)
-
-I'm not a Haskell programmer, so I have no idea how to get this all working, nor how to install a new version of git-annex.
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="joey"
- subject="""comment 4"""
- date="2015-06-02T18:55:12Z"
- content="""
-Put the cabal.config file in the git-annex source tree next to
-git-annex.cabal. Also, you probably need to `cabal clean`.
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="anarcat"
- subject="bugfix?"
- date="2015-07-28T14:01:46Z"
- content="""
-> Fix bug that prevented uploads to remotes using new-style chunking from resuming after the last successfully uploaded chunk.
-
-Is this related to [[bugs/s3_InternalIOException__63__/]] - should that bug be marked as fixed? Can't wait to test the new release, thanks! --[[anarcat]]
-"""]]
+++ /dev/null
-[[!comment format=mdwn
- username="jephte.clain@f0da2444b164953b596ac5e3e38da30b8c04e5e3"
- nickname="jephte.clain"
- subject="it does not work with debian squeeze lts"
- date="2015-09-26T08:03:05Z"
- content="""
-FYI, this version no longer work on debian squeeze lts with the message FATAL: kernel too old
-does it refer to the version of linux kernel? it is 2.6.32-5 on debian squeeze
-For now, I'll have to revert to 5.20150824 which is a shame
-"""]]