
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 -icompiler/iface -icompiler/llvmGen
-icompiler/main -icompiler/nativeGen -icompiler/parser -icompiler/prelude
-icompiler/profiling -icompiler/rename -icompiler/simplCore
-icompiler/simplStg -icompiler/specialise -icompiler/stgSyn
-icompiler/stranal -icompiler/typecheck -icompiler/types -icompiler/utils
-icompiler/vectorise -icompiler/stage1/build -icompiler/stage1/build/autogen
-Icompiler/stage1/build -Icompiler/stage1/build/autogen -Icompiler/stage1
-Icompiler/../libraries/base/cbits -Icompiler/../libraries/base/include
-Icompiler/. -Icompiler/parser -Icompiler/utils -optP-include
-optPcompiler/stage1/build/autogen/cabal_macros.h -package Cabal-1.11.3
-package array-0.3.0.2 -package base-4.3.1.0 -package bin-package-db-0.0.0.0
-package bytestring-0.9.1.10 -package containers-0.4.0.0 -package
directory-1.1.0.0 -package filepath-1.2.0.0 -package hoopl-3.8.7.2 -package
hpc-0.5.1.0 -package old-time-1.0.0.6 -package process-1.0.1.5 -package
unix-2.4.2.0 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XHaskell98
-XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface
-XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses
-XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable
-DSTAGE=1 -Rghc-timing -O -fasm -no-user-package-conf -rtsopts -odir
compiler/stage1/build -hidir compiler/stage1/build -stubdir
compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c
compiler/prelude/PrelNames.lhs -o compiler/stage1/build/PrelNames.o
<

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 get
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"). Thanks Ian

On Tue, Oct 25, 2011 at 5:48 PM, Ian Lynagh
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 have thought of that. Thanks,
participants (2)
-
Ian Lynagh
-
Johan Tibell