Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43251 - Kernel 2.6.3-gentoo-r2 fails modules_install with: WARNING: /lib/modules/2.6.3-gentoo-r2/kernel/crypto/ucl.ko needs unknown symbol _GLOBAL_OFFSET_TABLE_
Summary: Kernel 2.6.3-gentoo-r2 fails modules_install with: WARNING: /lib/modules/2.6....
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-28 22:16 UTC by Adrian Head
Modified: 2004-03-20 16:47 UTC (History)
0 users

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


Attachments
Config file for kernel (.config,28.01 KB, text/plain)
2004-02-28 22:17 UTC, Adrian Head
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Head 2004-02-28 22:16:27 UTC
When compiling the 2.6.3-r2 kernel it fails because of missing symbols in the kernel module ucl.ko

I've tried this a couple of times now with the same results.

Reproducible: Always
Steps to Reproduce:
1.  ACCEPT_KEYWORDS="~x86" emerge gentoo-dev-sources
2.  mount /boot; cd /usr/src;  ln -sf linux-2.6.3-r2 linux; cd linux; make mrproper
2.  make oldconfig && make bzImage modules modules_install install
3.

Actual Results:  
  INSTALL drivers/net/tun.ko 
  INSTALL crypto/twofish.ko 
  INSTALL crypto/ucl.ko 
  INSTALL fs/udf/udf.ko 
  INSTALL drivers/usb/host/uhci-hcd.ko 
  INSTALL drivers/usb/storage/usb-storage.ko 
  INSTALL drivers/usb/core/usbcore.ko 
  INSTALL fs/vfat/vfat.ko 
  INSTALL drivers/i2c/chips/w83781d.ko 
  INSTALL drivers/i2c/chips/w83l785ts.ko 
  INSTALL net/xfrm/xfrm_user.ko 
  INSTALL fs/xfs/xfs.ko 
  INSTALL lib/zlib_deflate/zlib_deflate.ko 
  INSTALL lib/zlib_inflate/zlib_inflate.ko 
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.3-gentoo-r2; fi 
WARNING: /lib/modules/2.6.3-gentoo-r2/kernel/crypto/ucl.ko needs unknown 
symbol _GLOBAL_OFFSET_TABLE_ 
 

Expected Results:  
Completed the modules install and successfully complete the depmod.  

akh@heady akh $ emerge info 
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 
2.6.3-gentoo-r1) 
================================================================= 
System uname: 2.6.3-gentoo-r1 i686 Pentium III (Coppermine) 
Gentoo Base System version 1.4.3.13 
ccache version 2.3 [enabled] 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.7.7 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs buildpkg ccache sandbox userpriv usersandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages/pentium3" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X X509 aalib acl acpi acpi4linux alsa apache2 apm arts artswrappersuid 
avantgo avi bindist caps crypt cups dedicated dga directfb doc dv encode 
ethereal evms2 faad fam fastcgi fbcon flash foomaticdb freetds gd gdbm ggi gif 
gphoto2 gtk hostap-noplx i8x0 imap imlib ipv6 java jbig jikes jpeg kde lcms 
libg++ libwww mad maildir matroska mcal memlimit mikmod mmx mpeg mpi nas 
ncurses nls nocd odbc oggvorbis opengl opie oss pam parse-clocks pda pdflib 
perl pg-hier pic plotutils png postgres ppds prelude python qt quicktime 
readline samba sasl sdl skey slang slp snmp spell sse ssl svga tcpd tetex tiff 
truetype unicode usb video_cards_i810 vim-with-x wavelan wmf x86 xfs xml xml2 
xmms xosd xv zlib"
Comment 1 Adrian Head 2004-02-28 22:17:43 UTC
Created attachment 26556 [details]
Config file for kernel

This is my config file for the kernel.
Comment 2 Adrian Head 2004-03-20 16:47:25 UTC
Just noticed that 2.6.3-gentoo-r2 has been replaced with 2.6.4-gentoo-r1 so I'll close this bug now.... as it doesn't relate to the new gentoo-dev-sources.