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 build
finishes 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•9 months 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•9 months 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•9 months ago
|
||
What's your mozconfig? This works for me...
Reporter | ||
Comment 4•9 months ago
|
||
Are you looking for something specific? I really have nothing special and it has been working for years
Comment 5•9 months 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•9 months ago
|
||
We changed the SHARED_LIBRARY, so we need to adjust the non-default-target
associated with it.
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment 8•9 months ago
|
||
bugherder |
Description
•