Bug 471709
| Summary: | add sh architecture support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | CHIKAMA Masaki <masaki.chikama> | ||||
| Component: | hping3 | Assignee: | Paul Wouters <pwouters> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 10 | CC: | pwouters | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | sh4 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-01-24 02:37:53 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping merged patch for rawhide, epel, F-8,9,10 hping3-0.0.20051105-12.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update hping3'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-0877 hping3-0.0.20051105-11.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 323676 [details] hping3-bytesex-sh.patch Description of problem: This patch fixes compile failure on sh architecture. It can apply over "Patch1: hping3-bytesex.patch". --- hping3-20051105/bytesex.h.org 2008-11-13 18:48:05.000000000 +0900 +++ hping3-20051105/bytesex.h 2008-11-13 18:48:14.000000000 +0900 @@ -11,6 +11,7 @@ || defined(__alpha__) \ || defined(__x86_64__) \ || defined(__ia64__) \ + || defined(__sh__) \ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__))) #define BYTE_ORDER_LITTLE_ENDIAN #elif defined(__mc68000__) \ Version-Release number of selected component (if applicable): hping3-0.0.20051105-10