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

Bug 17226

Summary: depmod gives unresolved symbols gr_search_file & gr_handle_alertkill when installing 2.4.20-gentoo-r1 kernel
Product: Gentoo Linux Reporter: Stewart Jeacocke <stewart>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: critical    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.jeacocke.org.uk/~stewart/gentoo/linux-2.4.20-gentoo-r1-config
Whiteboard:
Package list:
Runtime testing required: ---

Description Stewart Jeacocke 2003-03-10 11:16:23 UTC
I get the following error when running "nice make dep && nice make clean bzImage modules 
modules_install", 
 
depmod: *** Unresolved symbols in  
/lib/modules/2.4.20-gentoo-r1/kernel/net/unix/unix.o 
depmod:         gr_search_file 
depmod:         gr_handle_alertkill 
 
My .config file can be seen at 
http://www.jeacocke.org.uk/~stewart/gentoo/linux-2.4.20-gentoo-r1-config 
 
Workaround: I build "Unix domain sockets" into the kernel rather than as a module. 

Reproducible: Always
Steps to Reproduce:
1. cd /usr/src 
2. rm linux 
3. ln -s linux-2.4.20-gentoo-r1 linux 
4. make mrproper 
5. make menuconfig 
6. nice make dep && nice make clean bzImage modules modules_install 
Actual Results:  
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/net/unix/unix.o 
depmod:         gr_search_file 
depmod:         gr_handle_alertkill 


Portage 2.0.47-r8 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2) 
================================================================= 
System uname: 2.4.20-gentoo-r1 i686 AMD Athlon(tm) XP 1600+ 
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt encode gif gpm jpeg libg++ mikmod mmx mpeg ncurses nls 
pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts tetex svga 
java sdl tcpd pam libwww ssl perl python imlib oggvorbis motif opengl X qt kde alsa cups -gtk 
-gnome -esd" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Stewart Jeacocke 2003-03-10 13:56:48 UTC
Sorry this was a duplicate of bug #13888 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-03-10 15:57:30 UTC

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