https://bugs.freedesktop.org/show_bug.cgi?id=47649
--- Comment #2 from Kristian Høgsberg <k...@bitplanet.net> 2012-03-27 08:10:59 PDT --- (In reply to comment #1) > This compile bug is still reproducible. It is broking building packages of git > mesa, so users can't test new features. > > Can someone fix it or revert the commit? I can not reproduce this build bug with a clean checkout of mesa: I use: ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-dri-drivers=i965 --with-egl-platforms=x11,drm,wayland --enable-shared-glapi --with-gallium-drivers=swrast --enable-gles2 and the only important part here should be --enable-shared-glapi, which I see you also use. Right after typing make, I get [krh@minato mesa]$ make -j5 make[1]: Entering directory `/home/krh/src/tmp-build/mesa/src' Making sources for autoconf gmake[2]: Entering directory `/home/krh/src/tmp-build/mesa/src/mapi/shared-glapi' python2 ../../../src/mapi/mapi/mapi_abi.py --mode lib --printer shared-glapi ../../../src/mapi/glapi/gen/gl_and_es_API.xml > glapi_mapi_tmp.h gmake all-am It looks like your packages touch the mapi files a bit, so maybe it's a problem in the patches you have? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev