WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
266394
[GTK][WPE] Require 'wayland' 1.20 after
272021@main
https://bugs.webkit.org/show_bug.cgi?id=266394
Summary
[GTK][WPE] Require 'wayland' 1.20 after 272021@main
Diego Pino
Reported
2023-12-14 00:54:00 PST
272021@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.
Attachments
Add attachment
proposed patch, testcase, etc.
Diego Pino
Comment 1
2023-12-14 00:58:32 PST
Pull request:
https://github.com/webkit/webkit/pull/21781
EWS
Comment 2
2023-12-14 02:37:06 PST
Committed
272026@main
(845bcf162b24): <
https://commits.webkit.org/272026@main
> Reviewed commits have been landed. Closing PR #21781 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-12-14 02:38:18 PST
<
rdar://problem/119658448
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug