Bug 185615

Summary: pikdev fails to build on ppc because <sys/io.h> seems to not exist on this arch
Product: [Fedora] Fedora Reporter: Alain Portal <alain.portal>
Component: pikdevAssignee: Alain Portal <alain.portal>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-04-07 11:05:48 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:
Bug Depends On:    
Bug Blocks: 179260    

Description Alain Portal 2006-03-16 13:03:19 UTC
Description of problem:  
  
pikdev fails to build on ppc because <sys/io.h> don't exist in glibc for this  
arch.  
I know nothing about ppc computers, but they probably don't have I/O like PC. 
  
Version-Release number of selected component (if applicable):  
  
  
How reproducible:  
 
Compile pikdev 
  
Steps to Reproduce:  
1. ./configure 
2. make 
3.  
    
Actual results:  
 
gcc hardware.cc -c -Wall -pedantic -ansi -O2 -DPKP_VERSION=0.8.4 
In file included from hardware.cc:7: 
uparport.hh:21:21: error: sys/io.h: No such file or directory 
make: *** [hardware.o] Error 1 
  
Expected results:  
  
A binary 
 
Additional info:

Comment 1 David Woodhouse 2006-04-05 13:14:50 UTC
uparport.hh is for the ppdev devices -- it shouldn't be using direct hardware
mangling at all. If you just remove the offending #include, it appears to build
fine.


Comment 2 Alain Portal 2006-04-07 09:05:28 UTC
Sorry but because my english, I'm not sure to understand what you mean. 
Do I have to remove "#include <sys/io.h>" in uparport.hh? 

Comment 3 Alain Portal 2006-04-07 11:05:48 UTC
Seems to be the solution as built is OK. So close this bug.