Bug 232203

Summary: gmp arch fixes broke alpha
Product: [Fedora] Fedora Reporter: Oliver Falk <oliver>
Component: gmpAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: high Docs Contact:
Priority: medium    
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-03-14 11:47:55 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-03-14 10:13:15 UTC
Description of problem:


Version-Release number of selected component (if applicable):
4.1.4-12

How reproducible:
Rebuild gmp 4.1.4-12 on alpha and try to use gmp.h

Additional info: Please include the following patch:
cvs diff: Diffing .
Index: gmp-mparam.h
===================================================================
RCS file: /cvs/dist/devel/gmp/gmp-mparam.h,v
retrieving revision 1.3
diff -r1.3 gmp-mparam.h
50a51,52
> #elif defiend(__alpha__)
> #include "gmp-mparam-alpha.h"
Index: gmp.h
===================================================================
RCS file: /cvs/dist/devel/gmp/gmp.h,v
retrieving revision 1.3
diff -r1.3 gmp.h
51a52,53
> #elfif defined(__alpha__)
> #include "gmp-alpha.h"

Comment 1 Thomas Woerner 2007-03-14 11:47:55 UTC
Fixed in rawhide in package gmp-4.1.4-12.1.

Comment 2 Oliver Falk 2007-03-14 12:11:48 UTC
It should be elif not elfif in gmp.h. Sorry.

Comment 3 Oliver Falk 2007-03-14 12:16:28 UTC
And please add %{?dist} to release tag.