Introduced with http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e9028b ./autogen.sh src/gallium/state_trackers/egl/Makefile.sources:20: warning: variable 'gdi_SOURCES' is defined but no program or src/gallium/state_trackers/egl/Makefile.sources:20: library has 'gdi' as canonical name (possible typo) src/gallium/state_trackers/egl/Makefile.am:25: 'src/gallium/state_trackers/egl/Makefile.sources' included from here src/gallium/state_trackers/egl/Makefile.sources:10: warning: variable 'android_SOURCES' is defined but no program or src/gallium/state_trackers/egl/Makefile.sources:10: library has 'android' as canonical name (possible typo) src/gallium/state_trackers/egl/Makefile.am:25: 'src/gallium/state_trackers/egl/Makefile.sources' included from here
Thanks for reporting this Johannes, I wonder how many people did notice this (btw you're not the first one :) AFAICS these warnings are harmless and should not cause any issues. There is a patch/fix for it (sitting for about 2 weeks) and I'll include it in my next automake(build systems) patch set.
Please also remove -module from DRI_DRIVER_LDFLAGS and move it back to *_la_LDFLAGS to fix other warnings ... http://cgit.freedesktop.org/mesa/mesa/commit/?id=c207fa6 http://cgit.freedesktop.org/mesa/mesa/commit/?id=11e494a
Here, I've noticed those too, but I'd rather let the megadrivers work get merged first. With that said, I believe that the messages introduced by moving -module to DRI_DRIVER_LDFLAGS, are a bug in autoconf. My next batch will handle most (a few subdir-objects will remain) of the automake warning, apart from the usual cleanup/symmetry between build systems.
Just pushed fixes for both "issues"
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.