[Buildbot-devel] (no subject)
Sergey A. Lipnevich
sergey at optimaltec.com
Sun May 10 22:40:18 UTC 2009
Johan Knutzen wrote:
> Hey guys,
>
> Ive configured buildbot with success on my local machine, but when I run it on a different machine I get this when trying to start the build master:
>
> 2009-05-10 14:51:20-0500 [-] _finished : [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.utils._UnexpectedErrorOutput'>: got stderr: 'Upon execvpe svn [\'svn\', \'info\', \'--xml\', \'--non-interactive\', \'https://yohan.com/svn/trunk\', \'--username=buildbot\', \'--password=pfsafsa\'] in environment id 168379772\n:Traceback (most recent call last):\n File "/home/yohan/lib/python2.5/Twisted-8.2.0-py2.5-linux-i686.egg/twisted/internet/process.py", line 396, in _fork\n executable, args, environment)\n File "/home/yohan/lib/python2.5/Twisted-8.2.0-py2.5-linux-i686.egg/twisted/internet/process.py", line 442, in _execChild\n os.execvpe(executable, args, environment)\n File "/usr/local/lib/python2.5/os.py", line 362, in execvpe\n _execvpe(file, args, env)\n File "/usr/local/lib/python2.5/os.py", line 389, in _execvpe\n func(fullname, *argrest)\nOSError: [Errno 2] No such file or directory\n
>
> It's doing something with SVN so I guess it has to do with SVNPoller?
Hi Johan,
Subversion command line client (svn) appears to be missing or not on
PATH. Also, if this is a real password in the trace, you'll need to
change it.
Sergey.
More information about the devel
mailing list