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 1050063

Summary: Trivial change to icu-config to support ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: icuAssignee: Eike Rathke <erack>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: denis.arnaud_fedora, erack
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-25 18:10:04 UTC Type: Bug
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: 1049265    
Bug Blocks: 1051573    

Description Brent Baude 2014-01-08 16:46:57 UTC
The ppc64le architecture needs the following change to install itself properly.


Index: icu/icu-config.sh
===================================================================
--- icu.orig/icu-config.sh
+++ icu/icu-config.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 OOO_ARCH=$(uname -m)
 case $OOO_ARCH in
-	x86_64 | s390x | ppc64 | sparc64 | aarch64)
+	x86_64 | s390x | ppc64 | sparc64 | aarch64 | ppc64le )
 		bits=64
 		;;
 	* )

Comment 1 Eike Rathke 2014-01-10 20:25:45 UTC
Thanks, I'll add this when doing the next upgrade, see bug 1049265.

Comment 2 Eike Rathke 2014-02-12 10:12:04 UTC
icu-52.1-1.fc21