Bug 106653 - Can't compile 2.4.22-1.2087.nptl kernel
Summary: Can't compile 2.4.22-1.2087.nptl kernel
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-09 04:16 UTC by Dax Kelson
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-10-09 07:11:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dax Kelson 2003-10-09 04:16:43 UTC
Description of problem:

Fully updated (via RHN) everything install test2.

cd /usr/src/linux-2.4
cp configs/kernel-2.4.22-i686.config .config
make oldconfig
make dep
make bzImage
[snip lots of output]
make[1]: Entering directory `/usr/src/linux-2.4.22-1.2087.nptl'
kallsyms pass 1
ld -m elf_i386 -T /usr/src/linux-2.4.22-1.2087.nptl/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/acpi/acpi.o
drivers/cpufreq/cpufreq.o drivers/char/char.o drivers/block/block.o
drivers/misc/misc.o drivers/net/net.o drivers/char/drm/drm.o drivers/net/fc/fc.o
drivers/net/appletalk/appletalk.o drivers/net/tokenring/tr.o
drivers/net/wan/wan.o drivers/atm/atm.o drivers/ide/idedriver.o
drivers/cdrom/driver.o drivers/pci/driver.o drivers/net/pcmcia/pcmcia_net.o
drivers/net/wireless/wireless_net.o drivers/pnp/pnp.o drivers/video/video.o
drivers/net/hamradio/hamradio.o drivers/media/media.o drivers/md/mddev.o
drivers/isdn/vmlinux-obj.o crypto/crypto.o drivers/sensors/sensor.o
net/network.o /usr/src/linux-2.4.22-1.2087.nptl/arch/i386/lib/lib.a
/usr/src/linux-2.4.22-1.2087.nptl/lib/lib.a
/usr/src/linux-2.4.22-1.2087.nptl/arch/i386/lib/lib.a --end-group -o .tmp_vmlinux1
kernel/kernel.o(.text+0xf9f): In function `schedule':
: undefined reference to `active_load_balance'
make[1]: *** [kallsyms] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2087.nptl'
make: *** [vmlinux] Error 2
[root@mentor linux-2.4]#

Comment 1 Bill Nottingham 2003-10-09 05:17:00 UTC
Did you change the compiler to gcc32, or are you building with gcc-3.3?

Comment 2 Dax Kelson 2003-10-09 05:30:38 UTC
I didn't change the CC, so I gcc v3.3. 

I just read through the spec file and noticed the use of gcc32.



Comment 3 Dax Kelson 2003-10-09 05:42:16 UTC
I didn't change it to ASSIGNED. Is that a new bugzilla feature?

Comment 4 Arjan van de Ven 2003-10-09 07:11:45 UTC
also you forgot make mrproper


Note You need to log in before you can comment on or make changes to this bug.