Errors building HEAD

2011-10-25 Thread Johan Tibell
Hi, Trying to build HEAD from a clean tree I get: /usr/bin/ghc -H64m -O -fasm -package-conf libraries/bootstrapping.conf -package-name ghc-7.3 -hide-all-packages -i -icompiler/basicTypes -icompiler/cmm -icompiler/codeGen -icompiler/coreSyn -icompiler/deSugar -icompiler/ghci -icompiler/hsSyn

Re: Errors building HEAD

2011-10-25 Thread Ian Lynagh
On Tue, Oct 25, 2011 at 05:19:34PM -0700, Johan Tibell wrote: make[1]: *** No rule to make target `libraries/Cabal/cabal/dist-boot/build/Distribution/Version.hi', needed by `compiler/stage1/build/PackageConfig.o'. Stop. make: *** [all] Error 2 Try: rm -rf libraries/Cabal ./sync-all

Re: Errors building HEAD

2011-10-25 Thread Johan Tibell
On Tue, Oct 25, 2011 at 5:48 PM, Ian Lynagh ig...@earth.li wrote: Mac OS X 10.7.2 (not that I think it matters in this case). It's more-or-less OS X specific, I think. It's to do with the way the OS and/or filesystem handles case (and in particular, renaming cabal to Cabal). Ah, should