Closed
Bug 673940
Opened 13 years ago
Closed 13 years ago
Thunderbird Mac 64 bit builders failing to run buildsymbols
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: standard8, Assigned: khuey)
References
Details
(Keywords: regression)
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Since bug 585015 landed, our 10.6/64 bit Mac builders have been failing to run make buildsymbols - see the attached log.
Note that the 10.5/32 bit Mac builders are running it fine.
From what I can tell, symbolstore.py is attempting to run hg in a new process (using popen), but the pythonpath for that process is incorrect, so hg can't find its libraries that it needs to work.
Given that this seems to be working elsewhere (e.g. SeaMonkey, Firefox builders, 32 bit builders), I'm guessing this is a configuration error in the builder somewhere.
Comment 1•13 years ago
|
||
Yeah, so, the patch in bug 585015 sets PYTHONPATH, which is how you add things to sys.path. Presumably your builders have a non-empty PYTHONPATH that we're overwriting. We need to change the variable name.
Assignee: nobody → khuey
Component: Release Engineering → Build Config
Product: Mozilla Messaging → Core
QA Contact: release → build-config
Version: other → Trunk
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #548204 -
Flags: review?(ted.mielczarek)
Updated•13 years ago
|
Attachment #548204 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
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
•