Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 245456

Summary: please add arm support to the gmp package
Product: [Fedora] Fedora Reporter: Lennert Buytenhek <buytenh>
Component: gmpAssignee: Ivana Varekova <varekova>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideKeywords: Reopened
Target Milestone: ---   
Target Release: ---   
Hardware: arm9   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-07 14:08:39 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: 245418    
Attachments:
Description Flags
Spec file patch to set basearch to 'arm' on arm platforms.
none
Patch against gmp.h to include arm support.
none
Patch against gmp-mparam.h to include arm support.
none
Patch for gmp to fix ARM fp word order (no longer needed for gmp 4.2.) none

Description Lennert Buytenhek 2007-06-23 15:23:19 UTC
gmp currently doesn't build on arm platforms.  There are two issues:

1. arm isn't included in the ifdef trees in gmp.h/gmp-mparam.h.

2. gmp 4.1.2 makes incorrect assumptions about the floating point format
   on ARM systems, causing the testsuite to fail.  This is no longer an
   issue in upstream gmp, as gmp version 4.2 has moved the mpfr bits to
   a separate package, but Fedora still ships version 4.1.

I've attached patches that fix the above issues.  Please consider
applying the patches for (1), and please either consider applying the
patch for (2) or re-base gmp to a newer upstream version.

Thanks for your time.

Comment 1 Lennert Buytenhek 2007-06-23 15:23:19 UTC
Created attachment 157684 [details]
Spec file patch to set basearch to 'arm' on arm platforms.

Comment 2 Lennert Buytenhek 2007-06-23 15:25:02 UTC
Created attachment 157685 [details]
Patch against gmp.h to include arm support.

Comment 3 Lennert Buytenhek 2007-06-23 15:25:52 UTC
Created attachment 157686 [details]
Patch against gmp-mparam.h to include arm support.

Comment 4 Lennert Buytenhek 2007-06-23 15:29:31 UTC
Created attachment 157687 [details]
Patch for gmp to fix ARM fp word order (no longer needed for gmp 4.2.)

To understand this patch, note that there are three different
'double' formats on ARM systems:

1. Big-endian ARM systems, both old-ABI and EABI: big endian byte
   order, big endian word order.

2. Little-endian old-ABI ARM systems: little endian byte order,
   big endian word order.

3. Little-endian EABI ARM systems: little endian byte order, little
   endian word order.

Comment 5 Ivana Varekova 2007-08-07 11:59:51 UTC
Hello, 
now the actual version of gmp in Fedora is 4.2.1 so the second problem is fixed.
However the first part of this bug (including arm in ifdef parts) should be
fixed in the upstream version so everyone (not only FC users) could use it.
Could you please sent this patch to upstream maintainers (http://gmplib.org)? If
there is any problem please write here a comment.

Comment 6 Lennert Buytenhek 2007-08-07 12:24:04 UTC
Hello,

gmp.h and gmp-mparam.h are Fedora additions, not part of upstream gmp.

Also, the gmp.spec spec file that I submitted a patch for lives in
Fedora CVS only, and is not part of the upstream gmp distribution.


From gmp.h:

/*
 * This gmp.h is a wrapper include file for the original gmp.h, which has been
 * renamed to gmp-<arch>.h. There are conflicts for the original gmp.h on
 * multilib systems, which result from arch-specific configuration options.
 * Please do not use the arch-specific file directly.
 *
 * Copyright (C) 2006 Red Hat, Inc.
 * Thomas Woerner <twoerner@@redhat.com>
 */

Comment 7 Ivana Varekova 2007-08-07 14:08:39 UTC
Ops sorry, you are right. Fixed in gmp-4.2.1-2.fc8.