[Hackage] #461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: Type: defect | Status: new Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.3 Platform: | --------------------------------+------------------------------------------- When attempting to upload [http://code.haskell.org/~sjanssen/xmonad- contrib-0.8.1.tar.gz xmonad-contrib-0.8.1] to Hackage: {{{ 400 Error in upload 'ghc-options: -O0' is not needed. Use the --disable-optimization configure flag. }}} xmonad-contrib.cabal has the following: {{{ if impl (ghc >= 6.10.1) && arch (x86_64) ghc-options: -O0 }}} This is a workaround for GHC bug http://hackage.haskell.org/trac/ghc/ticket/2961 . If we do not disable optimizations on x86_64 and GHC 6.10.1, our users experience lockups and crashes. This is rather critical for us, as we are now unable to release a stable version of xmonad. This error should be changed to a strong warning -- sometimes the package author really does know better than the package manager. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: ross@soi.city.ac.uk Type: defect | Status: new Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: --------------------------------+------------------------------------------- Changes (by duncan): * owner: => ross@soi.city.ac.uk Comment: Done in the Cabal lib. Hackage will need updating. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: ross@soi.city.ac.uk Type: defect | Status: closed Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: --------------------------------+------------------------------------------- Changes (by ross): * status: new => closed * resolution: => fixed Comment: updated -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: ross@soi.city.ac.uk Type: defect | Status: reopened Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: --------------------------------+------------------------------------------- Changes (by sjanssen): * status: closed => reopened * resolution: fixed => Comment: The online 'check-pkg' feature now accepts -O0, but upload-pkg still fails with the same error. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: ross@soi.city.ac.uk Type: defect | Status: reopened Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: --------------------------------+------------------------------------------- Changes (by guest): * cc: dons (added) -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:4 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
#461: "ghc-options: -O0" causes upload error; blocks xmonad-contrib release --------------------------------+------------------------------------------- Reporter: sjanssen | Owner: ross@soi.city.ac.uk Type: defect | Status: closed Priority: normal | Milestone: HackageDB Component: hackageDB website | Version: Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: --------------------------------+------------------------------------------- Changes (by ross): * status: reopened => closed * resolution: => fixed Comment: sorry, must have been a rebuild error -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/461#comment:5 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage