Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376875 - net-libs/nativebiginteger: Support non-x86
Summary: net-libs/nativebiginteger: Support non-x86
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-07-29 09:28 UTC by Dennis Schridde
Modified: 2011-08-03 17:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to allow compilation on non-x86 (nativebiginteger-0.6.4-r3.ebuild.patch,1.14 KB, patch)
2011-07-29 09:29 UTC, Dennis Schridde
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2011-07-29 09:28:46 UTC
Attached patch allows to build net-libs/nativebiginteger-0.6.4-r3 on non-x86 architectures.

The problem there is that jcpuid is only available for x86, but NativeBigInteger tries to install it unconditionally. The patch removes the failing "install" lines from the makefile using sed if a non-x86 arch is detected.

This also adds KEYWORDS=~ia64, since that is the arch I tested this with.

Reproducible: Always
Comment 1 Dennis Schridde 2011-07-29 09:29:53 UTC
Created attachment 281409 [details, diff]
patch to allow compilation on non-x86
Comment 2 Thomas Sachau gentoo-dev 2011-08-03 17:54:14 UTC
You can use the latest version of nativebiginteger, so i wont change older versions for this.
If you want an additional keyword, you will have to open a keywording request for the ebuild (and dependencies).