Bug 276938
| Summary: | REGRESSION(277190@main): [GTK][WPE] FELightingNeonParallelApplier.cpp build failed for cortexa8hf-neon | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Changqing Li <changqing.li> |
| Component: | WebCore Misc. | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aperez, bugs-noreply, psaavedra |
| Priority: | P2 | Keywords: | DoNotImportToRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Changqing Li
with webkitgtk 2.45.5, build failed as below error:
TOPDIR/tmp/work/cortexa8hf-neon-poky-linux-musleabi/webkitgtk/2.45.5/webkitgtk-2.45.5/Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp:524:27: error: cannot convert 'std::span<unsigned char, 4294967295>' to 'const unsigned char*' in initialization
524 | data.pixels->bytes(),
| ~~~~~~~~~~~~~~~~~~^~
| |
| std::span<unsigned char, 4294967295>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
I've hit this today as well, while trying to cross-compile WPE for
for the Raspberry Pi 4 using Buildroot. The issue is present both
on “main” and in the “webkitglib/2.46” branch.
Adrian Perez
Pull request: https://github.com/WebKit/WebKit/pull/35244
EWS
Committed 285263@main (3c7d3461a963): <https://commits.webkit.org/285263@main>
Reviewed commits have been landed. Closing PR #35244 and removing active labels.