[Hackage] #632: After updating cabal-install Zlib incompatible version

#632: After updating cabal-install Zlib incompatible version ---------------------------------+------------------------------------------ Reporter: captainCrash | Owner: Type: defect | Status: new Priority: high | Milestone: Component: cabal-install tool | Version: 1.6.0.1 Severity: major | Keywords: Difficulty: unknown | Ghcversion: Platform: Mac OS | ---------------------------------+------------------------------------------ When I ran cabal update it suggested that I had to update cabal-install. Which I did. Then running cabal update again gave the error:
cabal update Downloading the latest package list from hackage.haskell.org cabal: Codec.Compression.Zlib: incompatible zlib version
Any other action requiring ZLib also fails. I downloaded a new version of cabal itself, untarred it, and cabal installed it. The problem still exists. I run ZLib version 0.5.2.0. I have GHC version 6.10.3. And run this all on Mac OS X 10.6.3 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/632 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#632: After updating cabal-install Zlib incompatible version ---------------------------------+------------------------------------------ Reporter: captainCrash | Owner: Type: defect | Status: new Priority: high | Milestone: Component: cabal-install tool | Version: 1.6.0.1 Severity: major | Keywords: Difficulty: unknown | Ghcversion: Platform: Mac OS | ---------------------------------+------------------------------------------ Comment(by guest): This is related to the fact that GCC on OS X Snow Leopard is 64-bit, while GHC generates 32-bit code. Instructions for working around are on the Haskell Wiki: http://www.haskell.org/haskellwiki/Mac_OS_X#Mac_OS_X_10.6_.28Snow_Leopard.29 Fix hsc2hs following the wiki, then reinstall zlib and cabal-install from tarballs and cabal should work again. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/632#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#632: After updating cabal-install Zlib incompatible version ---------------------------------+------------------------------------------ Reporter: captainCrash | Owner: Type: defect | Status: closed Priority: high | Milestone: Component: cabal-install tool | Version: 1.6.0.1 Severity: major | Resolution: invalid Keywords: | Difficulty: unknown Ghcversion: | Platform: Mac OS ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => invalid Comment: Solution is to fix ghc as above. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/632#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage