Solaris/x86 bot failing on stage2 haddock installation.

Hello, so it seems I'm still not lucky get head compiling well on solaris/x86 bot. This time compilation fails on stage2 at the haddock installation with following message: Installing library in /buildbot/ghc/kgardas/build/utils/haddock/install-inplace/lib/haddock-2.4.2 Installing executable(s) in /buildbot/ghc/kgardas/build/utils/haddock/install-inplace/bin Registering haddock-2.4.2... ghc-pkg: /buildbot/ghc/kgardas/build/ghc/inplace-datadir/package.conf: openFile: does not exist (No such file or directory) make[2]: *** [install-inplace] Error 1 make[2]: Leaving directory `/buildbot/ghc/kgardas/build/utils/haddock' make[1]: *** [with-stage-2] Error 2 make[1]: Leaving directory `/buildbot/ghc/kgardas/build/utils' make: *** [stage2] Error 2 see http://darcs.haskell.org/buildbot/all/builders/kgardas%20head/builds/98/step... for more information. Do you have any idea what's going wrong this time? Is it a problem of my bot (shall I install anything else?) or is it GHC's issue? Thanks! Karel

On Sun, Jan 11, 2009 at 09:15:51PM +0100, Karel Gardas wrote:
ghc-pkg: /buildbot/ghc/kgardas/build/ghc/inplace-datadir/package.conf: openFile: does not exist (No such file or directory) [...] Do you have any idea what's going wrong this time? Is it a problem of my bot (shall I install anything else?) or is it GHC's issue?
A fix from Conal Elliott has already been pushed by Ian. The problem is that ghc-pkg now is much more picky when the package db doesn't exist. A similar problem currently occurs when you make install. Ciao, Kili

Matthias Kilian wrote:
On Sun, Jan 11, 2009 at 09:15:51PM +0100, Karel Gardas wrote:
ghc-pkg: /buildbot/ghc/kgardas/build/ghc/inplace-datadir/package.conf: openFile: does not exist (No such file or directory) [...] Do you have any idea what's going wrong this time? Is it a problem of my bot (shall I install anything else?) or is it GHC's issue?
A fix from Conal Elliott has already been pushed by Ian.
Indeed! Now compilation aborts on "booting" testsuite with following output: make: Entering directory `/buildbot/ghc/kgardas/build/testsuite' make: *** No rule to make target `boot'. Stop. make: Leaving directory `/buildbot/ghc/kgardas/build/testsuite' more on http://darcs.haskell.org/buildbot/all/builders/kgardas%20head/builds/99/step... Thanks, Karel

On Sun, Jan 11, 2009 at 10:36:56PM +0100, Karel Gardas wrote:
A fix from Conal Elliott has already been pushed by Ian.
Indeed! Now compilation aborts on "booting" testsuite with following output:
make: Entering directory `/buildbot/ghc/kgardas/build/testsuite' make: *** No rule to make target `boot'. Stop. make: Leaving directory `/buildbot/ghc/kgardas/build/testsuite'
This is strange:
$ darcs changes --last=1
Sat Jan 10 22:42:04 CET 2009 Ian Lynagh
participants (2)
-
Karel Gardas
-
Matthias Kilian