
22 Nov
2009
22 Nov
'09
5:26 p.m.
On Sun, Nov 22, 2009 at 01:35:00PM -0800, Alex Dunlap wrote:
I installed this and tried to build the network package. Here's what happened:
---- SNIP ---- $ ~/usr/bin/ghc --make Setup.hs Linking Setup ... $ ./Setup configure Warning: defaultUserHooks in Setup script is deprecated. Configuring network-2.2.1.5... Setup: fd:5: hGetContents: invalid argument (Invalid or incomplete multibyte or wide character) *** glibc detected *** ./Setup: double free or corruption (!prev): 0x09d33050 ***
Which ghc is in your path? It sounds like Cabal is finding your old GHC and trying to read its package database, but failing due to http://hackage.haskell.org/trac/hackage/ticket/609 Does that sound right? Thanks Ian