This is what I got when I pulled and validated this morning on OS X:
configure: creating ./config.status
config.status: creating include/HsBaseConfig.h
configure: WARNING: Unrecognized options: --with-compiler, --with-hc-pkg
if ifBuildable/ifBuildable /Users/chak/Code/ghc-test/packages base;
then \
cd base && \
cmp -s /Users/chak/Code/ghc-test/libraries/Makefile.local
Makefile.local || cp /Users/chak/Code/ghc-test/libraries/
Makefile.local .; \
mv GNUmakefile GNUmakefile.tmp; \
/Users/chak/Code/ghc-test/libraries/cabal-bin /opt/local/bin/ghc /
Users/chak/Code/ghc-test/libraries/bootstrapping.conf makefile -f
GNUmakefile; \
cmp -s GNUmakefile GNUmakefile.tmp && mv GNUmakefile.tmp
GNUmakefile; \
make -r --jobserver-fds=3,4 -j && \
/Users/chak/Code/ghc-test/libraries/cabal-bin /opt/local/bin/ghc /
Users/chak/Code/ghc-test/libraries/bootstrapping.conf register --
inplace; \
fi
mv: rename GNUmakefile to GNUmakefile.tmp: No such file or directory
Preprocessing library base-4.0...
cabal-bin: can't find source for System.Timeout in ., dist/build/autogen
make[2]: *** No targets specified and no makefile found. Stop.
make[1]: *** [make.library.base] Error 2
make: *** [stage1] Error 2
TacticalGrace-2 chak 4 (.../Code/ghc-test):
I wonder whether the GHC will ever be halfway stable again for more
than a few days...
Manuel
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc