Ian, Simon,

today I got the following error from validate:

/Users/rl/projects/ndp/ghc-test/bindisttest/"install dir"/bin/ghc-pkg check
There are problems in package vector-0.5:
  dependency "base-4.2.0.0-inplace" doesn't exist
  dependency "ghc-6.13.20091124-inplace" doesn't exist
...

The problem was that although I had installed vector with an inplace compiler 
from a different tree, validate nevertheless picked it up from ~/.ghc. Adding 
--no-user-package-conf to the

  $(BIN_DIST_INST_DIR)/bin/ghc-pkg check

call in bindisttest/Makefile cured this. I didn't want to push this without 
asking you, though. Is this change ok?

Roman


_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to