Re: [Haskell-cafe] cabal problem on OS X

2010-09-19 Thread Bernie Pope
On 10 June 2010 01:08, Gregory Collins wrote: > Jeroen Weijers writes: > >> Hi, >> >> For me it turned out to be some problem with MacPorts, removing >> MacPorts (with all its installed ports) solved the problem regarding >> ZLib. I assume that a less drastic measure would also work (only >> remo

Re: [Haskell-cafe] cabal problem on OS X

2010-06-09 Thread Gregory Collins
Jeroen Weijers writes: > Hi, > > For me it turned out to be some problem with MacPorts, removing > MacPorts (with all its installed ports) solved the problem regarding > ZLib. I assume that a less drastic measure would also work (only > remove selected ports or remove the ports from your path).

Re: [Haskell-cafe] cabal problem on OS X

2010-06-08 Thread Jeroen Weijers
Hi, For me it turned out to be some problem with MacPorts, removing MacPorts (with all its installed ports) solved the problem regarding ZLib. I assume that a less drastic measure would also work (only remove selected ports or remove the ports from your path). Regards, Jeroen 2010/6/9 Christoph

Re: [Haskell-cafe] cabal problem on OS X

2010-06-08 Thread Christopher Done
I am also experiencing this problem. I read that the problem was fixed in the latest Cabal-install version. But I'm not sure, as I tried to install the latest Cabal-install and got 50 linker errors which I'm not prepared to tackle until the weekend. On 8 June 2010 18:21, Gordon J. Uszkay wrote:

Re: [Haskell-cafe] cabal problem on OS X

2010-06-08 Thread Gordon J. Uszkay
Did you manage to fix this problem, or are there any updates on it? I am now having the same issue - presumably due to updating my Mac OS X version, because cabal was working fine before that. I can't upgrade cabal or install anything either, same reason. Gordon J. Uszkay uszka...@mcmaster.ca

Re: [Haskell-cafe] cabal problem on OS X

2010-05-22 Thread Chris Eidhof
I have a different problem (also after doing a cabal update): I get a bus error. I just created this ticket for it: http://hackage.haskell.org/trac/hackage/ticket/691 -chris On 22 mei 2010, at 13:20, Bill Atkins wrote: > When I run "cabal update" on my Mac (Snow Leopard, Intel), I get: > > %

Re: [Haskell-cafe] cabal problem on OS X

2010-05-22 Thread Ivan Lazar Miljenovic
Bill Atkins writes: > When I run "cabal update" on my Mac (Snow Leopard, Intel), I get: > > % cabal update > Downloading the latest package list from hackage.haskell.org > cabal: Codec.Compression.Zlib: incompatible zlib version I'm going to randomly guess that the version of the C zlib library

[Haskell-cafe] cabal problem on OS X

2010-05-22 Thread Bill Atkins
When I run "cabal update" on my Mac (Snow Leopard, Intel), I get: % cabal update Downloading the latest package list from hackage.haskell.org cabal: Codec.Compression.Zlib: incompatible zlib version Anyone else seeing this? Reinstalling the Haskell Platform hasn't helped. Thanks! __