Created attachment 97944 [details] cairo build log since the following commit 75143ef05576ee9f25ee176bc28c3c4d03705bf5, the vg* funcs defined in VG/openvg.h doesn't exists anymore in libOpenVG.so. see: dagg@NCC-5001-D ~ $ strings /usr/lib64/opengl/xorg-x11/lib/libOpenVG.so.1.0.0 | grep vg -c 0 dagg@NCC-5001-D ~ $ grep -c vg /usr/lib64/opengl/xorg-x11/include/VG/openvg.h 89 this causes linking failure on compilation of multiple pkgs such as cairo, libreoffice, qemu and harfbuzz.
Did you git-bisect to 75143ef05576ee9f25ee176bc28c3c4d03705bf5? I do not recall seeing this issue 4 years ago... Commit 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 is more likely to contribute to this, per #77502.
you are correct, that is the same bug, synced mesa today and the bug is solved. *** This bug has been marked as a duplicate of bug 77502 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.