Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21782 - Need to rebuild packages depending on ghc=6.12.3 for ghc=7.0.1 in [testing].
Attached to Project:
Arch Linux
Opened by Thomas Dziedzic (tomd123) - Monday, 22 November 2010, 03:16 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Saturday, 12 February 2011, 11:59 GMT
Opened by Thomas Dziedzic (tomd123) - Monday, 22 November 2010, 03:16 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Saturday, 12 February 2011, 11:59 GMT
|
DetailsAfter I tried upgrading my system, I got some nice warnings:
:: haskell-mtl: requires ghc=6.12.3 :: haskell-quickcheck: requires ghc=6.12.3 :: haskell-regex-base: requires ghc=6.12.3 :: haskell-regex-compat: requires ghc=6.12.3 :: haskell-regex-posix: requires ghc=6.12.3 :: haskell-stm: requires ghc=6.12.3 :: haskell-utf8-string: requires ghc=6.12.3 :: haskell-x11: requires ghc=6.12.3 :: haskell-x11-xft: requires ghc=6.12.3 :: xmonad: requires ghc=6.12.3 As you can tell, I have [testing] enabled. Fix: Packages need a rebuild. The output from the following command.. grep -r 'ghc=6' /var/abs/ | awk -F '/' '{ print $5 }' xmonad xmonad-contrib haskell-deepseq haskell-html haskell-haskeline haskell-http haskell-regex-base haskell-cgi haskell-extensible-exceptions haskell-regex-compat haskell-mmap haskell-parsec haskell-packedstring haskell-mtl haskell-dataenc haskell-terminfo cabal-install haskell-xhtml haskell-hunit haskell-binary haskell-network haskell-parallel haskell-zlib haskell-stm haskell-hashed-storage haskell-regex-posix haskell-quickcheck haskell-utf8-string haskell-haskell-src It seems none of the packages have been rebuild for ghc 7. |
This task depends upon
Closed by Rémy Oudompheng (remyoudompheng)
Saturday, 12 February 2011, 11:59 GMT
Reason for closing: Fixed
Additional comments about closing: The packages are currently in [staging]
Saturday, 12 February 2011, 11:59 GMT
Reason for closing: Fixed
Additional comments about closing: The packages are currently in [staging]
I can not update my system because of this and I don't want to go through the hassle of putting every package on the ignore list.
Do you need help? If so, how can I help?
Best Regards.
By every package, you just mean ghc? Because that should be all it takes...
Crap, you are right, dumb me.
Thanks :)
staging repo was created just for this purpose to not hit in this situation in which ghc is right now
Alternatively, we could disregard the HP, but I'm not sure if that's a good idea.
It's pretty much guaranteed frequent breakage if we update the libs in the "Arch Way" as far as Haskell is concerned. It's typical that even the often used libs get broken especially right after the new ghc release.