Closed
Bug 1039806
Opened 9 years ago
Closed 9 years ago
Local variable 'output' referenced before assignment error using bootstrap.py to pull mozilla-central.
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: wesj, Assigned: gps)
Details
Attachments
(1 file)
1.34 KB,
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
Trying to pull on OSX today I got: localhost:Documents mozilla$ python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 152, in <module> sys.exit(main(sys.argv)) File "bootstrap.py", line 143, in main dasboot.bootstrap() File "/var/folders/45/nzbvpss15qn0n7297_4t284w0000gn/T/tmpXNitIq/mozboot/bootstrap.py", line 96, in bootstrap files = fetch_files(repo_url, repo_type) File "/var/folders/45/nzbvpss15qn0n7297_4t284w0000gn/T/tmpXNitIq/mozboot/osx.py", line 176, in install_system_packages File "/var/folders/45/nzbvpss15qn0n7297_4t284w0000gn/T/tmpXNitIq/mozboot/osx.py", line 211, in ensure_xcode UnboundLocalError: local variable 'output' referenced before assignment python version 2.7.2
Reporter | ||
Comment 1•9 years ago
|
||
Pretty sure this is in the wrong component. Fix if necessary.
Assignee | ||
Updated•9 years ago
|
Component: Tools → Build Config
Product: Release Engineering → Core
QA Contact: hwine
Assignee | ||
Comment 2•9 years ago
|
||
I think this should fix it. Try applying patch to cloned Firefox repo and running |mach bootstrap|. Although, if you've installed XCode already, you may not be able to repro.
Attachment #8457650 -
Flags: review?(mshal)
Attachment #8457650 -
Flags: feedback?(wjohnston)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gps
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8457650 -
Flags: review?(mshal) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/1b21108d2a5d
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/1b21108d2a5d
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8457650 [details] [diff] [review] UnboundLocalError: local variable 'output' I had a loaner when I hit this, and don't have it anymore.
Attachment #8457650 -
Flags: feedback?(wjohnston)
QA Whiteboard: [qa-]
Updated•6 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•