forwarded
This commit is contained in:
parent
9f639993b6
commit
b2a78ae249
2 changed files with 20 additions and 0 deletions
|
@ -44,3 +44,5 @@ Currently, 5.20141203. Newest snapshot requires deps not yet packaged in Fedora.
|
|||
checking sha224... sha224sum
|
||||
checking sha384...Setup: out of memory (requested 1048576 bytes)
|
||||
"""]]
|
||||
|
||||
> forwarded to cabal && [[done]] per my comment --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 5"""
|
||||
date="2015-08-19T16:50:51Z"
|
||||
content="""
|
||||
I notice that you're using Setup configure. It turns out that for some
|
||||
reason, Setup configure's dependency resolution fails to find available
|
||||
solutions, where cabal configure will easly succeed without using much
|
||||
memory. There's a bug filed about this now:
|
||||
<https://github.com/haskell/cabal/issues/2777>
|
||||
|
||||
So, use cabal configure, or downloading the cabal.config from stackage will
|
||||
probably prevent this blowup by pinning all the package versions to
|
||||
particular versions.
|
||||
|
||||
I don't think this can be fixed in git-annex, really. So will close this as
|
||||
forwarded to the above cabal bug.
|
||||
"""]]
|
Loading…
Reference in a new issue