Bug 276151
| Summary: | [WPE] Undefined reference to `shm_open' in WPEWaylandSHMPool.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
The build in WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 is failing with the following error:
```
/usr/bin/ld: Source/WebKit/WPEPlatform/wpe/wayland/CMakeFiles/WPEPlatformWayland.dir/WPEWaylandSHMPool.cpp.o: in function `WPE::WaylandSHMPool::create(wl_shm*, unsigned long)':
WPEWaylandSHMPool.cpp:(.text._ZN3WPE14WaylandSHMPool6createEP6wl_shmm+0x1fe): undefined reference to `shm_open'
/usr/bin/ld: WPEWaylandSHMPool.cpp:(.text._ZN3WPE14WaylandSHMPool6createEP6wl_shmm+0x267): undefined reference to `shm_unlink'
```
This bot builds with JHBuild minimal-plus-gstreamer moduleset.
The build flags are:
BUILD_WEBKIT_ARGS="--no-fatal-warnings --cmakeargs='-DENABLE_COG=OFF -DENABLE_DOCUMENTATION=OFF -DENABLE_INTROSPECTION=OFF -DENABLE_MEDIA_RECORDER=OFF -DENABLE_SPEECH_SYNTHESIS=OFF -DENABLE_THUNDER=OFF -DENABLE_WEBXR=OFF -DENABLE_WPE_PLATFORM_DRM=OFF -DENABLE_WPE_QT_API=OFF -DUSE_AVIF=OFF -DUSE_GSTREAMER_WEBRTC=OFF -DUSE_JPEGXL=OFF -DUSE_LIBBACKTRACE=OFF'"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/30412
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/30413
EWS
Committed 280687@main (88ad9317ee0b): <https://commits.webkit.org/280687@main>
Reviewed commits have been landed. Closing PR #30413 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/131170636>