[Hackage] #876: Build fails for zlib 0.5

#876: Build fails for zlib 0.5 ----------------------------------+----------------------------------------- Reporter: guest | Owner: Type: defect | Status: new Priority: low | Milestone: Component: Cabal library | Version: HEAD Severity: minor | Keywords: Difficulty: very easy (<1 hour) | Ghcversion: Platform: | ----------------------------------+----------------------------------------- Build fails when using zlib 0.5, version 0.5.3 works fine. Deps should be updated. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/876 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#876: Build fails for zlib 0.5 ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: closed Priority: low | Milestone: Component: Cabal library | Version: HEAD Severity: minor | Resolution: invalid Keywords: | Difficulty: very easy (<1 hour) Ghcversion: | Platform: ----------------------------+----------------------------------------------- Changes (by duncan): * status: new => closed * resolution: => invalid Comment: This isn't the right place to report bugs in individual packages. Please contact the maintainers of the packages involved (it's not clear if you mean the maintainer of zlib or the maintainers of packages that depend on zlib). -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/876#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#876: Build fails for zlib 0.5 ----------------------------+----------------------------------------------- Reporter: guest | Owner: Type: defect | Status: reopened Priority: low | Milestone: Component: Cabal library | Version: HEAD Severity: minor | Resolution: Keywords: | Difficulty: very easy (<1 hour) Ghcversion: | Platform: ----------------------------+----------------------------------------------- Changes (by benmachine): * status: closed => reopened * resolution: invalid => Comment: It's not a bug in `zlib` — `cabal-install` claims it can build with `zlib-0.5.0.0` but we get this error: {{{ [ 6 of 44] Compiling Distribution.Client.GZipUtils ( Distribution/Client/GZipUtils.hs, dist/build/cabal/cabal- tmp/Distribution/Client/GZipUtils.o ) Distribution/Client/GZipUtils.hs:33:38: Not in scope: `decompressWithErrors' Distribution/Client/GZipUtils.hs:33:59: Not in scope: `gzipOrZlibFormat' Distribution/Client/GZipUtils.hs:39:17: Not in scope: data constructor `StreamError' Distribution/Client/GZipUtils.hs:39:29: Not in scope: data constructor `DataError' Distribution/Client/GZipUtils.hs:42:12: Not in scope: data constructor `StreamEnd' Distribution/Client/GZipUtils.hs:43:13: Not in scope: data constructor `StreamChunk' Distribution/Client/GZipUtils.hs:44:13: Not in scope: data constructor `StreamError' }}} I can't find a ChangeLog for `zlib` but I assume the fix is to specify the dep as `zlib >= 0.5.2 && < 0.6`. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/876#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage