At git repository, driCreateConfigs function, defined in src/mesa/drivers/dri/common/utils.*, requred 9 arguments. Some using files (such as via_screen.c, swrast.c, etc.) try to call this function with only 7 arguments). Compilation crashes: swrast.c:181: error: too few arguments to function ‘driCreateConfigs’
(In reply to comment #0) > At git repository, driCreateConfigs function, defined in > src/mesa/drivers/dri/common/utils.*, requred 9 arguments. http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/drivers/dri/common/utils.c#n522 http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/drivers/dri/common/utils.h#n130 I couldn't confirm this ... which branch have you used?
> I couldn't confirm this ... > which branch have you used? Sorry for incomplete info. EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa" EGIT_BRANCH="gallium-0.2" EGIT_TREE="gallium-0.2" This is a piece of ebuild from nouveau overlay...
Please, do not file upstream bug reports based on only testing with the Mesa ebuild from the Nouveau overlay. I have no idea in what state that ebuild is, but there is a good chance it is broken. Nouveau does not support Gallium3D yet, and the same goes for the Mesa gallium3d ebuild. Try to reproduce by building Mesa git the official way, please. If you want to report bugs with or about the ebuild, I would suggest contacting Hanno Boeck from the ebuild's ChangeLog.
(In reply to comment #3) Thanks.
Mass version move, cvs -> git
Closing this as RESOLVED/INVALID based on comment 3 and 4.
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.