../include/mozilla/RefPtr.h:49:40: error: invalid use of incomplete type 'class mozilla::layers::TextureSource'
Categories
(Core :: Graphics, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox132 | --- | wontfix |
firefox133 | --- | wontfix |
firefox134 | --- | fixed |
People
(Reporter: herrtimson, Assigned: jnicol)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
I downloaded latest firefox-131.0 git sources and compiled them with gcc-12
Actual results:
the compile is broken with this error:
58:10.91 /var/tmp/portage/portage/www-client/firefox-131.0-r1/work/firefox_build/dist/include/mozilla/RefPtr.h:49:40: error: invalid use of incomplete type 'class mozilla::layers::TextureSource'
64:35.59 /var/tmp/portage/portage/www-client/firefox-131.0-r1/work/firefox_build/dist/include/mozilla/RefPtr.h:49:40: error: invalid use of incomplete type 'class mozilla::layers::TextureSource'
Expected results:
I expect the compile to pass smothly and bake me a nice firefox binary
the full and compressed build log is attached
this is a non-unified build, unified build is working fine
Comment 1•10 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•10 months ago
|
Comment 2•9 months ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit BugBot documentation.
Updated•8 months ago
|
Updated•8 months ago
|
Comment 3•8 months ago
|
||
:jnicol, since you are the author of the regressor, bug 1898238, could you take a look?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 4•8 months ago
|
||
Updated•8 months ago
|
Comment 5•8 months ago
|
||
Set release status flags based on info from the regressing bug 1898238
Updated•8 months ago
|
Assignee | ||
Updated•6 months ago
|
Description
•