snap nightly build fails with undeclared identifier 'isnan'
Categories
(Firefox Build System :: Third Party Packaging, defect)
Tracking
(firefox-esr102 unaffected, firefox-esr115 unaffected, firefox114 unaffected, firefox115 unaffected, firefox116 fixed)
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox-esr115 | --- | unaffected |
firefox114 | --- | unaffected |
firefox115 | --- | unaffected |
firefox116 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: jfkthame)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
https://github.com/canonical/firefox-snap/actions/runs/5372854666/jobs/9746648786#step:6:26614
118:41.11 In file included from Unified_cpp_gfx_thebes0.cpp:92:
118:41.11 /root/parts/firefox/build/gfx/thebes/gfxFont.cpp:4256:7: error: use of undeclared identifier 'isnan'
118:41.11 if (isnan(result.mAlphabetic)) {
118:41.11 ^
118:41.14 Compiling headers-core v0.2.0
118:41.20 Compiling cookie v0.16.2
118:41.22 /root/parts/firefox/build/gfx/thebes/gfxFont.cpp:4259:7: error: use of undeclared identifier 'isnan'
118:41.22 if (isnan(result.mHanging)) {
118:41.22 ^
118:41.32 /root/parts/firefox/build/gfx/thebes/gfxFont.cpp:4262:7: error: use of undeclared identifier 'isnan'
118:41.32 if (isnan(result.mIdeographic)) {
118:41.32 ^
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Thanks for the report. I believe this should resolve the breakage. If you're able to confirm this, that'd be great -- thanks!
Reporter | ||
Comment 3•2 years ago
|
||
Sebastian, can you try the patch on your side ? My snapcraft setup is broken as result of power loss this weekend that wrecked one of my filesystems, it wont be before a few hours at best this part is up and running again
Reporter | ||
Comment 6•2 years ago
|
||
looks like I've been able to get back my snap work env sooner than anticipated, I could confirm the issue locally and I'm finishing a build with the patch
Reporter | ||
Comment 7•2 years ago
|
||
No surprise but I can confirm a build success
Comment 8•2 years ago
|
||
bugherder |
Reporter | ||
Comment 9•2 years ago
•
|
||
a build has been retriggered so the edge
channel on the store should be uptodate soonish
Comment 10•2 years ago
|
||
Set release status flags based on info from the regressing bug 1840075
Description
•