On 2/22/07, Thorkil Naur <naur@post11.tele.dk> wrote:
I presume that this is because the buildbot-controlled build is incremental so
that when I change the ghc version used, inconsistencies result.

So the question is this: When I change my ghc version, how do I clean up the
Yhc buildbot build tree to ensure that everything gets built with the new ghc
version?

Hi,

Yes, I think that's exactly the problem. To fix it just delete the the directory inside your slave buildbot bots directory. If you've set your buildbot to run in /home/thorkil/buildbot then there will be directory similar to /home/thorkil/buildbot/macosxppc3. Just delete macosxppc3, it'll be recreated next time the buildbot runs.

Cheers,
Andrew