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)

x86_64
macOS
defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED
mozilla8

People

(Reporter: standard8, Assigned: khuey)

References

Details

(Keywords: regression)

Attachments

(2 files)

Attached file Failure log (deleted) —
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.
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
Attached patch Doh! (deleted) — Splinter Review
Attachment #548204 - Flags: review?(ted.mielczarek)
Attachment #548204 - Flags: review?(ted.mielczarek) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: