Closed
Bug 803808
Opened 12 years ago
Closed 12 years ago
Update Python on SeaMonkey buildslaves
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcsmurf, Assigned: Callek)
References
Details
Attachments
(1 file, 3 obsolete files)
2.10 KB,
patch
|
ewong
:
review+
|
Details | Diff | Splinter Review |
Yet another build tool chain change to deal with: Bug 800614 raised the minimum Python version requirement to Python 2.6 on mozilla-central. The SeaMonkey buildboxen currently run Python 2.5. Python needs to updated to get comm-central/mozilla-central building again (maybe even update Python 2.7, whatever works best).
Reporter | ||
Updated•12 years ago
|
Severity: normal → major
OS: Windows XP → All
Hardware: x86 → All
Comment 1•12 years ago
|
||
I think the plan might be to be on 2.7 eventually (main build machines are already on 2.7), so targeting 2.7 might be a good idea.
Comment 2•12 years ago
|
||
(In reply to Gary Kwong [:gkw, :nth10sd] from comment #1)
> I think the plan might be to be on 2.7 eventually (main build machines are
> already on 2.7), so targeting 2.7 might be a good idea.
yes, see bug 724191.
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #675415 -
Flags: review?(bugspam.Callek) → review+
Comment 4•12 years ago
|
||
Pushed to buildbot-configs:
http://hg.mozilla.org/build/buildbot-configs/rev/489193c99ead
Comment 5•12 years ago
|
||
Attachment #675451 -
Flags: review+
Comment 6•12 years ago
|
||
Attachment #675466 -
Flags: review+
Reporter | ||
Comment 7•12 years ago
|
||
Regarding the Windows build bustage: You need to create a copy of python.exe in D:\mozilla-build\python27 with the name "python2.7.exe" (mozilla-build includes this). The configure.in check relies on this to detect Python 2.7.
Comment 8•12 years ago
|
||
Assignee | ||
Comment 9•12 years ago
|
||
Issue #1, windows non-VMs didn't have python installed
Pulled the 2.7.3 msi (as in MoCo machines and our VM's) and did:
msiexec /i python-2.7.3.msi /quiet /norestart /log c:\tmp\python27_install.log TARGETDIR=D:\mozilla-build\python27 ALLUSERS=1
Secondly, the patches here ended up not using buildbot python (which has pywin32 installed) in the few cases it needs it, so made sure that is ahead in path (also matching MoCo systems)
Attachment #675415 -
Attachment is obsolete: true
Attachment #675451 -
Attachment is obsolete: true
Attachment #675466 -
Attachment is obsolete: true
Attachment #677670 -
Flags: review?(ewong)
Updated•12 years ago
|
Attachment #677670 -
Flags: review?(ewong) → review+
Updated•12 years ago
|
Assignee: ewong → bugspam.Callek
Comment 10•12 years ago
|
||
For Win32 builders:
copy d:\mozilla-build\python27\python.exe d:\mozilla-build\python27\python2.7.exe
Assignee | ||
Comment 11•12 years ago
|
||
This is now done, thanks to ewong's c#10
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•