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 1068898

Summary: Make qt.sh ppc64le aware
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: qt3Assignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: kevin, rdieter, than
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: qt3-3.3.8b-57.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-23 02:48:47 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:    
Bug Blocks: 1051573    

Description Brent Baude 2014-02-23 02:19:06 UTC
Please consider the following modification to rawhide to enable ppc64le for qt3:

[baude@localhost qt3]$ git diff
diff --git a/qt.sh b/qt.sh
index 4b298f5..df8d24e 100755
--- a/qt.sh
+++ b/qt.sh
@@ -9,7 +9,7 @@
 if [ -z "${QTDIR}" ]; then
 
 case `uname -m` in
-   x86_64 | ia64 | s390x | ppc64)
+   x86_64 | ia64 | s390x | ppc64 | ppc64le)
       QT_PREFIXES="/usr/lib64/qt-3.3 /usr/lib/qt-3.3" ;;
    * )
       QT_PREFIXES="/usr/lib/qt-3.3 /usr/lib64/qt-3.3" ;;

Comment 1 Kevin Kofler 2014-02-23 02:48:47 UTC
Done. I also fixed qt.csh, which wasn't even up-to-date for the current ppc64 setup (64-bit preferred).