Gentoo Archives: gentoo-dev

From: mirian@cosmic.com (Mirian Crzig Lennox)
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Is gentoo only i386?
Date: Tue, 29 Jan 2002 12:28:59
Message-Id: slrna5dqg4.j4u.mirian@trantor.cosmic.com
In Reply to: [gentoo-dev] Is gentoo only i386? by Mike Acord
1 On Tue, 29 Jan 2002 11:44:49 -0600 (CST), Mike Acord <knowfear@××××××××.net> wrote:
2 >I thought I remember somewhere that Gentoo is currently only working on
3 >i386 compatible computers, is this true?
4
5 I hope not... I want to run it on my PPC iBook!
6
7 >If so, I think it would be nice to remove all the arch-specific code
8 >for non-i386 from the kernel source (it would make the kernel source
9 >download must faster).
10
11 As a matter of practice, gentoo is following the "pristine source"
12 philosophy (from FreeBSD ports and others), which means that all
13 downstream modification of vendor packages are done with patches, never
14 in the source tarball itself (so that you can get a source package from
15 anywhere, and as long as the MD5 matches, you're golden).
16
17 However, if you want to maintain your own kernel source w/o downloading
18 non-i386 code, it's easy... just take any linux-2.4.x.tar.{gz,bz2} you
19 have, remove the i386 code, and then track the official source by
20 applying patches from ftp.xx.kernel.org (using the -t or -f option to
21 patch to make it skip files that can't be found). Then just put those
22 tarballs into your /usr/portage/distfiles directory and change the MD5
23 in your local .ebuild file.
24
25 Back when my net connection was a 28.8K wet string, that's how I used to
26 stay current on linux kernels. More work, but beats hours-long
27 downloads.
28
29 --Mirian