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

Bug 25968

Summary: svgalib-1.9.17-r2 still not emerging with kernel 2.6.0-pre2
Product: Gentoo Linux Reporter: Theofilos Intzoglou <int.teo>
Component: New packagesAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Theofilos Intzoglou 2003-08-05 11:26:51 UTC
svgalib-1.9.17-r2 still not emerging with kernel 2.6.0-pre2. I get the following
error:

<snip various gcc staff that seems to be ok>

gcc -O2 -DLINUX -Dlinux -D__KERNEL__ -DMODULE  -nostdinc -iwithprefix include
-DKBUILD_MODNAME="svgalib_helper"
-I/var/tmp/portage/svgalib-1.9.17-r2/work/svgalib-1.9.17/kernel/svgalib_helper/include
-I. -I/usr/src/linux/include -I/usr/src/linux/include/asm/mach-default
-DSVGALIB_HELPER_MAJOR=209 -DMODVERSIONS -include
/usr/src/linux/include/linux/modversions.h -M *.c > .depend
<built-in>:1:8: /usr/src/linux/include/linux/modversions.h: No such file or
directory
<built-in>:1:8: /usr/src/linux/include/linux/modversions.h: No such file or
directory
<built-in>:1:8: /usr/src/linux/include/linux/modversions.h: No such file or
directory
make: *** [.depend] Error 1
make: Leaving directory
`/var/tmp/portage/svgalib-1.9.17-r2/work/svgalib-1.9.17/kernel/svgalib_helper'

!!! ERROR: media-libs/svgalib-1.9.17-r2 failed.
!!! Function src_compile, Line 52, Exitcode 2
!!! Failed to build kernel module!
Comment 1 Theofilos Intzoglou 2003-08-05 11:27:22 UTC
emerge info following:
----------------------

Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.6.0-test2 i686 AMD Athlon(tm) XP 1700+
GENTOO_MIRRORS="ftp://ftp.ntua.gr/pub/linux/gentoo http://194.83.57.7/sites/www.ibiblio.org/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://gentoo.linux.no/"
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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/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="/usr/local/portage"
USE="x86 foomaticdb libg++ libwww nls gtkhtml gdbm berkdb slang bonobo ggi mysql tcpd ssl perl python imlib motif cdr -3dfx 3dnow aalib alsa apm -arts avi canna cjk crypt cups dga doc dvd -emacs encode -esd gif -gnome gpm gtk gtk2 -java -jack jpeg -kde lirc mad -maildir mbox -mikmod mmx mozilla mpeg -mpi -nas ncurses odbc oggvorbis opengl oss pam -pcmcia -pda ppds pdflib png qt quicktime readline samba sdl sse spell svga tcltk tetex tiff truetype usb -voodoo3 wmf -wxWindows X Xaw3d xface xml xml2 xmms xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -march=athlon-xp -O2 -pipe"
CXXFLAGS="-mcpu=athlon-xp -march=athlon-xp -O2 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="sandbox userpriv usersandbox ccache fixpackages"
Comment 2 SpanKY gentoo-dev 2003-08-05 21:04:58 UTC
do you have module support built in ? 
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2003-08-05 21:38:55 UTC
You need module support.  And it is 2.6.0-test2.  Thanks.
Comment 4 Theofilos Intzoglou 2003-08-06 01:51:33 UTC
I have module support build in for sure as I use quite a lot of modules (I need it for nvidia driver too). I hope it is because of test2 kernel. Thanks for the info!
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2003-08-06 13:23:07 UTC
Bleh, sorry for this :(  I did try to test as best possible, but I forgot that my
2.5/6 kernels do not have CONFIG_MODVERSIONS set anymore.  Should really be
fixed in -r3 =)