Answer is simple: 

You have upgrade your kernel (gentoo-sources perhaps) with the use symlinks.

Here the error  :

        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/linux/autoconf.h or include/config/auto.conf 
are missing.";      \
        echo "         Run 'make oldconfig && make prepare' on kernel src to 
fix it.";  \

so, do this :

cd /usr/src/linux
cp ../linux-`uname -r`/.config .
make oldconfig
make
make modules_install install

Now you can emerge nvidia and reboot when success

you will boot on new kernel with nvidia module installed

Le Thursday 06 March 2008 11:04:31 Amar Cosic, vous avez écrit :
> On Thu, Mar 6, 2008 at 10:55 AM, cypherstrong <[EMAIL PROTECTED]>
>
> wrote:
> > Le Thursday 06 March 2008 10:51:54 Amar Cosic, vous avez écrit :
> > > On Thu, Mar 6, 2008 at 10:48 AM, Neil Bothwick <[EMAIL PROTECTED]>
> >
> > wrote:
> > > > On Thu, 6 Mar 2008 10:34:38 +0100, Amar Cosic wrote:
> > > > > I just ran emerge --sync and world and I see nvidia driver update
> > > > > is available. However I have problems emerging it. This is what I
> > > > > got:
> > > > >
> > > > >  * ERROR: x11-drivers/nvidia-drivers-169.09-r1 failed.
> > > > >
> > > > >  * If you need support, post the topmost build error,
> > > >
> > > > Please post the output before this, that contains the actual errors.
> > > >
> > > >
> > > >
> > > > --
> > > > Neil Bothwick
> > > >
> > > > If the pen is mightier than the sword, and a picture is worth a
> >
> > thousand
> >
> > > > words, how dangerous is a fax?
> > >
> > > I pasted all .. hmm . Here is pastebin link,maybe I missed something
> > >
> > >
> > > http://pastebin.ca/930139
> >
> > Post the build.log as indicate in log message
>
> Hello
>
> Here is the link to build .log   http://rafb.net/p/s0UMiy64.html


Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to