Bug 1068898 - Make qt.sh ppc64le aware
Summary: Make qt.sh ppc64le aware
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: qt3
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-02-23 02:19 UTC by Brent Baude
Modified: 2014-02-23 02:48 UTC (History)
3 users (show)

Fixed In Version: qt3-3.3.8b-57.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-23 02:48:47 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.