Added a comment: Not fixed.
This commit is contained in:
parent
0b8a8c9b89
commit
9a5d8bbdd9
1 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,36 @@
|
|||
[[!comment format=txt
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawnlotDRSLW2JVXY3SLSwhrcHteqUHhTtoY"
|
||||
nickname="Péter"
|
||||
subject="Not fixed."
|
||||
date="2014-01-27T00:43:45Z"
|
||||
content="""
|
||||
It's still failing for me, on both i386 and amd64.
|
||||
|
||||
Where exactly is it fixed?
|
||||
|
||||
How is it possible to install git-annex using Cabal?
|
||||
|
||||
http://stackoverflow.com/questions/21371272/cabal-missing-dependency-error
|
||||
|
||||
$ cabal install git-annex --force-reinstalls --bindir=$HOME/bin.local -f\"-assistant -webapp -webdav -pairing -xmpp -dns\"
|
||||
...
|
||||
Configuring git-annex-5.20140116...
|
||||
Building git-annex-5.20140116...
|
||||
Preprocessing executable 'git-annex' for git-annex-5.20140116...
|
||||
|
||||
Remote/External.hs:29:8:
|
||||
Could not find module `Control.Concurrent.STM'
|
||||
It is a member of the hidden package `stm-2.4.2'.
|
||||
Perhaps you need to add `stm' to the build-depends in your .cabal file.
|
||||
It is a member of the hidden package `stm-2.2.0.1'.
|
||||
Perhaps you need to add `stm' to the build-depends in your .cabal file.
|
||||
Use -v to see a list of the files searched for.
|
||||
cabal: Error: some packages failed to install:
|
||||
git-annex-5.20140116 failed during the building phase. The exception was: ExitFailure 1
|
||||
$ cabal install stm --force-reinstalls --bindir=$HOME/bin.local
|
||||
Resolving dependencies...
|
||||
All the requested packages are already installed:
|
||||
stm-2.4.2
|
||||
Use --reinstall if you want to reinstall anyway.
|
||||
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue