Closed
Bug 433582
Opened 17 years ago
Closed 8 years ago
client.py checkout blows up if $CVSROOT is set globally
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mconnor, Unassigned)
Details
$ python client.py checkout
ssh: cvs.mozilla.org;C: no address associated with name
cvs [checkout aborted]: end of file from server (consult above messages if any)
Executing command: ['cvs', '-d', 'mconnor%steelgryphon.com@cvs.mozilla.org;C:\\mozilla-build\\msys\\cvsroot',
'checkout', '-P', '-r', 'NSPR_4_7_1_RTM', '-d', 'nsprpub', 'mozilla/nsprpub']
Msys being too smart for its own good?
Just to corroborate; This was run on ubuntu 10.04, amd64. This script should sanitize its environment before running cvs.
~/build/comm-central % python client.py checkout
...
CVS checkout begin: 2010-08-26 16:59:04 UTC
Executing command: ['cvs', '-d', ':ext:<user>@<hostname>:/jmlogs', '-q', 'checkout', '-P', '-r', 'LDAPCSDK_6_0_6D_MOZILLA_RTM', '-d', 'c-sdk', 'mozilla/directory/c-sdk']
ssh: connect to host <hostname> port 22: Connection timed out
cvs [checkout aborted]: end of file from server (consult above messages if any)
Traceback (most recent call last):
File "client.py", line 532, in <module>
do_cvs_checkout(DEFAULTS['LDAPCSDK_DIRS'], DEFAULTS['LDAPCSDK_CO_TAG'], options.cvsroot, options.cvs, '')
File "client.py", line 321, in do_cvs_checkout
cwd=os.path.join(topsrcdir, checkoutdir, parent))
File "client.py", line 102, in check_call_noisy
execute_check_call(cmd, *args, **kwargs)
File "client.py", line 98, in execute_check_call
check_call(cmd, *args, **kwargs)
File "/usr/lib/python2.6/subprocess.py", line 498, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cvs', '-d', ':ext:<user>@<hostname>:/jmlogs', '-q', 'checkout', '-P', '-r', 'LDAPCSDK_6_0_6D_MOZILLA_RTM', '-d', 'c-sdk', 'mozilla/directory/c-sdk']' returned non-zero exit status 1
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•