Bug 31988
Summary: | Missing entries in autoconf.h | ||
---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Stefan Sorensen <sts> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.0 | CC: | pfrields |
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: | 2004-10-26 01:51:40 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
Stefan Sorensen
2001-03-16 15:15:01 UTC
What do you need /usr/include/linux/autoconf.h for ? /usr/include/linux/autoconf.h isn't really a problem, but /usr/src/linux/include/linux/autoconf.h is needed when building drivers external to the kernel tree (like ALSA). Other missing entries include AGPGART_MODULE and PROC_FS which are used by Nvidia's kernel module (and other's I'm usre). Missing from where? /usr/include ? The kernel the NVidia drivers for Red Hat Linux 7.1 were built against ? There are entires missing from /lib/modules/.../build/include/autoconf.h which is a symlink back to the kernel sources in /usr/src |