Bug 77917 - VG/openvg.h defines non existent functions
Summary: VG/openvg.h defines non existent functions
Status: RESOLVED DUPLICATE of bug 77502
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 08:46 UTC by dagg
Modified: 2014-04-26 16:14 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
cairo build log (489.06 KB, text/plain)
2014-04-25 08:46 UTC, dagg
Details

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.