-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wayland] fails to build with Wayland 1.20.0 - undefined reference to 'wl_proxy_marshal_flags' #5088
Comments
fixed by #5092 - builds fine now, thx 👍🏻 |
I resolved this by mixing info coming from: https://groups.google.com/g/linux.debian.bugs.dist/c/YmD-_Qk7YTY?pli=1 In my case the problem was that the referred libwayland showing in |
Thank you very much, @CrlClgrs! A similar issue broke the SDDM display manager and therefore the login screen when upgrading from Kubuntu 21.10 to 22.04, and your instructions fixed it. The files I edited according to your instructions were 10-amdgpu-pro.conf
20-amdgpu.conf
(Editing only one of these files might be sufficient, though.) The error message I got was:
Similar issues have been mentioned on |
Hi, I have the same problem. AMDGPU driver 22.10.2.50102-1416360 - Ubuntu 20.04 - Kernel: 5.13.0-51-generic. When I apply the fix commented here, SDDM/Xorg won't start:
Reverting the change brings SDDM/Xorg back again. Any ideas? Thanks. |
SDL 2 https://github.com/libsdl-org/SDL/releases/tag/release-2.0.18 + #5058 fails to build against Wayland 1.20.0 - 1.19.0 is fine. I guess it's related to https://github.com/wayland-project/wayland/commit/23e4a7060080ebb61f516a2edcd71ab123029c0e
Probably the same issue as here: https://bugs.gentoo.org/811840 & and the workaround
LDFLAGS="${LDFLAGS} -lwayland-client"
fixed it for me too.Build log https://pastebin.com/PHZTgHBf
The text was updated successfully, but these errors were encountered: