Closed
Bug 1447329
Opened 7 years ago
Closed 7 years ago
tup build fails with 'Unable to create output file...bookmarkProperties.xul because it is already owned by command'
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox61 fixed)
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: mshal, Assigned: mshal)
References
Details
Attachments
(1 file)
The tup backend is failing trying to generate bookmarkProperties.xul since it is not correctly handling the target_basename for preprocessed entries. The relevant jar.mn file recently changed to make bookmarkProperties.xul and bookmarkProperties2.xul into preprocessor entries, but the tup backend is trying to use the source filename (bookmarkProperties.xul) as the name for both output files.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Attachment #8960642 -
Flags: review?(core-build-config-reviews) → review?(cmanchester)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8960642 [details]
Bug 1447329 - fix preprocessor jar.mn entries in the tup backend;
https://reviewboard.mozilla.org/r/229422/#review235212
Attachment #8960642 -
Flags: review?(cmanchester) → review+
Pushed by mshal@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7894dcf9f24
fix preprocessor jar.mn entries in the tup backend; r=chmanchester
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•