Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
797adc6dfc
5 changed files with 91 additions and 0 deletions
31
doc/bugs/Could_not_find_module_Data.Default.mdwn
Normal file
31
doc/bugs/Could_not_find_module_Data.Default.mdwn
Normal file
|
@ -0,0 +1,31 @@
|
|||
**What steps will reproduce the problem?**
|
||||
|
||||
Manually building git-annex from git.
|
||||
|
||||
**What is the expected output? What do you see instead?**
|
||||
|
||||
$ cabal update
|
||||
...
|
||||
$ cabal install --only-dependencies
|
||||
...
|
||||
$ cabal configure
|
||||
...
|
||||
$ cabal build
|
||||
Building git-annex-3.20120826...
|
||||
Preprocessing executable 'git-annex' for git-annex-3.20120826...
|
||||
|
||||
Utility/Yesod.hs:15:8:
|
||||
Could not find module `Data.Default'
|
||||
It is a member of the hidden package `data-default-0.5.0'.
|
||||
Perhaps you need to add `data-default' to the build-depends in your .cabal file.
|
||||
Use -v to see a list of the files searched for.
|
||||
$
|
||||
|
||||
**What version of git-annex are you using? On what operating system?**
|
||||
|
||||
commit e7d728672a5fc923be9ab1d6fe4b65f2058b49c7
|
||||
Arch Linux
|
||||
|
||||
**Please provide any additional information below.**
|
||||
|
||||
When I add data-default to git-annex.cabal's Build-Deps it works fine.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.152.246.16"
|
||||
subject="comment 5"
|
||||
date="2012-08-29T22:17:01Z"
|
||||
content="""
|
||||
@kevwalke: I fixed that problem today.
|
||||
"""]]
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://kevwalke.myopenid.com/"
|
||||
ip="77.86.30.139"
|
||||
subject="getting new error now."
|
||||
date="2012-08-30T11:55:49Z"
|
||||
content="""
|
||||
Seems there is still an issue here on fresh install...
|
||||
|
||||
cabal: Error: some packages failed to install:
|
||||
dbus-0.10 depends on libxml-sax-0.7.2 which failed to install.
|
||||
libxml-sax-0.7.2 failed during the configure step. The exception was:
|
||||
ExitFailure
|
||||
"""]]
|
|
@ -0,0 +1,19 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo"
|
||||
nickname="Tobias"
|
||||
subject="comment 2"
|
||||
date="2012-08-30T10:01:24Z"
|
||||
content="""
|
||||
thanks, that resolved the dependency trouble.
|
||||
But now:
|
||||
|
||||
Building git-annex-3.20120826...
|
||||
Preprocessing executable 'git-annex' for git-annex-3.20120826...
|
||||
|
||||
Utility/Yesod.hs:15:8:
|
||||
Could not find module `Data.Default'
|
||||
It is a member of the hidden package `data-default-0.5.0'.
|
||||
Perhaps you need to add `data-default' to the build-depends in your .cabal file.
|
||||
Use -v to see a list of the files searched for.
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,20 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmU_2tE75oyG0h2ZPN4lcroIKEMC8G-otE"
|
||||
nickname="Michael"
|
||||
subject="comment 2"
|
||||
date="2012-08-30T11:32:24Z"
|
||||
content="""
|
||||
That helped now the compile stops at:
|
||||
|
||||
Utility/WebApp.hs:106:9:
|
||||
Ambiguous occurrence `liftIO'
|
||||
It could refer to either `Yesod.liftIO',
|
||||
imported from `Yesod' at Utility/WebApp.hs:14:1-12
|
||||
(and originally defined in `transformers-0.2.2.0:Control.Monad.IO.Class')
|
||||
or `Control.Monad.IO.Class.liftIO',
|
||||
imported from `Control.Monad.IO.Class' at Utility/WebApp.hs:18:1-29
|
||||
make: *** [git-annex] Fehler 1
|
||||
|
||||
|
||||
|
||||
"""]]
|
Loading…
Reference in a new issue