can't manage to compile ghc6

Greetings,
I'm having trouble compiling ghc6. I have two versions of ghc
installed at the moment, one is 5.04.2 from Debian, and another is a
CVS snapshot from some time back that I've been using because it fixes
a pet bug of mine. I can't seem to use either of these to build ghc6
from source on i386 linux. The failure seems to be occuring during
the make boot stage. Is there any particular compiler I need to build
ghc 6?
See below for some compiling output.
peace,
isaac
(no configure options except --prefix and --with-ghc for the two
different versions)
Using a somewhat old CVS version (I don't recall having trouble
building this):
------------------------------------------------------------
/usr/local/bin/ghc -M -optdep-f -optdep.depend-BASE -osuf o
-I../includes -H16m -O -iutils -ibasicTypes -itypes -ihsSyn
-iprelude -irename -itypecheck -ideSugar -icoreSyn -ispecialise
-isimplCore -istranal -istgSyn -isimplStg -icodeGen -iabsCSyn -imain
-iprofiling -iparser -icprAnalysis -icompMan -indpFlatten -inativeGen
-cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen -InativeGen -Iparser
-package concurrent -package posix -package util -recomp -Rghc-timing
-H16M '-#include
...
utils/UniqSet.lhs utils/Util.lhs
main/DriverPipeline.hs:1008: warning: extra tokens at end of #endif directive
main/SysTools.lhs: can't locate import `System.Posix.Internals'
<
participants (1)
-
Isaac Jones