Bug 73458

Summary: /usr/include/asm/fixmap.h is missing
Product: [Retired] Red Hat Linux Reporter: Ed Friedman <edfriedmangvs>
Component: glibc-kernheadersAssignee: Arjan van de Ven <arjanv>
Status: CLOSED WORKSFORME QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-08-19 17:50:25 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:

Description Ed Friedman 2002-09-04 22:08:08 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.79 [en] (X11; U; Linux 2.4.18-10 i686)

Description of problem:
/usr/include/asm/pgalloc.h tries to include /usr/include/asm/fixmap.h, but that
file does not exist

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.more /usr/include/asm/pgalloc.h   (look at line #6)
2.ls /usr/include/asm/fixmap.h
3.
	

Actual Results:  ls: /usr/include/asm/fixmap.h: No such file or directory


Expected Results:  /usr/include/asm/fixmap.h


Additional info:

This bug is especially insiduous since it causes NVIDIA driver installation to
fail when making the kernel from the tar.gz file.

Comment 1 Arjan van de Ven 2002-09-04 22:09:33 UTC
why are you including pgalloc.h in a userspace program?

Comment 2 Arjan van de Ven 2003-08-19 17:50:25 UTC
closing due to inactivity