[Webkit-unassigned] [Bug 266394] New: [GTK][WPE] Require 'wayland' 1.20 after 272021 at main
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 14 00:54:00 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266394
Bug ID: 266394
Summary: [GTK][WPE] Require 'wayland' 1.20 after 272021 at main
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dpino at igalia.com
272021 at main upgraded 'wayland-protocols' to 1.24 and 'wayland' to 18. But the build now ends with a linking error:
```
FAILED: bin/TestWebKitAPI/TestWebCore
: && /usr/bin/clang++-14 -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -pipe -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-alig
/usr/bin/ld: /usr/lib/aarch64-linux-gnu/libgstgl-1.0.so: undefined reference to `wl_proxy_marshal_flags'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[17/236] Linking CXX shared library lib/libWPEWebKit-2.0.so.1.3.0
ninja: build stopped: subcommand failed.
```
Symbol 'wl_proxy_marshal_flags' is defined since wayland '1.19.91', so I will upgrade the version number to 1.20 for the sake of simplicity.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231214/8c1c5ff7/attachment.htm>
More information about the webkit-unassigned
mailing list