From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-99782-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MjqRL-0007vX-9u for garchives@archives.gentoo.org; Sat, 05 Sep 2009 08:16:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 274D2E0A80; Sat, 5 Sep 2009 08:16:06 +0000 (UTC) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191]) by pigeon.gentoo.org (Postfix) with ESMTP id 0608DE0A80 for <gentoo-user@lists.gentoo.org>; Sat, 5 Sep 2009 08:16:05 +0000 (UTC) Received: by yxe29 with SMTP id 29so5541165yxe.16 for <gentoo-user@lists.gentoo.org>; Sat, 05 Sep 2009 01:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=onxZdZGVrcByETBZbnifpwDeyijz25P8SFOdvd6o3hY=; b=p1FMsJvB+7vLIi36Wzc8SIMDIApNZ9O0lePOBWig/eq8ymxZz/pjB1egrb3zQnBvry ImUIB33SlaSRn+9ZE5d1oODU5XSdUbDb+en+3APhYmTuMxaKSzffs1gYYxFpRZ2ivRA0 yDHxU1vkOAupceDvaTCdSUjRQE0jZnWbTg1T4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=fBim/1qUvElofUA386QTPM34V2ZKSKHVzC6NrVGo9NyipfVsSIPaVYTBD16/6GSpcQ bcQ6mHrntrxTKRGppjPpucT1DXThmfY1Vm6WycolO7VQT/jwzt3e03fnhJss3muroH5L Q/iwyvOfsk4vhz+f9TTkkWBM6jY0pClCAxt/Q= Received: by 10.101.81.10 with SMTP id i10mr13306998anl.123.1252138565723; Sat, 05 Sep 2009 01:16:05 -0700 (PDT) Received: from ?192.168.1.1? (adsl-12-46-83.jan.bellsouth.net [65.12.46.83]) by mx.google.com with ESMTPS id d35sm1680957and.15.2009.09.05.01.16.04 (version=SSLv3 cipher=RC4-MD5); Sat, 05 Sep 2009 01:16:05 -0700 (PDT) Message-ID: <4AA21E43.8030505@gmail.com> Date: Sat, 05 Sep 2009 03:16:03 -0500 From: Dale <rdalek1967@gmail.com> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.22) Gecko/20090823 SeaMonkey/1.1.17 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How to get an old ebuild References: <200909042129.51337.jcunning@cunning.ods.org> In-Reply-To: <200909042129.51337.jcunning@cunning.ods.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e80be03d-2195-40ae-b080-67a4ae483415 X-Archives-Hash: a0626c0b2618e00c8a048b7bfae85bce Jim Cunning wrote: > I am currently running kernel 2.6.25-r7 and have an emerge that fails because > it can't find a Makefile for the kernel. I somehow no longer can run > genkernel, or emerge sys-kernel/gentoo-sources-2.6.25-r7. I would rather not > upgrade my kernel at this point--how can I find/emerge this slightly older > kernel? > If you have a decent connection, I can email you mine. I have the following versions of gentoo-sources: root@smoker / # ls -al /usr/src/ total 4 drwxr-xr-x 6 root root 256 Aug 30 04:15 . drwxr-xr-x 17 root root 488 Sep 2 03:56 .. -rw-r--r-- 1 root root 0 Jun 11 2008 .keep lrwxrwxrwx 1 root root 32 May 16 12:13 linux -> /usr/src/linux-2.6.25-gentoo-r9/ drwxr-xr-x 20 root root 1392 Apr 16 17:01 linux-2.6.23-gentoo-r8 drwxr-xr-x 22 root root 1504 Sep 4 14:29 linux-2.6.25-gentoo-r9 drwxr-xr-x 22 root root 776 Aug 29 15:28 linux-2.6.30-gentoo-r4 drwxr-xr-x 22 root root 776 Sep 4 12:52 linux-2.6.30-gentoo-r5 root@smoker / # I would assume you would want either 2.6.23 or 2.6.25 since they are older with 2.6.25 being the closest to your desires of course. Let me know if you want me to email them to you. Dale :-) :-)