[nightly] 08-Nov-2006 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

Simon Marlow simonmarhaskell at gmail.com
Thu Nov 9 05:22:43 EST 2006


GHC Build Reports wrote:
> Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)
> Build location    = /playpen/ghc/nightly/HEAD-cam-02-unx
> Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx
> 
> Nightly build started on cam-02-unx at Wed Nov 8 19:30:00 GMT 2006.
> **** checking out new source tree                 ... ok. (GHC Version 6.7.20061108)
> **** Building stage 1 compiler                    ... ok.
> **** Building stage 2 compiler                    ... ok.
> **** Building stage 3 compiler                    ... failed; relevant barfage is below.
...
> ../compiler/ghc-inplace -H16m -O   -istage3/utils  -istage3/basicTypes  -istage3/types  -istage3/hsSyn  -istage3/prelude  -istage3/rename  -istage3/typecheck  -istage3/deSugar  -istage3/coreSyn  -istage3/specialise  -istage3/simplCore  -istage3/stranal  -istage3/stgSyn  -istage3/simplStg  -istage3/codeGen  -istage3/main  -istage3/profiling  -istage3/parser  -istage3/cprAnalysis  -istage3/ndpFlatten  -istage3/iface  -istage3/cmm  -istage3/nativeGen  -istage3/ghci -Istage3 -DGHCI -package template-haskell -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 -recomp -Rghc-timing -H32m -O2 -fvia-C +RTS -c -RTS -H16M '-#include "cutils.h"' -package-name  ghc-6.7.20061108   -fgenerics    -c basicTypes/OccName.lhs -o stage3/basicTypes/OccName.o  -ohi stage3/basicTypes/
>  OccName.hi
> ghc-6.7.20061108: fatal error: update_fwd: unknown/strange object  63
> gmake: *** [stage3/basicTypes/OccName.o] Error 254

Due to a bug in the build system, stage 3 was being built using the stage 1 
compiler (I tried on 2 previous occasions to fix this, but apparently I failed 
to push the patches twice :-().  Hence these GC errors are coming from a stage 1 
built using an old GHC (in this case 5.04.3) so don't indicate current bugs (phew!).

Cheers,
	Simon


More information about the Cvs-ghc mailing list