[Python-Dev] buildbot
Neal Norwitz
nnorwitz at gmail.com
Tue Jan 3 07:30:01 CET 2006
On 1/2/06, skip at pobox.com <skip at pobox.com> 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
More information about the Python-Dev
mailing list