Closed korn3r closed 1 month ago
Xorg 21.1.13 is not the expected version of Xorg for Rocky Linux 9. I assume it builds well if you use the Xorg packages provided by the distribution?
Xorg 21.1.13 is not the expected version of Xorg for Rocky Linux 9. I assume it builds well if you use the Xorg packages provided by the distribution?
probably. i didnt try.
what i did try is to replace
xserver_patch="../xserver$(rpm -q --qf '%%{VERSION}' xorg-x11-server-source | awk -F. '{ print $1 $2 }').patch"
with
xserver_patch="../xserver$(rpm -q --qf '%%{VERSION}' xorg-x11-server-source | awk -F. '{ print $1 $2 }' | cut -c1-2).patch"
to make it return only 2 digits instead of 3. to fit patch name.
and it compiled. that one probably wont work on old xserver, because other patch (for older xserver) has 3 digits in version
how would it even work on 21 branch if it prints major+minor version, but patch name itself has only major? old xorg-server is 1.20, so getting major+minor version fits patchname - xserver120.patch but new xserver has major version of 21, and no matter what minor version is, it wont fit patch name - xserver21.patch
Xorg changed their numbering scheme and released 21 instead of 1.21. So we'll need to update that .spec file once Red Hat switches to that new version. But for now, it matches what's expected in RHEL 9. If you want to build with a different Xorg, you'll need to modify things as you've already done.
Describe the bug there is no xserver211.patch inside tigervnc-1.14.0-1.el9.src.rpm or tigervnc-1.13.90-1.el9.src.rpm from sourceforge
To Reproduce Steps to reproduce the behavior: 1.0. probably need to compile xorg-server version 21.1 and install it first 1.1. download tigervnc-1.14.0-1.el9.src.rpm
Expected behavior i would expect it to build
Screenshots If applicable, add screenshots to help explain your problem.
Client (please complete the following information):
Server (please complete the following information):
Additional context Does it want this patch? Its xserver21.patch, not xserver211.patch, but it might be it
also this might be due to me compiling some fresh xorg for my distro