Bug 77917

Summary: VG/openvg.h defines non existent functions
Product: Mesa Reporter: dagg <stompdagger1>
Component: Mesa coreAssignee: 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

Description dagg 2014-04-25 08:46:31 UTC
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.
Comment 1 Chia-I Wu 2014-04-25 23:02:55 UTC
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.
Comment 2 dagg 2014-04-26 16:14:08 UTC
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.