summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 12:54:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-19 12:54:15 -0400
commitffed489d80856e2b3ee313ffcd491b96f241522b (patch)
treeee67c41713f463d830ab635eb4805058d61e5ade
parented0260bcc7c120198d3ea081299b73adf1edad59 (diff)
forwarded
-rw-r--r--doc/bugs/OOM_while_configuring_git-annex.mdwn2
-rw-r--r--doc/bugs/OOM_while_configuring_git-annex/comment_5_49cfdd1b3a2bf2bc61f1cba7fe7cc11c._comment18
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/OOM_while_configuring_git-annex.mdwn b/doc/bugs/OOM_while_configuring_git-annex.mdwn
index cd5d878bc..07f8909af 100644
--- a/doc/bugs/OOM_while_configuring_git-annex.mdwn
+++ b/doc/bugs/OOM_while_configuring_git-annex.mdwn
@@ -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]]
diff --git a/doc/bugs/OOM_while_configuring_git-annex/comment_5_49cfdd1b3a2bf2bc61f1cba7fe7cc11c._comment b/doc/bugs/OOM_while_configuring_git-annex/comment_5_49cfdd1b3a2bf2bc61f1cba7fe7cc11c._comment
new file mode 100644
index 000000000..ad63dba60
--- /dev/null
+++ b/doc/bugs/OOM_while_configuring_git-annex/comment_5_49cfdd1b3a2bf2bc61f1cba7fe7cc11c._comment
@@ -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.
+"""]]