On Tue, Mar 20, 2007 at 03:44:08PM +0000, Simon Peyton-Jones wrote:
> Folks
> 
> Sorry for the HEAD breakage when compiling GHC/Dynamic.  Should be fixed now.

Afraid not.

It now fails with:

../compiler/stage1/ghc-inplace -H16m -O  -istage2/utils  -istage2/basicTypes  
-istage2/types  -istage2/hsSyn  -istage2/prelude  -istage2/rename  
-istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  -istage2/specialise  
-istage2/simplCore  -istage2/stranal  -istage2/stgSyn  -istage2/simplStg  
-istage2/codeGen  -istage2/main  -istage2/profiling  -istage2/parser  
-istage2/cprAnalysis  -istage2/ndpFlatten  -istage2/iface  -istage2/cmm  
-istage2/nativeGen  -istage2/ghci -Istage2 -DGHCI -package template-haskell 
-DDEBUGGER -DGHCI_TABLES_NEXT_TO_CODE -threaded -cpp -fglasgow-exts 
-fno-generics -Rghc-timing -I. -Iparser -package Win32 -package Cabal -package 
regex-compat -ignore-package lang -recomp -Rghc-timing -O -fasm -H16M 
'-#include "cutils.h"' -package-name  ghc-6.7.20070320   -fgenerics    -c 
types/TypeRep.lhs -o stage2/types/TypeRep.o  -ohi stage2/types/TypeRep.hi
types/TypeRep.lhs:1:0:
    SuperKind is exported by the hs-boot file, but not exported by the module

which is easily fixed, e.g. by exporting SuperKind from
types/TypeRep.lhs, but then I get

../compiler/stage1/ghc-inplace -H16m -O  -istage2/utils  -istage2/basicTypes  
-istage2/types  -istage2/hsSyn  -istage2/prelude  -istage2/rename  
-istage2/typecheck  -istage2/deSugar  -istage2/coreSyn  -istage2/specialise  
-istage2/simplCore  -istage2/stranal  -istage2/stgSyn  -istage2/simplStg  
-istage2/codeGen  -istage2/main  -istage2/profiling  -istage2/parser  
-istage2/cprAnalysis  -istage2/ndpFlatten  -istage2/iface  -istage2/cmm  
-istage2/nativeGen  -istage2/ghci -Istage2 -DGHCI -package template-haskell 
-DDEBUGGER -DGHCI_TABLES_NEXT_TO_CODE -threaded -package readline 
-DUSE_READLINE -cpp -fglasgow-exts -fno-generics -Rghc-timing -I. -Iparser 
-package unix -package Cabal -package regex-compat -ignore-package lang -recomp 
-Rghc-timing  -H16M '-#include "cutils.h"' -package-name  ghc-6.7.20070320   
-fgenerics    -c main/ErrUtils.lhs -o stage2/main/ErrUtils.o  -ohi 
stage2/main/ErrUtils.hi
ghc-6.7.20070320: panic! (the 'impossible' happened)
  (GHC version 6.7.20070320 for x86_64-unknown-linux):
        toIfaceDecl ghc-6.7.20070320:ErrUtils.SevInfo{d r1eZ}

(possibly missing a case for data constructors?)


Thanks
Ian

_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to