Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 13552

Summary: linux-2.4.19-gentoo-r10 can't compile due to undefinded reference in functions sis_fb_alloc sis_fb_free sis_final_context
Product: Gentoo Linux Reporter: Stephan Bieker <s.bieker>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: 1.4_rc2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephan Bieker 2003-01-09 03:47:06 UTC
Compiling of the kernel leaves with error:
make[2]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r10/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.4.19-gentoo-r10/arch/i386/lib'
gcc -E -C -P -I/usr/src/linux-2.4.19-gentoo-r10/include -
imacros /usr/src/linux-2.4.19-gentoo-r10/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.19-gentoo-r10/arch/i386/vmlinux.lds -e 
stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/ma
in.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/char/char.o drivers/block/block.o 
drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/cha
r/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o 
drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/pci/driver.o 
drivers/pnp/pnp.
o drivers/video/video.o drivers/message/i2o/i2o.o drivers/i2c/i2c.o 
drivers/evms/evmsdrvr.o \
        net/network.o \
        grsecurity/grsec.o \
        crypto/crypto.o \
        /usr/src/linux-2.4.19-gentoo-r10/arch/i386/lib/lib.a /usr/src/linux-
2.4.19-gentoo-r10/lib/lib.a /usr/src/linux-2.4.19-gentoo-r10/arch/
i386/lib/lib.a \
        --end-group \
        -o vmlinux
drivers/char/drm/drm.o(.text+0x5b1c): In function `sis_fb_alloc':
: undefined reference to `sis_malloc'
drivers/char/drm/drm.o(.text+0x5ba7): In function `sis_fb_alloc':
: undefined reference to `sis_free'
drivers/char/drm/drm.o(.text+0x5bf1): In function `sis_fb_free':
: undefined reference to `sis_free'
drivers/char/drm/drm.o(.text+0x5f25): In function `sis_final_context':
: undefined reference to `sis_free'
make: *** [vmlinux] Error 1
Comment 1 Stephan Bieker 2003-01-09 04:33:29 UTC
Was part of the agppart. The SIS 630 isnt compatible. So ther comes this 
errormessage.