On 1/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The G5 *was* working. I changed nothing at my end. Got a mail yesterday > from Martin. It looks like PATH lost /usr/local/bin (where the Metissian > installer puts the svn executable). I added a /usr/bin/svn symlink, but > would really rather see /usr/local/bin in PATH.
It seems reasonable for /usr/local/bin to be in PATH. But isn't this be done on the slave (ie your) side? It looks like the PATH comes from your env't based on how my PATH in twistd.log. So if you started this from cron, you may need to add it there. If nothing else works, you could probably update PATH in buildbot.tac. I forced a build, but it failed since svnversion was not found. BTW, I noticed this warning: Modules/getpath.c:405: warning: passing arg 2 of `_NSGetExecutablePath' from incompatible pointer type Can somebody with a Mac fix this warning? n _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com