Open
Bug 1415236
Opened 7 years ago
Updated 2 years ago
enable-stylo build fails probably when system-nspr is used
Categories
(Firefox Build System :: General, defect, P3)
Tracking
(firefox-esr52 unaffected, firefox56 wontfix, firefox57 affected, firefox58 ?)
NEW
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox56 | --- | wontfix |
firefox57 | --- | affected |
firefox58 | --- | ? |
People
(Reporter: wolfiR, Unassigned)
References
(Blocks 1 open bug)
Details
I still need to create a good (failing) build log but I have seen this on my local builds:
When I build 56 or 57 and NOT --disable-stylo the build fails with error messages suggesting that header files from NSPR are not found. (e.g. plhash.h etc).
Using --disable-stylo fixes those build issues.
I will provide log snippets and build config later on but in case something like this is already somehow known please let me know.
Comment 1•7 years ago
|
||
Perhaps bindgen is not passing the right include path to libclang? Is this a duplicate of bug 1341234 ("bindgen doesn't pass CFLAGS for optional system dependencies")?
Blocks: stylo-tooling
status-firefox56:
--- → wontfix
status-firefox57:
--- → affected
status-firefox58:
--- → ?
status-firefox-esr52:
--- → unaffected
Depends on: 1341234
Priority: -- → P3
Comment 2•7 years ago
|
||
Yes, that's most probably a dupe of 1341234.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•