Summary: | VG/openvg.h defines non existent functions | ||
---|---|---|---|
Product: | Mesa | Reporter: | dagg <stompdagger1> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | frederic.romagne |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | cairo build log |
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. |
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.
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.