No rule to make target 'libxul.so', needed by 'gtest'. Stop.
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr115 unaffected, firefox125 unaffected, firefox126 unaffected, firefox127 fixed)
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox125 | --- | unaffected |
| firefox126 | --- | unaffected |
| firefox127 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This has started recently.
STR:
mach buildfinishes finemach gtest
Expected:
Builds and run gtest
Actual:
Fails with 0:01.12 gmake[1]: *** No rule to make target 'libxul.so', needed by 'gtest'. Stop.
Locally reverting bug 1459764 fixes the issue.
| Reporter | ||
Comment 1•2 years ago
•
|
||
Adding ac_add_options --enable-gtest-in-build does NOT improve anything. (except the error is now gmake: *** No rule to make target 'recurse_gtest'. Stop.)
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1459764
:glandium, since you are the author of the regressor, bug 1459764, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 3•2 years ago
|
||
What's your mozconfig? This works for me...
| Reporter | ||
Comment 4•2 years ago
|
||
Are you looking for something specific? I really have nothing special and it has been working for years
Comment 5•2 years ago
|
||
I lie, I can repro, I expected the error message right away but it's all the way to the end of the build...
| Assignee | ||
Comment 6•2 years ago
|
||
We changed the SHARED_LIBRARY, so we need to adjust the non-default-target
associated with it.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
| bugherder | ||
Description
•