
Sorry, my fault. Simon M is fixing S From: glasgow-haskell-users-bounces@haskell.org [mailto:glasgow-haskell-users-bounces@haskell.org] On Behalf Of Johan Tibell Sent: 26 August 2010 09:08 To: glasgow-haskell-users Subject: HEAD unbuildable I'm having trouble building HEAD, to the point where even running "make clean" fails. $ make clean && make maintainer-clean make -r --no-print-directory -f ghc.mkhttp://ghc.mk clean CLEANING=YES "rm" -rf inplace "rm" -rf "rm" -rf docs/users_guide/users_guide docs/users_guide/users_guide.pdf docs/users_guide/users_guide.pshttp://users_guide.ps "rm" -rf docs/users_guide/users_guide.xml docs/users_guide/what_glasgow_exts_does.gen.xml "rm" -rf docs/man/ghc.1 docs/man/flags.xsl docs/man/flags.xml "rm" -rf libraries/Cabal/doc/Cabal libraries/Cabal/doc/Cabal.pdf libraries/Cabal/doc/Cabal.ps "rm" -rf utils/unlit/dist "rm" -rf inplace/lib/ "rm" -rf utils/hp2ps/dist "rm" -rf inplace/bin/hp2ps "rm" -rf driver/mangler/dist inplace/lib/ "rm" -rf driver/split/dist inplace/lib/ "rm" -rf utils/genprimopcode/dist "rm" -rf inplace/bin/ "rm" -rf libffi/build libffi/stamp.ffi.* libffi/dist-install "rm" -rf includes/dist-derivedconstants "rm" -rf inplace/bin/mkDerivedConstants "rm" -rf includes/dist-ghcconstants "rm" -rf inplace/bin/mkGHCConstants "rm" -rf includes/ghcautoconf.h includes/ghcplatform.h includes/GHCConstants.h includes/DerivedConstants.h "rm" -rf rts/dist "rm" -rf bindisttest/"install dir" bindisttest/HelloWorld bindisttest/HelloWorld.o bindisttest/HelloWorld.hi bindisttest/output "rm" -rf utils/ghc-cabal/dist bootstrapping "rm" -rf utils/ghc-cabal/dist-dummy-ghc "rm" -rf inplace/bin/dummy-ghc "rm" -rf utils/genapply/dist "rm" -rf inplace/bin/ "rm" -rf utils/haddock/dist "rm" -rf utils/haddock/doc/haddock utils/haddock/doc/haddock.pdf utils/haddock/doc/haddock.pshttp://haddock.ps make[1]: *** No rule to make target `clean_libraries/dph/dph-base', needed by `clean_libraries/dph'. Stop. make: *** [clean] Error 2 A normal make fails on some profiling thingy. -- Johan