No subject
Tue Aug 11 19:05:56 UTC 2015
command 'cvs -d /upc/share/CVS co -r netcdf-3_5_1-beta13 netcdf-3' in dir '.'
Upon execvpe cvs ['cvs', '-d', '/upc/share/CVS', 'co', '-r', 'netcdf-3_5_1-beta13', 'netcdf-3'] in environment id 138288260:
Traceback (most recent call last):
File "/opt/lib/python2.2/site-packages/twisted/internet/process.py", line 502, in __init__
os.execvpe(command, args, environment)
File "/usr/local/lib/python2.2/os.py", line 307, in execvpe
_execvpe(file, args, env)
File "/usr/local/lib/python2.2/os.py", line 352, in _execvpe
raise exc, arg
OSError: [Errno 2] No such file or directory
program finished with exit code 1
Just loggin into this system, I saw that cvs is not in my path. I
found it in /opt/gnu/bin, so I put this in my master file:
f_sun_tip = QuickBuildFactory(repository, cvsmodule,
configure="./configure",
configureEnv={'PATH': '/opt/SUNWspro/bin:/usr/ccs/bin:/opt/gnu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/bin',
'FC': 'f90', 'CXX':'/opt/SUNWspro/bin/CC',
'CPPFLAGS':'-Df2cFortran', 'F90':'/opt/SUNWspro/bin/f90',
'CC': '/opt/SUNWspro/bin/c89'},
test="make test")
Here I am trying to set the PATH so that it includes the place where
cvs can be found.
But it's still not working.
What shell does the bot operate under? Does it use the same one as the
user who set it up? How do I set the PATH environment?
Thanks!
Ed
More information about the devel
mailing list