Bug 427558

Summary: mesa spec change to build on ia64
Product: [Fedora] Fedora Reporter: Doug Chapman <dchapman>
Component: mesaAssignee: Adam Jackson <ajax>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: xgl-maint
Target Milestone: ---   
Target Release: ---   
Hardware: ia64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-11 21:20:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 163350    

Description Doug Chapman 2008-01-04 18:07:42 UTC
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:

Comment 1 Adam Jackson 2008-01-22 18:10:49 UTC
No.  DRI is expected to work on ia64.

What's the build failure you're hitting?

Comment 2 Doug Chapman 2008-01-22 21:40:43 UTC
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....




Comment 3 Adam Jackson 2008-02-11 20:51:21 UTC
Alright, diked that code out for ia64 in mesa-7.1-0.9.fc9.  Try again please?

Comment 4 Doug Chapman 2008-02-11 21:20:17 UTC
I get past this error now.  I hit new errors but I will file a new BZ for that
after I investigate.

thanks,

- Doug