Hi, I just checked a fresh copy of ghc + hslibs out of CVS, and tried doing a vanilla build. It fell over doing "make boot" in hslibs. Here are the last few make messages: ------------------------------------------------------------------------ ===fptools== Finished making `all' in includes utils driver docs compiler rts ... PWD = /local/scratch-4/njn25/ws2/build2/ghc ------------------------------------------------------------------------ make[1]: Leaving directory `/local/scratch-4/njn25/ws2/build2/ghc' make[1]: Entering directory `/local/scratch-4/njn25/ws2/build2/hslibs' ------------------------------------------------------------------------ ===fptools== Recursively making `boot' in lang concurrent posix util data text net hssource tools ... PWD = /local/scratch-4/njn25/ws2/build2/hslibs ------------------------------------------------------------------------ ------------------------------------------------------------------------ ==fptools== make boot -wr; in /local/scratch-4/njn25/ws2/build2/hslibs/lang ------------------------------------------------------------------------ ../../ghc/utils/ghc-pkg/ghc-pkg-inplace --update-package <lang.conf.inplace Reading package info from stdin... done. Expanding embedded variables...done. dependency `base' doesn't exist make[2]: *** [boot] Error 1 make[1]: *** [boot] Error 1 make[1]: Leaving directory `/local/scratch-4/njn25/ws2/build2/hslibs' make: *** [all] Error 1 Is this my fault, or a problem with the CVS sources? Thanks. -- Nick Nethercote njn25@cam.ac.uk
participants (1)
-
Nicholas Nethercote