Summary: | libOpenVG contains no vg Symbols | ||
---|---|---|---|
Product: | Mesa | Reporter: | farmboy0+freedesktop |
Component: | Other | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | stompdagger1 |
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
patch to fix build for libOpenVG
patch in git email format |
Description
farmboy0+freedesktop
2014-04-15 21:30:02 UTC
Can you use git to bisect the commit that introduced this issue? Commit d681b22ed77274a805c6c8e81925c18eeb57a968 is the highest suspect, interestingly the vg symbols were available last time I built the library. What version of gcc/binutils are you using ? GCC: 4.7.3 Binutils 2.23.2 I'll do the bisect later but I think its not your mentioned commit. I checked the latest changes to the Makefile for vgapi and reverted them and nothing got better. 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 is the first bad commit commit 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 Author: Matt Turner <mattst88@gmail.com> Date: Sun Nov 10 19:01:58 2013 -0800 glapi/build: Add headers to distribution. Acked-by: Emil Velikov <emil.l.velikov@gmail.com> :040000 040000 ff16728fbfb4be2efd29189bfa01cde90300e2f8 452478ea59b48f9d28300f90fb38e3cb4f1ac66e M src the commit that introduced this regression is 75143ef05576ee9f25ee176bc28c3c4d03705bf5 I've got hit by this bug too, cannot update at least 3 pkgs on my system (using Gentoo). what is worst is that include/VG/openvg.h exposes the vg* api while the code uses the vega* api. frankly I'm not sure how this commit was approved, it broke backwards comparability and is partial. (In reply to comment #4) > the commit that introduced this regression is > 75143ef05576ee9f25ee176bc28c3c4d03705bf5 > > I've got hit by this bug too, cannot update at least 3 pkgs on my system > (using Gentoo). > > what is worst is that include/VG/openvg.h exposes the vg* api while the code > uses the vega* api. > > frankly I'm not sure how this commit was approved, it broke backwards > comparability and is partial. s/comparability/compatibility/g Did you try the next commit (34f15903d6f5807b34a4c9be6d8daaedbbdd64bc)? It fixed a mistake in the patch this was bisected to. Tried now. Still bad. Dagg, The issue introduced by 75143ef05576ee9f25ee176bc28c3c4d03705bf5 is different from this one. Please try to keep one bugeport per issue - open a new ticket and add the commit author to the Cc list. Matt, I'm guessing that you will be able to easily reproduce, at least I did without even trying (don't think I'll have time to look into it any time soon). Just an idea: considering the way the whole dispatch is build (almost every time 2 different libraries are built), we might be off moving the headers to noinst_HEADERS. That will keep automake/make dist happy. (In reply to comment #8) > Dagg, > The issue introduced by 75143ef05576ee9f25ee176bc28c3c4d03705bf5 is > different from this one. Please try to keep one bugeport per issue - open a > new ticket and add the commit author to the Cc list. Emil, I'm not sure how you've decided is different from this one, I get a bunch of undefined reference to `vg*' errors on linking for multiple pkgs, looking at the title and at the commit I've mentioned, it shows that the exact vg funcs are replaced by vega funcs. nonetheless, I'll open an new bug on the matter. (In reply to comment #3) > 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 is the first bad commit > commit 144bbb7b78ecac33c62c6dc28df1747a73c4eb39 > Author: Matt Turner <mattst88@gmail.com> > Date: Sun Nov 10 19:01:58 2013 -0800 > > glapi/build: Add headers to distribution. > > Acked-by: Emil Velikov <emil.l.velikov@gmail.com> > > :040000 040000 ff16728fbfb4be2efd29189bfa01cde90300e2f8 > 452478ea59b48f9d28300f90fb38e3cb4f1ac66e M src In this commit, entry.c is removed from $(MAPI_FILES) in src/mapi/Makefile.sources. Adding it back should fix this bug. (Sorry that I am about to board a plane to verify it) Created attachment 97975 [details] [review] patch to fix build for libOpenVG Chia-I Wu is right. (In reply to comment #11) > Created attachment 97975 [details] [review] [review] > patch to fix build for libOpenVG Would you attach a git-formatted patch, preferably with your real name, etc? I'll commit that. Created attachment 97995 [details] [review] patch in git email format (In reply to comment #14) > Created attachment 97995 [details] [review] [review] > patch in git email format Thanks, committed. *** Bug 77917 has been marked as a duplicate of this bug. *** |
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.