Bug 50482 - git mesa fails to build
Summary: git mesa fails to build
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 20:49 UTC by Jos van Wolput
Modified: 2014-03-22 22:51 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jos van Wolput 2012-05-29 20:49:00 UTC
The latest git mesa fails to build:
-----
make[2]: Entering directory `/home/jos/src/xorg/git/mesa/src/glx'
  CC     render2.lo
render2.c: In function '__indirect_glMap1d':
render2.c:49:4: error: implicit declaration of function '__glMap1d_size' [-Werror=implicit-function-declaration]
render2.c: In function '__indirect_glMap1f':
render2.c:116:4: error: implicit declaration of function '__glMap1f_size' [-Werror=implicit-function-declaration]
render2.c: In function '__indirect_glMap2d':
render2.c:180:4: error: implicit declaration of function '__glMap2d_size' [-Werror=implicit-function-declaration]
render2.c: In function '__indirect_glMap2f':
render2.c:258:4: error: implicit declaration of function '__glMap2f_size' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [render2.lo] Error 1
make[2]: Leaving directory `/home/jos/src/xorg/git/mesa/src/glx'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/jos/src/xorg/git/mesa/src'
make: *** [default] Error 1
jos@debian:~/src/xorg/git/mesa$ 
-----
Comment 1 Eric Anholt 2012-05-30 14:02:31 UTC
Can you provide your ./configure arguments so we can maybe reproduce the failure?  Do you have a range of commits for when the breakage was?
Comment 2 Jos van Wolput 2012-05-31 04:17:40 UTC
(In reply to comment #1)

No more build failure with the latest git-151bf6e.
Comment 3 Dâniel Fraga 2014-03-22 19:21:28 UTC
(In reply to comment #1)
> Can you provide your ./configure arguments so we can maybe reproduce the
> failure?  Do you have a range of commits for when the breakage was?

Well, I have the exact same issue with latest GIT. Here it's my configure:

./configure --prefix=/usr/xorg --libdir=/usr/xorg/lib64 --with-dri-drivers=i965 --with-gallium-drivers="" --enable-texture-float

Any hints?
Comment 4 Emil Velikov 2014-03-22 19:35:46 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Can you provide your ./configure arguments so we can maybe reproduce the
> > failure?  Do you have a range of commits for when the breakage was?
> 
> Well, I have the exact same issue with latest GIT. Here it's my configure:
> 
> ./configure --prefix=/usr/xorg --libdir=/usr/xorg/lib64
> --with-dri-drivers=i965 --with-gallium-drivers="" --enable-texture-float
> 
> Any hints?

The original problem was resolved nearly two years ago, I find it surprising that you're having the "exact same issue".

Would be better if you open fresh bug report, and provide all the information in there. The following would be nice to have
* the full configure/build log (please attach as plain text)
* the configure options that you're using
* the git sha, as "latest git" is an rapidly changing target.

Thanks
-Emil
Comment 5 Dâniel Fraga 2014-03-22 22:51:49 UTC
(In reply to comment #4)
> The original problem was resolved nearly two years ago, I find it surprising
> that you're having the "exact same issue".
> 
> Would be better if you open fresh bug report, and provide all the
> information in there. The following would be nice to have
> * the full configure/build log (please attach as plain text)
> * the configure options that you're using
> * the git sha, as "latest git" is an rapidly changing target.
> 
> Thanks
> -Emil

Ok, I'll open a new 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.