Bug 185615 - pikdev fails to build on ppc because <sys/io.h> seems to not exist on this arch
Summary: pikdev fails to build on ppc because <sys/io.h> seems to not exist on this arch
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: pikdev
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alain Portal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc
TreeView+ depends on / blocked
 
Reported: 2006-03-16 13:03 UTC by Alain Portal
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.8.4
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-07 11:05:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.  


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