From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.0 (like Gecko) Description of problem: I could not file mesa to file a bug directly under bugzilla! Mesa 6.4.1 fixes some number of important bugs that are causing crashes on some systems. It compiled out the box except: 1. I did include patch0 that was commented out in the spec file. 2. For x86_64 systems I had to replace -#include "assyntax.h" +#include "../x86/assyntax.h" in Mesa-6.4.1/src/mesa/x86-64/glapi_x86-64.S file. I am not sure if this is the right thing but the include file is only there. Version-Release number of selected component (if applicable): mesa-6.4-6 How reproducible: Always Steps to Reproduce: 1. Please update mesa to 6.4.1 2. 3. Additional info:
Thanks for the report. Yeah, the assyntax solution you suggested, is the same one that got checked into mesa cvs 6.4 branch not long after 6.4.1 was released. Current rawhide is mesa-6.4.1 with a patch to fix the assyntax issue for x86_64.