Unable to compile build without Intl api (--without-intl-api)
Categories
(Core :: JavaScript Engine, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | fixed |
People
(Reporter: gkw, Assigned: bthrall)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
I'm unable to compile the following build on m-c rev 1995789cfffa with configure parameters: AR=ar sh ../configure --enable-debug --without-intl-api --enable-debug-symbols --with-ccache --enable-nspr-build --enable-ctypes --enable-gczeal --enable-rust-simd --disable-tests
, on Ubuntu 22.04, with GCC 11.4.0.
The first bad revision is:
changeset: https://hg.mozilla.org/mozilla-central/rev/ba7e3130ed8a
user: Bryan Thrall
date: Mon Feb 05 23:40:26 2024 +0000
summary: Bug 1860887 - Begin implementing ParseRecordObject r=jandem
Bryan, is bug 1860887 a likely regressor?
Reporter | ||
Updated•9 months ago
|
Comment 1•9 months ago
|
||
Set release status flags based on info from the regressing bug 1860887
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 2•9 months ago
|
||
See also commit c7e519735961
Assignee | ||
Comment 3•9 months ago
|
||
Hi Gary,
I expect this patch to fix it, but you can also disable the unified build to avoid the problem.
Let me know how it goes!
Reporter | ||
Comment 4•9 months ago
|
||
(In reply to Bryan Thrall [:bthrall] from comment #3)
I expect this patch to fix it, but you can also disable the unified build to avoid the problem.
Thank you for the patch, it does fix the issue! Please feel free to land it.
Comment 6•9 months ago
|
||
bugherder |
Reporter | ||
Updated•7 months ago
|
Description
•