I've got the same issue in Win32 / MinGW this morning d-
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Manuel M T Chakravarty Sent: 17 January 2011 03:56 To: GHC Subject: Mac OS X 10.6 build failure When I tried to validate the HEAD on Mac OS X 10.6, it died with: ===--- building phase 1 make -r --no-print-directory -f ghc.mk phase=1 all utils/unlit/ghc.mk:18: utils/unlit/dist/build/.depend.c_asm: No such file or directory utils/genprimopcode/ghc.mk:17: utils/genprimopcode/dist/build/.depend.haskell: No such file or directory utils/genprimopcode/ghc.mk:17: utils/genprimopcode/dist/build/.depend.c_asm: No such file or directory includes/ghc.mk:136: includes/dist-derivedconstants/build/.depend.c_asm: No such file or directory includes/ghc.mk:165: includes/dist-ghcconstants/build/.depend.c_asm: No such file or directory libraries/integer-gmp/gmp/ghc.mk:16: libraries/integer-gmp/gmp/config.mk: No such file or directory compiler/ghc.mk:477: compiler/stage1/package-data.mk: No such file or directory utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/build/.depend.haskell: No such file or directory utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/build/.depend.c_asm: No such file or directory ghc/ghc.mk:106: ghc/stage1/package-data.mk: No such file or directory ghc.mk:731: libraries/hpc/dist-boot/package-data.mk: No such file or directory ghc.mk:732: libraries/extensible-exceptions/dist-boot/package-data.mk: No such file or directory ghc.mk:733: libraries/Cabal/dist-boot/package-data.mk: No such file or directory ghc.mk:734: libraries/binary/dist-boot/package-data.mk: No such file or directory ghc.mk:735: libraries/bin-package-db/dist-boot/package-data.mk: No such file or directory "rm" -f utils/ghc-pkg/Version.hs "inplace/bin/mkdirhier" utils/ghc-pkg/dist/build//. echo "module Version where" >> utils/ghc-pkg/Version.hs echo "version, targetOS, targetARCH :: String" >> utils/ghc-pkg/Version.hs "inplace/bin/mkdirhier" inplace/lib/package.conf.d/. echo "version = \"7.1.20110116\"" >> utils/ghc-pkg/Version.hs echo "targetOS = \"darwin\"" >> utils/ghc-pkg/Version.hs echo "targetARCH = \"i386\"" >> utils/ghc-pkg/Version.hs "inplace/bin/mkdirhier" compiler/stage1/build//. "rm" -f utils/hsc2hs/dist/build/.depend.c_asm.tmp touch utils/hsc2hs/dist/build/.depend.c_asm.tmp "inplace/bin/mkdirhier" utils/unlit/dist/build//. echo "utils/hsc2hs_dist_depfile_c_asm_EXISTS = YES" >> utils/hsc2hs/dist/build/.depend.c_asm.tmp mv utils/hsc2hs/dist/build/.depend.c_asm.tmp utils/hsc2hs/dist/build/.depend.c_asm "inplace/bin/mkdirhier" utils/unlit/dist/build/tmp//. make[1]: *** No rule to make target `libraries/integer-gmp/gmp/config.mk'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 2 WithinReason chak 13 (.../Code/ghc-test): It still worked fine 4 days ago. Manuel _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
