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: | pikdev | Assignee: | Alain Portal <alain.portal> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | 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 | ||
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. 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? Seems to be the solution as built is OK. So close this bug. |
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: