Bug 335711

Summary: Why not warzone on x86_64 and ppc64 and...
Product: [Fedora] Fedora Reporter: Oliver Falk <oliver>
Component: warzone2100Assignee: Karol Trzcionka <karlikt>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-17 14:49:07 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:

Description Oliver Falk 2007-10-17 07:22:27 UTC
While rebuilding the fcdevel tree for AlphaCore, I recognized, that x86_64 and
ppc64 are excluded in warzone2100. Well when I rebuild it on alpha, at some
point (http://buildsys.zero42.at/koji/getfile?taskID=47748&name=build.log), gcc
gets invoked with -m32; Well that might be the ExcludeArch reason for x86_64 and
ppc64...

So either fix the -m32, or use ExclusiveArch: ppc i386.

What does upstream say? Does it only work on 32 bit archs!?

Comment 1 Karol Trzcionka 2007-10-17 14:49:07 UTC
warzone2100 is prepared only for 32-bit archs. Upstream works on it and the new
version from cvs compiles correctly on 64-bit.

*** This bug has been marked as a duplicate of 223992 ***

Comment 2 Oliver Falk 2007-10-17 14:58:41 UTC
Can you please update or use ExclusiveArch until the code is clean and in cvs!?

Comment 3 Karol Trzcionka 2007-10-17 15:26:58 UTC
Ok, I've changed the 
ExcludeArch: x86_64 ppc64
to
ExclusiveArch: ppc i386