Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40878 - nvidia-kernel 4496-r3 emerges module to incorrect path
Summary: nvidia-kernel 4496-r3 emerges module to incorrect path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-08 13:41 UTC by Mike Caley
Modified: 2004-04-22 05:11 UTC (History)
1 user (show)

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 Mike Caley 2004-02-08 13:41:16 UTC
When I emerge nvidia-kernel-1.0.4496-r3 the module is put into the path /lib/modules/2.6./.  Obviously this is the wrong place and modprobe can't load the module anymore.  I've tried this on kernel gentoo-dev-sources 2.6.1-2.6.2 and they're the same result.  I believe it's something in the ebuild under the get_KV_info() funtion but I can't be entirely sure (I can't read it well :).

The module works correctly because I can insmod it.

Reproducible: Always
Steps to Reproduce:
1. emerge nvidia-kernel
2. Look in /lib/modules/ for the directory 2.6.

Actual Results:  
The "video" directory that contained the nvidia.o module turned up in the
incorrect path.

Expected Results:  
Found the micro kernel version so that the module could be put in the right place.

Portage 2.0.50 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.2-gentoo)
=================================================================
System uname: 2.6.2-gentoo i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.13
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -funroll-loops -pipe -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -pipe -fstack-protector"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://ftp.easynet.nl/mirror/gentoo/ ftp://cs.ubishops.ca/pub/gentoo
ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/ http://adelie.polymtl.ca/"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="S3TC X aalib acpi acpi4linux alsa apache2 apm avi berkdb cdr crypt cups dvd
esd foomaticdb gdbm gif gpm gtk gtk2 imap imlib java javascript joystick jpeg
libg++ libwww mad maildir md5sum memlimit mikmod mmx motif mpeg music mysql
ncurses nls nvidia offensive oggvorbis opengl pam pdflib perl png python
quicktime readline samba sdl slang spell sse ssl stroke svga tcltk tcpd tetex
truetype unicode usb videos x86 xchattext xml2 xmms xv zlib"
Comment 1 Andrew Bevitt 2004-04-15 08:02:46 UTC
It works here now... 
Can you sync up and try this again..
Comment 2 Mike Caley 2004-04-22 05:11:34 UTC
Looks like it's fixed here now too.  Thanks.