mv: rename GNUmakefile to GNUmakefile.tmp: No such file or directory
Preprocessing library base-3.0...
Undefined symbols:
"_base_GHCziStable_StablePtr_con_info", referenced from:
[...]
"_base_GHCziIOBase_heapOverflow_closure", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
linking dist/build/System/CPUTime_hsc_make.o failed
command was: /Users/chak/Code/ghc-test/compiler/stage1/ghc-inplace -no-
link-haskell98 dist/build/System/CPUTime_hsc_make.o -o dist/build/
System/CPUTime_hsc_make
Unpulling the three hsc2hs patches from yesterday fixes this.
I don't want to sound too negative, but do you guys still use validate?
I definitely validated those patches - in fact, I'm pretty sure I
validated them with all of GHC 6.4.2 and 6.6 on Linux and 6.8.3 on
Windows.
I can't think what the problem you are seeing is. Does it happen in a
fresh tree?
If it helps, the windows head buildbot has been failing at almost
the same place, in a different way.
Claus
http://darcs.haskell.org/buildbot/head/builders/x86%20Windows%20head%20fast/builds/2357/steps/stage1/logs/stdio
config.status: creating include/HsBaseConfig.h
if ifBuildable/ifBuildable c:/builds/slave/x86-win-fast-head/build/libraries/boot-packages base;
then \
cd base && \
cmp -s c:/builds/slave/x86-win-fast-head/build/libraries/Makefile.local Makefile.local || cp
c:/builds/slave/x86-win-fast-head/build/libraries/Makefile.local .; \
mv GNUmakefile GNUmakefile.tmp; \
c:/builds/slave/x86-win-fast-head/build/libraries/cabal-bin c:/ghc/ghc-6.8.3/bin/ghc
c:/builds/slave/x86-win-fast-head/build/libraries/bootstrapping.conf makefile -f GNUmakefile; \
cmp -s GNUmakefile GNUmakefile.tmp && mv GNUmakefile.tmp GNUmakefile; \
make -wr && \
c:/builds/slave/x86-win-fast-head/build/libraries/cabal-bin c:/ghc/ghc-6.8.3/bin/ghc
c:/builds/slave/x86-win-fast-head/build/libraries/bootstrapping.conf register --inplace; \
fi
mv: cannot stat `GNUmakefile': No such file or directory
Preprocessing library base-3.0...
ghc.exe: unrecognised flags: -mno-cygwin
Usage: For basic information, try the `--help' option.
compiling dist\build\System\CPUTime_hsc_make.c failed
command was:
c:\builds\slave\x86-win-fast-head\build\compiler\stage1\ghc-inplace.exe -c -Ic:/builds/slave/x86-win-fast-head/build/gmp/gmpbuild
-Ic:/builds/slave/x86-win-fast-head/build/includes -D__GLASGOW_HASKELL__=609 -mno-cygwin -package
ghc-prim-0.1 -package integer-0.1 -package rts-1.0 -Iinclude dist\build\System\CPUTime_hsc_make.c -o
dist\build\System\CPUTime_hsc_make.o
make[3]: Entering directory `/buildbot/x86-win-fast-head/build/libraries/base'
make[3]: *** No targets specified and no makefile found. Stop.
make[3]: Leaving directory `/buildbot/x86-win-fast-head/build/libraries/base'
make[2]: *** [make.library.base] Error 2
make[2]: Leaving directory `/buildbot/x86-win-fast-head/build/libraries'
make[1]: *** [stage1] Error 2
make[1]: Leaving directory `/buildbot/x86-win-fast-head/build'
program finished with exit code 2
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc