Mingw build failure /builds/worker/checkouts/gecko/mozglue/misc/EarlyBlankWindow.cpp:98:10: error: use of undeclared identifier 'floor'
Categories
(Core :: mozglue, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox81 | --- | unaffected |
| firefox82 | --- | fixed |
| firefox83 | --- | fixed |
People
(Reporter: away, Assigned: alexical)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
This comes up on my clang-trunk builds, not sure why it isn't happening on m-c:
/builds/worker/checkouts/gecko/mozglue/misc/EarlyBlankWindow.cpp:98:10: error: use of undeclared identifier 'floor'
Logviewer
make[4]: *** [/builds/worker/checkouts/gecko/config/rules.mk:724: EarlyBlankWindow.o] Error 1
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=316113542&repo=ash&lineNumber=4320
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
Set release status flags based on info from the regressing bug 1656526
Updated•5 years ago
|
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D91004
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
Comment 6•5 years ago
|
||
Please nominate this for Beta approval when you get a chance.
| Assignee | ||
Comment 7•5 years ago
|
||
Comment on attachment 9177644 [details]
Bug 1666030 - Fix floor missing on some builds r?dmajor
Beta/Release Uplift Approval Request
- User impact if declined: Some builds of mozilla-beta may fail to compile.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It should (barring exceptionally strange circumstances) only affect whether we can or cannot build mozilla-beta successfully.
- String changes made/needed: None
Comment 8•5 years ago
|
||
Comment on attachment 9177644 [details]
Bug 1666030 - Fix floor missing on some builds r?dmajor
build fix, approved for 82.0b4
Comment 9•5 years ago
|
||
| bugherder uplift | ||
| Reporter | ||
Comment 10•5 years ago
|
||
I temporarily hacked around the other problems in clang-12 builds, and confirmed that the floor piece at least is fixed. Thanks!
Updated•5 years ago
|
Description
•