Bug 179067
| Summary: | Kernel compile error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Orr <michael_orr25> |
| Component: | kernel | Assignee: | Dave Jones <davej> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | pfrields, wtogami |
| 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: | 2006-01-27 21:20:12 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
Michael Orr
2006-01-26 22:19:46 UTC
looks like you're not building from the src.rpm, but the -devel package. *** This bug has been marked as a duplicate of 126342 *** (In reply to comment #1) > looks like you're not building from the src.rpm, but the -devel package. > > > *** This bug has been marked as a duplicate of 126342 *** According to the Fedora 4 Release Notes (http://fedora.redhat.com/docs/release-notes/fc4/errata/#sn-kernel): 7.2.2.2. Kernel Flavors Fedora Core includes the following kernel builds: * Native kernel, in both uniprocessor and SMP varieties. Configured sources are available in the kernel-devel-<version>.<arch>.rpm package. * Virtual kernel for use with the Xen emulator package. Configured sources are available in the kernel-xen0-devel-<version>.<arch>.rpm package. Sources for both kernel flavors may be installed at the same time. The files will be installed into the /usr/src/kernels/<version>[-xen0]-<arch>/ tree. Use the command: rpm -Uvh kernel-devel[-xen0]-<version>.<arch>.rpm |