Bug 10791 - Missing asm/page.h on X86 kernel header install
Summary: Missing asm/page.h on X86 kernel header install
Status: REJECTED INVALID
Alias: None
Product: Other
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: other_other
URL:
Keywords:
: 10793 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-25 08:35 UTC by David Broadfoot
Modified: 2008-05-25 10:24 UTC (History)
1 user (show)

See Also:
Kernel Version: linux 2.6.26-rc3
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description David Broadfoot 2008-05-25 08:35:26 UTC
Latest working kernel version:2.6.24.0 (Last system build I did)
Earliest failing kernel version:
Distribution: CLFS -  SVN
Hardware Environment:X86
Software Environment:
Problem Description: While compiling Perl 5.8.8, it reports: 

"gcc -c   -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -pipe -Wdeclaration-after-statement-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fpic "-I../../.."   SysV.c
SysV.xs:7:25: error: asm/page.h: No such file or directory"

Steps to reproduce: Make the headers into a dir, and ls..... ummm......

I have not done a full system build science 2.6.24.0, and thus I am not sure when this was broken.


Dave
david@cross-lfs.org
Comment 1 Adrian Bunk 2008-05-25 10:19:22 UTC
*** Bug 10793 has been marked as a duplicate of this bug. ***
Comment 2 Adrian Bunk 2008-05-25 10:24:19 UTC
Perl should not have used this header, and it's already fixed in Perl 5.10.0

AFAIR you can simply remove the #include from ext/IPC/SysV/SysV.xs

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