Trying to boot ghc-2.04 with itself fails on HPs (but I don't think the
problems are HP-related). The compiler itself was successfully built,
but PrelBase.lhs wasn't so lucky: ghc complained about a parse error in
an interface-file (for IOBase, I think).

Looking a bit closer into the compile-log revealed some strange (well,
at least strange for *me* ;-] warnings like:

utils/FastString.lhs:12:warning:
    Warning: failed to find (optional) interface decl for
    `UniqFM.$muniqueOf'

main/Main.lhs:413: 
    Warning: Possibly incomplete patterns
        in the definition of function `count_monobinds'

tcUnfolding failed with:MkIface.startIface{-rOg,p-}
     
    <an interface file>: Warning: no binding for MkIface.s12FC{-r57R,p-}
        In an interface-file signature for MkIface.startIface{-rOg,p-}
        In an interface-file signature for CmdLineOpts.opt_D_dump_rn{-rGX,p-}
        In an interface-file signature for Rename.renameModule{-rSv,p-}
        In an interface-file signature for UniqSupply.mkSplitUniqSupply{-rSE,p-}

Perhaps this relates to the problems above?! Anyway, the complete
gzipped log is available for everybody else's (= Sigbjorn's :-)
amusement at the followinf URL:

 http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne/LOG-2.04-hp-boot.gz

(I tried to attached the file itself to a previuos mail, but the
Glaswegian mailer responded with a "Can't convert bodypart 'mime-unknown'" :-(

Here my mk/build.mk (ghc is the new ghc-2.04-pl2):

SRC_HC_OPTS += -O -H32m
GhcLibWays += mc
HsLibsWithReadline=YES
WithGhcHc = ghc
Ghc2_0=YES
WithGhcHcType=HC_GLASGOW_GHC

-- 
Sven Panne                                        Tel.: +49/89/2178-2235
LMU, Institut fuer Informatik                     FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen              Oettingenstr. 67
mailto:[EMAIL PROTECTED]            D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne

Reply via email to