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

depends: Freetype and xcbproto version in depends are too new #29977

Open
laanwj opened this issue Apr 27, 2024 · 0 comments
Open

depends: Freetype and xcbproto version in depends are too new #29977

laanwj opened this issue Apr 27, 2024 · 0 comments

Comments

@laanwj
Copy link
Member

laanwj commented Apr 27, 2024

While investigating interface versions for qtsowrap, i noticed that currently, in depends, the version of freetype and xproto are too new. As of 8cd9475.

At least if we're considering Ubuntu 20.04LTS as the reference. xcb-proto is even too new for 22.04LTS:

library 20.04LTS 22.04LTS depends
libfontconfig 2.13.1 2.13.1 2.12.6
libfreetype 2.10.1 2.11.1 2.11.0 ⚠️
libxkbcommon 0.10.0 1.4.0 0.8.4
libxcb 1.14 1.14 1.14
libxcb-util 0.4.0 0.4.0 0.4.0
libxcb-image 0.4.0 0.4.0 0.4.0
libxcb-keysyms 0.4.0 0.4.0 0.4.0
libxcb-render-util 0.3.9 0.3.9 0.3.9
libxcb-icccm (=libxcb-util-wm) 0.4.1 0.4.1 0.4.1
xcb-proto 1.14 1.14 1.15.2 ⚠️

As these dependencies are used to link against existing system libraries, this means there are potential issues at runtime (though most should be caught by symbols not being found, and this hasn't been reported, so it's likely not too bad).

Edit: example of an issue caused by this: #29923 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant