#2667: GHC Linux binary distribution compiler panic bug
----------------------+-----------------------------------------------------
 Reporter:  pflynn    |          Owner:         
     Type:  bug       |         Status:  new    
 Priority:  normal    |      Milestone:         
Component:  Compiler  |        Version:  6.8.3  
 Severity:  normal    |     Resolution:         
 Keywords:            |     Difficulty:  Unknown
 Testcase:            |   Architecture:  x86    
       Os:  Linux     |  
----------------------+-----------------------------------------------------
Changes (by simonpj):

  * difficulty:  => Unknown

Old description:

> When compiling one of my own libraries I received this compiler message:
>
> ghc-6.8.3: panic! (the 'impossible' happened)
>    (GHC version 6.8.3 for i386-unknown-linux):
>         tcIfaceGlobal (local): not found:
>     main:Session.:CoF:R26Dependencies{tc rdk}

New description:

 When compiling one of my own libraries I received this compiler message:
 {{{
 ghc-6.8.3: panic! (the 'impossible' happened)
    (GHC version 6.8.3 for i386-unknown-linux):
         tcIfaceGlobal (local): not found:
     main:Session.:CoF:R26Dependencies{tc rdk}
 }}}

Comment:

 This almost always means that you have out of date .hi files.  We have an
 open ticket #2648 on making this error message more robust and
 informative.

 Can you remove every .hi file and try again?   If that fixes it, close the
 ticket as a duplicate; if not, we'd better investigate further.  Thanks
 very much.

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2667#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to