Description of problem: We are in the process of bringing up fedora on ia64. the mesa spec file needs a small change to build. Could you please change the line: %ifarch s390 s390 to %ifarch s390 s390x ia64 thanks, - Doug Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
No. DRI is expected to work on ia64. What's the build failure you're hitting?
ajax, There is some x86 asm code that it is hitting. Perhaps there is another way to avoid this without just shutting off DRI support alltogether for mesa. intel_tex.c: In function 'fastrdtsc': intel_tex.c:108: error: unknown register name 'edx' in 'asm' intel_tex.c:108: error: unknown register name 'ecx' in 'asm' make[6]: *** [intel_tex.o] Error 1 make[6]: *** Waiting for unfinished jobs....
Alright, diked that code out for ia64 in mesa-7.1-0.9.fc9. Try again please?
I get past this error now. I hit new errors but I will file a new BZ for that after I investigate. thanks, - Doug