[Haskell-cafe] cabal install... Trying to recover
Brandon Allbery
allbery.b at gmail.com
Wed Nov 21 16:20:19 CET 2012
On Wed, Nov 21, 2012 at 9:08 AM, Gregory Guthrie <guthrie at mum.edu> wrote:
> The error seems odd to me (cabal-install-1.16.0.2 depends on
> Cabal-1.16.0.3 which failed to install.), that an older version depends on
> a newer one?
>
There was a minor bug in the Cabal library necessitating a point release.
cabal-install was unaffected; why make a new release just to have pretty
versioning?
> I then tried to reload all my previous packages, (all at once?!), but it
> fails, "out of memory" (w/8GB of memory!)
>
i386 or x86-64? 8GB isn't really 8GB on the former.
> So I split it into sections, and tried the first one; it lists a lot of
> new installs, and then fails
> (full list at http://pastebin.com/5ywdUjgX)
>
You're explicitly asking it for a new version of HTTP, which is asking for
trouble.
More worrisome is that it's still asking for new versions of base, which
means it's still confused about what version of ghc is installed.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix/linux, openafs, kerberos, infrastructure http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121121/4e3cc26e/attachment.htm>
More information about the Haskell-Cafe
mailing list