From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-73424-garchives=archives.gentoo.org@gentoo.org>)
	id 1JAvNi-0000ev-6n
	for garchives@archives.gentoo.org; Fri, 04 Jan 2008 22:51:14 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m04Mmt4m003228;
	Fri, 4 Jan 2008 22:48:55 GMT
Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178])
	by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m04Md5wc020995
	for <gentoo-user@lists.gentoo.org>; Fri, 4 Jan 2008 22:39:06 GMT
Received: by wa-out-1112.google.com with SMTP id k34so10602315wah.10
        for <gentoo-user@lists.gentoo.org>; Fri, 04 Jan 2008 14:39:05 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        bh=raphTxNmFSQPIopDa1VJOymHAiGI1cR1v0V3I+LSeIA=;
        b=HEL6K09LAS9D1/K5prpmcDTDm0kv4+N0jnDOSOX7Cn1USneI/z2cfyIr5DIpixxXFHDzctUVLE72CQ3IjXQ/9CqKZI1COGEuaV//6lSBjPWW3rHit2pSkTf34eI9HmZ8xkXhDRkc4XKRJtAvISwa3PWjlijXbAM1SHNzgp6rhbk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
        b=Ua0En2qrMEt0edgK9bM1GOTS4zNS3NTIEeIlImSIQNWX+hyofY6U0vUHLC7hscFXOImk/10Tpf0fiuSXovAtdR1HuGf5fFfg+KDlMiYDKtoEzJvETPy/RyW1bYUTrSOlByFAaUTla0L7vt+kx8NaQk3H3r6JRuxcU/jeh+ZUEC0=
Received: by 10.115.49.16 with SMTP id b16mr11561274wak.65.1199486345177;
        Fri, 04 Jan 2008 14:39:05 -0800 (PST)
Received: by 10.115.110.15 with HTTP; Fri, 4 Jan 2008 14:39:05 -0800 (PST)
Message-ID: <49bf44f10801041439i1c732440v44037b7fdc24dcba@mail.gmail.com>
Date: Fri, 4 Jan 2008 14:39:05 -0800
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Need ebuild no longer in Portage
In-Reply-To: <flm71n$8q1$1@ger.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <49bf44f10801032222s5dc057d2k660eb2b69313f835@mail.gmail.com>
	 <200801040729.16458.dirk.heinrichs.ext@nsn.com>
	 <1199429845.24574.21.camel@rattus>
	 <49bf44f10801040758h404d2957yf32bf5bae1bf5957@mail.gmail.com>
	 <20080104194623.f4475819.i92guboj@terra.es>
	 <49bf44f10801041101y1513bafey369d626dc0a603c1@mail.gmail.com>
	 <49bf44f10801041110k4e4b9d77tdb9ac001b0cec6b1@mail.gmail.com>
	 <flm71n$8q1$1@ger.gmane.org>
X-Archives-Salt: b0485c8c-5c40-4c14-b8ea-ba7aad88aefb
X-Archives-Hash: cec7cd62b6a6a7b0d29d93f33fbc2c2a

> >> > >  *   nvidia missing in FILESDIR
> >> > >
> >> > > Can anyone tell what happened?
> >> > >
> >> > You probably copied the ebuild, but not the contents of the files/
> >> > subdirectory. It probably needs some patch that lived there. So you
> >> > need to copy that directory along with its contents to the same place
> >> > you copied the old ebuild.
> >>
> >> That was it, thank you.
> >
> > Actually, it compiles and installs when /usr/src/linux points to
> > 2.6.20-hardened-r6 but fails to compile when it points to
> > linux-2.6.23-hardened-r4.  The error instructs me as follows:
> >
> > ERROR: Kernel configuration is invalid.
> > include/linux/autoconf.h or include/config/auto.conf are missing.
> > Run 'make oldconfig && make prepare' on kernel src to fix it.
> >
> > Which I did with the same results.  Does anyone know how to fix this?
>
> ISTR that "make prepare" isn't sufficient.  You have to do a
> "make".  IIRC, you can kill it once it starts compiling "real
> code".

I can't keep up with the acronyms but I did a full make and I still
get the same error.  Should I be booted into the same kernel that
/usr/src/linux points to when compiling nvidia-modules?

- Grant
-- 
gentoo-user@gentoo.org mailing list