Ticket #930 (closed bug: fixed)
ghc-6.6: panic! (the 'impossible' happened) mkWWcpr: not a product GHC-Brian-6.5.1:IdInfo.IdInfo{tc rfD}
| Reported by: | briansmith | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.1 |
| Component: | Compiler | Version: | 6.5 |
| Keywords: | Cc: | id@… | |
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
I receive this message:
ghc-6.6: panic! (the 'impossible' happened)
(GHC version 6.6 for i386-unknown-linux):
mkWWcpr: not a product GHC-Brian-6.5.1:IdInfo.IdInfo{tc rfD}
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
I am using GHC from the 6.6 branch (pulled & built today).
I am building the GHC API using the Cabal file that is attached. To use it, put the Cabal file and Setup.lhs in ghc/compiler/ along and run:
runhaskell Setup.lhs configure --with-hc=/path/to/ghc-6.6/compiler/stage2/ghc-inplace --with-hc-pkg=/path/to/ghc-6.6/utils/ghc-pkg/ghc-pkg-inplace runhaskell Setup.lhs build
It takes a long time because TidyPgm? is module 215 of 274. When the "-O2" option is removed from the Cabal file, it builds and works fine.
This was on Ubuntu 6.06.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

