Recent changes in the tracing infrastructure broke the OS X build. I fixed this by simply commenting out the offending code. It is likely broken now.
Please also validate on OS X if you change obviously cross-cutting and OS-dependent functionality (in this case DTrace support). My commit is "da102b36bfee605d4849ab74908886b5270d37ad". Manuel > "/usr/bin/ghc" -M -dep-makefile utils/genapply/dist/build/.depend.haskell.tmp > -include-pkg-deps -H32m -O -Wall -Werror -H64m -O0 -package pretty > -package-conf libraries/bootstrapping.conf -i -iutils/genapply/. > -iutils/genapply/dist/build -iutils/genapply/dist/build/autogen > -Iutils/genapply/dist/build -Iutils/genapply/dist/build/autogen > -no-user-package-conf -rtsopts -odir utils/genapply/dist/build -hidir > utils/genapply/dist/build -stubdir utils/genapply/dist/build -hisuf hi -osuf > o -hcsuf hc utils/genapply/./GenApply.hs > "/usr/sbin/dtrace" -Iincludes -Iincludes/dist > -Iincludes/dist-derivedconstants/header -Iincludes/dist-ghcconstants/header > -Irts -Irts/dist/build -C -x cpppath=/usr/bin/gcc-4.2 -h -o > rts/dist/build/RtsProbes.h -s rts/RtsProbes.d > "rm" -f utils/hp2ps/dist/build/.depend.c_asm.tmp > /usr/bin/gcc-4.2 -E -m64 -m64 -fno-stack-protector -Wall -Werror > -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header > -Iincludes/dist-ghcconstants/header -MM utils/hp2ps/AreaBelow.c -MF > utils/hp2ps/dist/build/.depend.c_asm.bit > . includes/HsFFI.h > .. includes/ghcconfig.h > ... includes/ghcautoconf.h > ... includes/ghcplatform.h > .. includes/stg/Types.h > .. /usr/include/stdint.h > .. /usr/lib/gcc/i686-apple-darwin11/4.2.1/include/float.h > sed -e 's|\\|/|g' -e 's| /$| \\|' -e "1s|\.o|\.o|" -e "1s|^|utils/hp2ps/|" -e > "1s|utils/hp2ps/|utils/hp2ps/dist/build/|" -e > "1s|dist/build/dist/build|dist/build|g" -e "s|/Users/chak/Code/ghc-test/||g" > utils/hp2ps/dist/build/.depend.c_asm.bit >> > utils/hp2ps/dist/build/.depend.c_asm.tmp && true > . includes/rts/EventLogFormat.h > dtrace: failed to compile script rts/RtsProbes.d: line 59: syntax error near > "CapsetID" > /usr/bin/gcc-4.2 -E -m64 -m64 -fno-stack-protector -Wall -Werror > -Iincludes -Iincludes/dist -Iincludes/dist-derivedconstants/header > -Iincludes/dist-ghcconstants/header -MM utils/hp2ps/Curves.c -MF > utils/hp2ps/dist/build/.depend.c_asm.bit > make[1]: *** [rts/dist/build/RtsProbes.h] Error 1 > make[1]: *** Waiting for unfinished jobs.... _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
