Bug 446600

Summary: Missing support for Super-H (sh3,sh4) in configure multilib patch
Product: [Fedora] Fedora Reporter: CHIKAMA Masaki <masaki.chikama>
Component: pciutilsAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: mhlavink
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: 2008-09-22 09:15:18 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:
Description Flags
pciutils-2.2.4-sh-linux.patch none

Description CHIKAMA Masaki 2008-05-15 09:59:23 UTC
Description of problem:

 This patch enables to compile on super-H(sh3,sh4) architecture.
It's forward ported for pciutils-2.2.10-1 getting from
http://www.sh-linux.org/

See also Bug #231790

--- lib/configure.orig  2007-12-07 01:57:19.000000000 +0900
+++ lib/configure       2007-12-07 02:00:42.000000000 +0900
@@ -55,6 +55,8 @@
 #define PCI_ARCH_S390
 #elif defined(__alpha__)
 #define PCI_ARCH_ALPHA
+#elif defined(__sh__)
+#define PCI_ARCH_SH
 #else
 #error Unknown Arch
 #endif

Comment 1 CHIKAMA Masaki 2008-05-15 09:59:23 UTC
Created attachment 305461 [details]
pciutils-2.2.4-sh-linux.patch

Comment 2 Michal Hlavinka 2008-09-22 09:15:18 UTC
fixed in pciutils-3.0.2-1.fc10

Comment 3 Fedora Update System 2008-09-22 10:22:10 UTC
pciutils-2.2.10-3.fc9 has been submitted as an update for Fedora 9.
http://admin.fedoraproject.org/updates/pciutils-2.2.10-3.fc9

Comment 4 Fedora Update System 2008-09-22 10:50:02 UTC
pciutils-2.2.9-2.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/pciutils-2.2.9-2.fc8

Comment 5 Fedora Update System 2008-10-20 20:26:49 UTC
pciutils-2.2.10-3.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2008-10-20 22:15:25 UTC
pciutils-2.2.9-2.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.