Closed
Bug 921822
Opened 10 years ago
Closed 10 years ago
standalone js's make install fails
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox26 fixed, firefox27 fixed)
RESOLVED
FIXED
mozilla27
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
1.11 KB,
patch
|
gps
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
These snippets from Makefile.in are what fails: install:: $(EXPORTS) $(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(LIBRARY_NAME) install:: $(EXPORTS_js) $(SYSINSTALL) $^ $(DESTDIR)$(includedir)/$(LIBRARY_NAME)/js because since bug 896797, EXPORTS and EXPORTS_js are empty. Those rules need to be replaced by something using the install manifest.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #811664 -
Flags: review?(gps)
Updated•10 years ago
|
Attachment #811664 -
Flags: review?(gps) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/3393dcd91694
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 811664 [details] [diff] [review] Use existing install manifest for make install in js standalone builds [Approval Request Comment] Bug caused by (feature/regressing bug #): bug 896797 User impact if declined: make install doesn't install the most important js headers in standalone js builds. Testing completed (on m-c, etc.): Tested in debian packaging. Risk to taking this patch (and alternatives if risky): NPOTB. String or IDL/UUID changes made by this patch: None
Attachment #811664 -
Flags: approval-mozilla-aurora?
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3393dcd91694
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Comment 5•10 years ago
|
||
Comment on attachment 811664 [details] [diff] [review] Use existing install manifest for make install in js standalone builds a=npotb :)
Attachment #811664 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•