Bugs item #1353390, was opened at 2005-11-10 19:20
Message generated for change (Settings changed) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1353390&group_id=8032

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compiler
Group: 6.4.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Rich (rmfought)
Assigned to: Nobody/Anonymous (nobody)
Summary: unknown exception

Initial Comment:
Compiling hsgnutls-0.2.1, get the following error:

Glasgow Haskell Compiler, Version 6.4.1, for Haskell
98, compiled by GHC version 6.4
Using package config file: /usr/lib/ghc-6.4.1/package.conf
Hsc static flags: -static
*** Chasing dependencies:
Chasing modules from: Setup.lhs
*** Literate pre-processor
/usr/lib/ghc-6.4.1/unlit -h Setup.lhs Setup.lhs
/tmp/ghc15830.lpp
Stable modules:
*** Compiling Main             ( Setup.lhs, Setup.o ):
compile: input file /tmp/ghc15830.lpp
*** Checking old interface for Main:
Skipping  Main             ( Setup.lhs, Setup.o )
*** Deleting temp files
Deleting: /tmp/ghc15830.s
Warning: deleting non-existent /tmp/ghc15830.s
Upsweep completely successful.
*** Deleting temp files
Deleting:
link: linkables are ...
LinkableM (Thu Nov 10 09:33:46 CST 2005) Main
   [DotO Setup.o]
Linking ...
*** Deleting temp files
Deleting: /tmp/ghc15830.lpp
ghc-6.4.1: ghc-6.4.1: panic! (the `impossible'
happened, GHC version 6.4.1):
        unknown exception

This occured after I unregistered Cabal-1.0 , and
installed Cabal 1.1.1.  The compilation went fine
before this.

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2005-11-11 11:06

Message:
Logged In: YES 
user_id=48280

The error message is at fault - it is trying to compain
about a missing package.  You probalby have another package
that depends on the Cabal-1.0 that you removed.

The bug has been fixed, the fix will be in 6.4.2.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1353390&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to