Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35206 - linux-2.4.22-gentoo-r1 kernel does not compile
Summary: linux-2.4.22-gentoo-r1 kernel does not compile
Status: RESOLVED DUPLICATE of bug 35205
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-06 09:56 UTC by nachiketa sahoo
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nachiketa sahoo 2003-12-06 09:56:17 UTC
compile fails with 

bash-2.05b# make dep && make bzImage modules modules_install

...

gcc -E -C -P -I/usr/src/linux-2.4.22-gentoo-r1/include -imacros /usr/src/linux-2
.4.22-gentoo-r1/include/linux/config.h -imacros /usr/src/linux-2.4.22-gentoo-r1/
include/asm-i386/segment.h -imacros /usr/src/linux-2.4.22-gentoo-r1/include/asm-
i386/page_offset.h -Ui386 arch/i386/vmlinux.lds.S >arch/i386/vmlinux.lds
ld -m elf_i386 -T /usr/src/linux-2.4.22-gentoo-r1/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/f
s.o ipc/ipc.o \
         drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/n
et/net.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o dri
vers/pnp/pnp.o drivers/video/video.o drivers/usb/usbdrv.o drivers/media/media.o
\
        net/network.o \
        grsecurity/grsec.o \
        /usr/src/linux-2.4.22-gentoo-r1/arch/i386/lib/lib.a /usr/src/linux-2.4.2
2-gentoo-r1/lib/lib.a /usr/src/linux-2.4.22-gentoo-r1/arch/i386/lib/lib.a \
        --end-group \
        -o vmlinux
arch/i386/kernel/kernel.o(.text.init+0x1137): In function `parse_cmdline_early':
: undefined reference to `acpi_ht'
arch/i386/kernel/kernel.o(.text.init+0x1175): In function `parse_cmdline_early':
: undefined reference to `acpi_ht'
arch/i386/kernel/kernel.o(.text.init+0x11a1): In function `parse_cmdline_early':
: undefined reference to `acpi_ht'
arch/i386/kernel/kernel.o(.text.init+0x1902): In function `setup_arch':
: undefined reference to `acpi_boot_init'
arch/i386/kernel/kernel.o(.text.init+0x4165): In function `force_acpi_ht':
: undefined reference to `acpi_ht'
arch/i386/kernel/kernel.o(.text.init+0x4264): In function `dmi_check_blacklist':
: undefined reference to `acpi_ht'
arch/i386/kernel/kernel.o(.text.init+0x6274): In function `smp_boot_cpus':
: undefined reference to `acpi_lapic'
arch/i386/kernel/kernel.o(.text.init+0x6d49): In function `smp_read_mpc':
: undefined reference to `acpi_lapic'
arch/i386/kernel/kernel.o(.text.init+0x6e94): In function `smp_read_mpc':
: undefined reference to `acpi_lapic'
arch/i386/kernel/kernel.o(.text.init+0x7137): In function `get_smp_config':
: undefined reference to `acpi_lapic'
arch/i386/kernel/kernel.o(.text.init+0x7146): In function `get_smp_config':
: undefined reference to `acpi_ioapic'
arch/i386/kernel/kernel.o(.text.init+0x9572): In function `setup_IO_APIC':
: undefined reference to `acpi_ioapic'
arch/i386/kernel/kernel.o(.text.init+0x95e0): In function `setup_IO_APIC':
: undefined reference to `acpi_ioapic'
make: *** [vmlinux] Error 1
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-12-06 10:03:22 UTC

*** This bug has been marked as a duplicate of 35205 ***