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$ -----
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?
(In reply to comment #1) No more build failure with the latest git-151bf6e.
(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?
(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
(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.