Skip to content
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

"Package 'wlroots' requires 'wayland-protocols >= 1.17' but version of wayland-protocols is 1.12" during building #226

Closed
mYnDstrEAm opened this issue Jan 12, 2022 · 1 comment

Comments

@mYnDstrEAm
Copy link

I was trying to build the latest release on Debian11/KDE. For this I had to install meson and chmod /usr/bin/ccache /usr/bin/cc and /usr/bin/gcc. When I ran meson build it returned: meson.build:1:0: ERROR: Compiler ccache cc can not compile programs. installing gcc-multilib was not required, instead I only had to also chmod /usr/bin/as. Then I also installed libwlroots6 libwlroots-dev.

Now my problem is that meson build returns:

Run-time dependency wlroots found: NO (tried cmake)

meson.build:37:0: ERROR: Could not generate cargs for wlroots:
Package 'wlroots' requires 'wayland-protocols >= 1.17' but version of wayland-protocols is 1.12

Does this mean it's not yet supported on Debian11 (with Wayland) and one would need to wait to be able install it there?

Once it's available, it would be great if this could be added to the Debian repos.

@Hjdskes
Copy link
Collaborator

Hjdskes commented Jan 14, 2022

Hi @mYnDstrEAm. This means that the version of wayland-protocols in Debian 11 is too old. There is not much I can do about that.

Once it's available, it would be great if this could be added to the Debian repos.

Looks like someone filed a request to package Cage for Debian already: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927899. It's not up to me to package Cage for different distributions :)

@Hjdskes Hjdskes closed this as completed Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants