Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 935414 Details for
Bug 1134385
FTBFS on ppc64le
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
second part of ppc64le patch
hdf-ppc64le-part2.patch (text/plain), 887 bytes, created by
Menanteau Guy
on 2014-09-08 16:10:03 UTC
(
hide
)
Description:
second part of ppc64le patch
Filename:
MIME Type:
Creator:
Menanteau Guy
Created:
2014-09-08 16:10:03 UTC
Size:
887 bytes
patch
obsolete
>--- hdf-4.2.10/mfhdf/libsrc/xdrposix.c.patched >+++ hdf-4.2.10/mfhdf/libsrc/xdrposix.c >@@ -431,7 +431,7 @@ xdrposix_getlong(xdrs, lp) > #endif > { > unsigned char *up = (unsigned char *)lp ; >-#if (defined AIX5L64 || defined __powerpc64__ || defined __s390x__ || (defined __hpux && __LP64__)) >+#if (defined AIX5L64 || (defined __powerpc64__ && !defined __LITTLE_ENDIAN__) || defined __s390x__ || (defined __hpux && __LP64__)) > *lp = 0 ; > up += (sizeof(long) - 4) ; > #endif >@@ -458,7 +458,7 @@ xdrposix_putlong(xdrs, lp) > netlong mycopy = htonl(*lp); > up = (unsigned char *)&mycopy; > #endif >-#if (defined AIX5L64 || defined __powerpc64__ || defined __s390x__ || (defined __hpux && __LP64__)) >+#if (defined AIX5L64 || (defined __powerpc64__ && !defined __LITTLE_ENDIAN__) || defined __s390x__ || (defined __hpux && __LP64__)) > up += (sizeof(long) - 4) ; > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1134385
:
932702
|
932708
|
932709
|
934250
| 935414