Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
genkernel compile error[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Mon Jul 02, 2007 11:27 pm    Post subject: genkernel compile error[SOLVED] Reply with quote

hi, im trying to put some Qos modules in my kernel but its giving me an error with the genkernel

Code:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for query_module in -lc... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for wordexp... yes
checking for glob... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Makefile.common
config.status: creating depmod/Makefile
config.status: creating genksyms/Makefile
config.status: creating insmod/Makefile
config.status: creating obj/Makefile
config.status: creating util/Makefile
config.status: creating man/Makefile
* modutils: >> Compiling...
COMMAND: make -j2 CC="gcc" LD="ld" AS="as" all
make[1]: Entering directory `/var/tmp/genkernel/2241.897.29127.2729/modutils-2.4.26/util'
gcc -M -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  xmalloc.c xrealloc.c xstrcat.c xstrdup.c xsystem.c logger.c modstat.c meta_expand.c config.c snap_shot.c arch64.c gzfiles.c sys_nim.c xftw.c > .depend
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xmalloc.o xmalloc.c
In file included from xmalloc.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xrealloc.o xrealloc.c
In file included from xrealloc.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xstrcat.o xstrcat.c
In file included from xstrcat.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xstrdup.o xstrdup.c
In file included from xstrdup.c:24:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xsystem.o xsystem.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o logger.o logger.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o modstat.o modstat.c
In file included from logger.c:30:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -DHAVE_WORDEXP=1 -DHAVE_GLOB=1 -c meta_expand.c
In file included from modstat.c:33:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
In file included from meta_expand.c:45:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o config.o config.c
In file included from config.c:64:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o snap_shot.o snap_shot.c
In file included from snap_shot.c:33:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o arch64.o arch64.c
In file included from arch64.c:24:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o gzfiles.o gzfiles.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o sys_nim.o sys_nim.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xftw.o xftw.c
In file included from xftw.c:94:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
ar rv libutil.a xmalloc.o xrealloc.o xstrcat.o xstrdup.o xsystem.o logger.o modstat.o meta_expand.o config.o snap_shot.o arch64.o gzfiles.o sys_nim.o xftw.o
ar: creating libutil.a
a - xmalloc.o
a - xrealloc.o
a - xstrcat.o
a - xstrdup.o
a - xsystem.o
a - logger.o
a - modstat.o
a - meta_expand.o
a - config.o
a - snap_shot.o
a - arch64.o
a - gzfiles.o
a - sys_nim.o
a - xftw.o
ranlib libutil.a
make[1]: Leaving directory `/var/tmp/genkernel/2241.897.29127.2729/modutils-2.4.26/util'
make[1]: Entering directory `/var/tmp/genkernel/2241.897.29127.2729/modutils-2.4.26/obj'
gcc -M -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0   -DCOMMON_3264 -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386 -DONLY_32 obj_kallsyms.c obj_common.c obj_load.c obj_reloc.c obj_i386.c obj_gpl_license.c obj_x86_64.c > .depend
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0   -DCOMMON_3264 -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386 -DONLY_32 -c -o obj_kallsyms.o obj_kallsyms.c
In file included from obj_kallsyms.c:26:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
obj_kallsyms.c: In function 'obj32_kallsyms':
obj_kallsyms.c:204: error: invalid lvalue in assignment
obj_kallsyms.c:279: error: invalid lvalue in assignment
make[1]: *** [obj_kallsyms.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/genkernel/2241.897.29127.2729/modutils-2.4.26/obj'
make: *** [all] Error 2
* Gentoo Linux Genkernel; Version 3.4.5
* Running with options: --no-clean --install initrd

* ERROR: Failed to compile the "all" target...
* -- Grepping log... --
* -- End log... --
* Please consult /var/log/genkernel.log for more information and any
* errors that were reported above.
* Report any genkernel bugs to bugs.gentoo.org and
* assign your bug to genkernel@gentoo.org. Please include
* as much information as you can in your bug report; attaching
* /var/log/genkernel.log so that your issue can be dealt with effectively.
*
* Please do *not* report compilation failures as genkernel bugs!
*


Can someone help me on this

Thk, Regards


Last edited by johnny_martins00 on Wed Jul 04, 2007 1:09 pm; edited 1 time in total
Back to top
View user's profile Send private message
smerf
l33t
l33t


Joined: 06 Nov 2004
Posts: 778
Location: Polska

PostPosted: Tue Jul 03, 2007 6:25 am    Post subject: Reply with quote

Try to upgrade your genkernel first - it seems to be 3.4.5 (it is even no longer portage). What kernel version?
_________________
Microsoft is not the answer, Microsoft is the question, the answer is no.
Back to top
View user's profile Send private message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Tue Jul 03, 2007 10:46 pm    Post subject: Reply with quote

thk for the reply but i allready updated the genkernel and it still gives the error. The kernel version its the 2.6.18-r6.


Code:

* -- Grepping log... --

COMMAND: make -j2 CC="gcc" LD="ld" AS="as"
make[1]: Entering directory `/var/tmp/genkernel/3373.23948.23400.11211/modutils-2.4.26/util'
gcc -M -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  xmalloc.c xrealloc.c xstrcat.c xstrdup.c xsystem.c logger.c modstat.c meta_expand.c config.c snap_shot.c arch64.c gzfiles.c sys_nim.c xftw.c > .depend
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xmalloc.o xmalloc.c
In file included from xmalloc.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xrealloc.o xrealloc.c
In file included from xrealloc.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xstrcat.o xstrcat.c
In file included from xstrcat.c:22:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xstrdup.o xstrdup.c
In file included from xstrdup.c:24:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xsystem.o xsystem.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o logger.o logger.c
In file included from logger.c:30:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o modstat.o modstat.c
In file included from modstat.c:33:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -DHAVE_WORDEXP=1 -DHAVE_GLOB=1 -c meta_expand.c
In file included from meta_expand.c:45:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o config.o config.c
In file included from config.c:64:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o snap_shot.o snap_shot.c
In file included from snap_shot.c:33:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o arch64.o arch64.c
In file included from arch64.c:24:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o gzfiles.o gzfiles.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o sys_nim.o sys_nim.c
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0  -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386  -c -o xftw.o xftw.c
In file included from xftw.c:94:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
--
make[1]: Leaving directory `/var/tmp/genkernel/3373.23948.23400.11211/modutils-2.4.26/util'
make[1]: Entering directory `/var/tmp/genkernel/3373.23948.23400.11211/modutils-2.4.26/obj'
gcc -M -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0   -DCOMMON_3264 -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386 -DONLY_32 obj_kallsyms.c obj_common.c obj_load.c obj_reloc.c obj_i386.c obj_gpl_license.c obj_x86_64.c > .depend
gcc -g -O2 -I./../include -D_GNU_SOURCE -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DCONFIG_ROOT_CHECK_OFF=0   -DCOMMON_3264 -DELF_MACHINE_H='"elf_i386.h"' -DARCH_i386 -DONLY_32 -c -o obj_kallsyms.o obj_kallsyms.c
In file included from obj_kallsyms.c:26:
./../include/util.h:42: warning: built-in function 'log' declared as non-function
obj_kallsyms.c: In function 'obj32_kallsyms':
obj_kallsyms.c:204: error: invalid lvalue in assignment
obj_kallsyms.c:279: error: invalid lvalue in assignment
make[1]: *** [obj_kallsyms.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/genkernel/3373.23948.23400.11211/modutils-2.4.26/obj'
make: *** [all] Error 2
* Gentoo Linux Genkernel; Version 3.4.6
* Running with options: --no-clean --install initrd

* ERROR: Failed to compile the "all" target...


Thk, Regards
Back to top
View user's profile Send private message
smerf
l33t
l33t


Joined: 06 Nov 2004
Posts: 778
Location: Polska

PostPosted: Wed Jul 04, 2007 7:59 am    Post subject: Reply with quote

Weird, my portage timestamp is: Wed Jul 4 06:08:11 UTC 2007 but I have no sys-kernel/gentoo-sources-2.6.18-r6 - moreover, whole 2.6.18.x seems to be keyword masked... why are you using such an old kernel? Are you using gentoo/vanilla-sources? Current (in portage) is 2.6.20-r8 (or 2.6.21-r3 for ~x86)... What modules do you mean (exactly)?
_________________
Microsoft is not the answer, Microsoft is the question, the answer is no.
Back to top
View user's profile Send private message
johnny_martins00
Apprentice
Apprentice


Joined: 01 Jun 2006
Posts: 293

PostPosted: Wed Jul 04, 2007 1:08 pm    Post subject: Reply with quote

i allready managed to fix this error... what it was missing was the symbolik link to the kernel :S:p

Thk BTW,
Regards
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum