Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17581 - Unresolved Symbols on kernel Compilation with 2.4.20 kernel sources
Summary: Unresolved Symbols on kernel Compilation with 2.4.20 kernel sources
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-15 16:36 UTC by Alan Bocutt
Modified: 2003-04-15 19:16 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 Alan Bocutt 2003-03-15 16:36:40 UTC
When compiling kernel so as to add functionality for DVD playback with xine
final lines of kernel compile are

[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/kernel'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/kernel'
make -C  arch/i386/mm modules_install
make[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/mm'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/mm'
make -C  arch/i386/lib modules_install
make[1]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/lib'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/arch/i386/lib'
cd /lib/modules/2.4.20-gentoo-r1; \
mkdir -p pcmcia; \
find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.20-gentoo-r1; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.20-gentoo-r1/kernel/drivers/char/drm/sis.o
depmod:         sis_malloc_Ra3329ed5
depmod:         sis_free_Rced25333



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jay Pfeifer (RETIRED) gentoo-dev 2003-04-15 19:16:22 UTC
this does not seem to be an issue in gentoos-sources-2.4.20-r3 
 
please try this kernel and reopen if your issue persists. 
 
Thanks, 
 
Jay