Closed
Bug 1960869
Opened 1 month ago
Closed 24 days ago
--enable-project=memory builds are broken
Categories
(Core :: Memory Allocator, defect)
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
Details
Attachments
(1 file)
The build fails with:
0:04.62 ==============================
0:04.62 FATAL ERROR PROCESSING MOZBUILD FILE
0:04.63 ==============================
0:04.63 The error occurred while processing the following file or one of the files it includes:
0:04.63 /mnt/dev/moz/tlc/mfbt/moz.build
0:04.63 The error occurred when validating the result of the execution. The reported error is:
0:04.63 FINAL_LIBRARY ("mozglue") does not match any LIBRARY_NAME
*** Fix above errors and then restart with "./mach build"
Assignee | ||
Comment 1•1 month ago
|
||
- set FINAL_LIBRARY in mfbt and third_party_fmt only when not using
--enable-project=memory - include third_party/fmt in memory/app.mozbuild
Updated•1 month ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/26f1976477ea
Fix builds with --project=memory r=glandium
Comment 3•24 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 24 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•16 days ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
You need to log in
before you can comment on or make changes to this bug.
Description
•