Bug 20839
| Summary: | Kernel version not consist with include file in /usr/include/linux | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | rhcohen <rcohen> |
| Component: | kernel | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED NOTABUG | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | dr |
| 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: | 2000-11-15 08:02:31 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
rhcohen
2000-11-14 17:40:47 UTC
crap, I should have searched the previous bug reports before submitting this one, sorry. But if 'make mrproper' is the "proper" way to build the kernel from the kernel-source package, you might want to modify the kernel-2.2.spec spec file to not include the include/modules directory. Although in looking at that spec file, I really can't see how to do that, sorry. forget that last comment, I added that to the wrong bug. Sorry. The headers in /usr/include are glibc headers, not kernel headers. The kernel headers are in /usr/src/linux/include. These happened to be the same in the past but for compatibility reasons, are not now. This bug is a dupe btw.. |