Bug 81566
| Summary: | Kernel build breaks with CONFIG_PROFILING not defined | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <hamilton> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| 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-09-30 15:40:23 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 79579, 100644 | ||
Thanks for the bug report. However, Red Hat no longer maintains this version of the product. Please upgrade to the latest version and open a new bug if the problem persists. The Fedora Legacy project (http://fedoralegacy.org/) maintains some older releases, and if you believe this bug is interesting to them, please report the problem in the bug tracker at: http://bugzilla.fedora.us/ |
Description of problem: Kernel build breaks with CONFIG_PROFILING not defined. Version-Release number of selected component (if applicable): kernel-source-2.4.20-2.9 How reproducible: Always. Steps to Reproduce: 1. make config 2. undefine CONFIG_PROFILING 3. make dep bzImage Actual results: ... make[1]: Entering directory `/usr/src/linux-2.4.20-2.9' ld -m elf_i386 -T /usr/src/linux-2.4.20-2.9/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o --start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o drivers/video/video.o drivers/media/media.o net/network.o crypto/crypto.o /usr/src/linux-2.4.20-2.9/arch/i386/lib/lib.a /usr/src/linux-2.4.20-2.9/lib/lib.a /usr/src/linux-2.4.20-2.9/arch/i386/lib/lib.a --end-group -o vmlinux arch/i386/kernel/kernel.o(.data+0x464): In function `sys_call_table': : undefined reference to `sys_lookup_dcookie' make[1]: *** [kallsyms] Error 1 make[1]: Leaving directory `/usr/src/linux-2.4.20-2.9' make: *** [vmlinux] Error 2 Expected results: Builded kernel.