validates fails on Mac OS X
Manuel M T Chakravarty
chak at cse.unsw.edu.au
Fri Apr 15 13:39:12 CEST 2011
Did you validate? Please validate in a repo separate from your work tree.
One disadvantage of Git in this context is that it encourages to have only one repo with different branches for multiple purposes. The only reliable method of validation is to have a completely separate validation tree. Push from your work tree to the validation tree and from there to the public repo. Validating in your working tree, even after checking out the master is fragile, as non-version controlled droppings may (and eventually will!) lead to a mistaken result.
Manuel
Edward Z. Yang:
> Entirely my fault. It should be fixed now.
>
> Edward
>
> Excerpts from Manuel M T Chakravarty's message of Fri Apr 15 01:38:19 -0400 2011:
>> "/usr/bin/ghc" -H32m -O -Wall -Werror -H64m -O0 -package-conf libraries/bootstrapping.conf -package-name ghc-7.1 -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.0 -package array-0.3.0.1 -package base-4.2.0.2 -package bin-p!
>> ackage-db-0.0.0.0 -package bytestring-0.9.1.7 -package containers-0.3.0.0 -package directory-1.0.1.1 -package filepath-1.1.0.4 -package hoopl-3.8.7.0 -package hpc-0.5.0.6 -package old-time-1.0.0.5 -package process-1.0.1.3 -package unix-2.4.0.2 -Wall -fno-warn-name-shadowing -fno-warn-orphans -XCPP -XMagicHash -XUnboxedTuples -XPatternGuards -XForeignFunctionInterface -XEmptyDataDecls -XTypeSynonymInstances -XMultiParamTypeClasses -XFlexibleInstances -XRank2Types -XScopedTypeVariables -XDeriveDataTypeable -DSTAGE=1 -O -no-user-package-conf -odir compiler/stage1/build -hidir compiler/stage1/build -stubdir compiler/stage1/build -hisuf hi -osuf o -hcsuf hc -c compiler/cmm/CmmSpillReload.hs -o compiler/stage1/build/CmmSpillReload.o
>>
>> compiler/cmm/CmmSpillReload.hs:306:15: Not in scope: `mapGraph'
>>
>> compiler/cmm/CmmSpillReload.hs:309:16: Not in scope: `mapGraph'
>> make[1]: *** [compiler/stage1/build/CmmSpillReload.o] Error 1
>> make[1]: *** Waiting for unfinished jobs....
>> make: *** [all] Error 2
>> WithinReason chak 33 (.../Code/ghc-test):
>>
More information about the Cvs-ghc
mailing list