validate fails if packages installed
Simon Marlow
simonmar at microsoft.com
Wed Nov 25 04:52:21 EST 2009
Yes, seems reasonable.
-----Original Message-----
From: Roman Leshchinskiy [mailto:rl at cse.unsw.edu.au]
Sent: 25 November 2009 07:26
To: Ian Lynagh; Simon Marlow
Cc: cvs-ghc at haskell.org list
Subject: validate fails if packages installed
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
More information about the Cvs-ghc
mailing list