Closed
Bug 429332
Opened 17 years ago
Closed 17 years ago
update moz2 unittest machines to in-tree buildbot 0.7.7
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rcampbell, Assigned: rcampbell)
References
Details
the machines were installed with buildbot 0.7.6 as per refplatform instructions. We will be moving to 0.7.7 and the machines need to be updated to reflect that.
affected machinery: qm-moz2-unittest01, qm-centos5-moz2-01, qm-moz2mini01, qm-win2k3-moz2-01
Assignee | ||
Comment 1•17 years ago
|
||
trial Twisted 8.0.1 as well according to bug 428307.
Assignee | ||
Comment 2•17 years ago
|
||
spent a good chunk of the day fighting with qm-centos5-moz2-01. I figured while I was updating buildbot and Twisted that I might as well update Python to 2.5.2 (from 2.5.1). Following the refplatform docs in http://wiki.mozilla.org/ReferencePlatforms/Linux-CentOS-5.0, I hit a snag building python during the make install phase.
The installation errors out with the following:
Compiling /tools/python-2.5.2/lib/python2.5/xml/sax/_exceptions.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xml/sax/expatreader.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xml/sax/handler.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xml/sax/saxutils.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xml/sax/xmlreader.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xmllib.py ...
Compiling /tools/python-2.5.2/lib/python2.5/xmlrpclib.py ...
Compiling /tools/python-2.5.2/lib/python2.5/zipfile.py ...
make: *** [libinstall] Error 1
Machine has zlib and zlib-devel according to refplatform specs. I tried using both system-supplied gcc and version in /tools/gcc with same results.
Assignee | ||
Comment 3•17 years ago
|
||
bhearsum's suspicions of a modified PYTHONHOME / PYTHONPATH proved to be correct. The install script I was working with left those variables modified from one install to the next and corrupted the environment. The master on qm-moz2-unittest01 is done, moving onto qm-centos5-moz2-01.
Assignee | ||
Comment 4•17 years ago
|
||
qm-centos5-moz2-01 updated, moving onto qm-moz2mini01...
Assignee | ||
Comment 5•17 years ago
|
||
qm-moz2mini01 complete, moving onto qm-win2k3-moz2-01...
Assignee | ||
Updated•17 years ago
|
Priority: -- → P2
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → rcampbell
Assignee | ||
Comment 6•17 years ago
|
||
qm-win2k3-moz2-01 is giving me the gears with twisted 8.0.1. I've had to downgrade to 2.5 on windows.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•