Closed
Bug 782037
Opened 13 years ago
Closed 12 years ago
No global method depfinished in data.py
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla28
People
(Reporter: neil, Assigned: ziga.seilnacht)
Details
(Whiteboard: [qa-])
Attachments
(3 files)
|
1.37 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
|
1.38 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.33 KB,
patch
|
Details | Diff | Splinter Review |
def _startdepparallel(self, d):
if self.makefile.error:
depfinished(True, False)
Comment 1•13 years ago
|
||
I'm seeing this as well - using pymake on Windows and current m-c.
Comment 2•13 years ago
|
||
This reproduced for me after i blew away my objdir and rebuilt from scratch - but then after doing that again - it no longer does :/
Comment 3•13 years ago
|
||
I spoke too soon, i just hit it again :
Traceback (most recent call last):
File "build/pymake/make.py", line 18, in <module>
pymake.process.ParallelContext.spin()
File "c:\Users\imelven\src\mozilla\build\pymake\pymake\process.py", line 352,
in spin
c.run()
File "c:\Users\imelven\src\mozilla\build\pymake\pymake\process.py", line 282,
in run
cb(*args, **kwargs)
File "c:\Users\imelven\src\mozilla\build\pymake\pymake\data.py", line 841, in
_startdepparallel
depfinished(True, False)
NameError: global name 'depfinished' is not defined
Comment 4•13 years ago
|
||
ok, this does look like an issue that happens when there's an error in the build - the error in the build seems to be my fault from the local changes :(
| Assignee | ||
Comment 5•12 years ago
|
||
I hit this bug while working on bug 874210, and it is annoying because it hides the underlying error. Just now, someone hit it on the UX branch:
https://tbpl.mozilla.org/php/getParsedLog.php?id=30245077&tree=UX#error0
The attached patch does what seems to be the correct action here, but someone with better pymake understanding should check that it is correct.
Attachment #828557 -
Flags: review?
Updated•12 years ago
|
Attachment #828557 -
Flags: review? → review+
| Assignee | ||
Comment 6•12 years ago
|
||
Attachment #828974 -
Flags: checkin?
| Assignee | ||
Comment 7•12 years ago
|
||
Could someone please check these two pathes in for me, or set the checkin-needed flag.
Attachment #828976 -
Flags: checkin?
Updated•12 years ago
|
Attachment #828974 -
Flags: checkin? → checkin+
Updated•12 years ago
|
Attachment #828976 -
Flags: checkin? → checkin+
Comment 8•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ac5cd57bbd04
https://hg.mozilla.org/users/bsmedberg_mozilla.com/pymake/rev/87a4f61ed5fe
Assignee: nobody → ziga.seilnacht
Comment 9•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•