From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <320095285153-0001@t-online.de> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=DATE_IN_PAST_12_24, DMARC_MISSING,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM, FROM_LOCAL_DIGITS,FROM_LOCAL_HEX,FROM_STARTS_WITH_NUMS,INVALID_DATE, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=no autolearn_force=no version=4.0.0 Received: from mailout02.sul.t-online.com (mailout02.sul.t-online.com [194.25.134.17]) by cvs.gentoo.org (Postfix) with ESMTP id C6D5C1796D for ; Wed, 24 Jan 2001 16:37:54 -0700 (MST) Received: from fwd06.sul.t-online.com by mailout02.sul.t-online.com with smtp id 14LZV3-0006Go-00; Thu, 25 Jan 2001 00:38:49 +0100 Received: from helios.bagwan (320095285153-0001@[62.226.149.57]) by fwd06.sul.t-online.com with smtp id 14LZUw-1HxvncC; Thu, 25 Jan 2001 00:38:42 +0100 Received: (qmail 3029 invoked by uid 0); 25 Jan 2001 02:19:54 -0000 Received: from sadchitananda2.bagwan (HELO gottinger.de) (achim@192.168.2.1) by helios.bagwan with SMTP; 25 Jan 2001 02:19:54 -0000 Message-ID: <3A6F60ED.CD9098C3@gottinger.de> From: 320095285153-0001@t-online.de (Achim Gottinger) X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686) X-Accept-Language: en MIME-Version: 1.0 To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] odds and ends References: <20010124152904.B3615@cvs.gentoo.org> <20010124224353.D29166@tsuny.ctn.cogs.susx.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095285153-0001@t-dialin.net Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org X-Reply-To: achim@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Wed Jan 24 16:38:01 2001 X-Original-Date: Thu, 25 Jan 2001 00:10:38 +0100 X-Archives-Salt: f5956c5c-04cb-48a5-a87f-aabe9afd7f16 X-Archives-Hash: ee60cccd19d014d9b20addc989fe774d Thomas Flavel wrote: > On Wed, Jan 24, 2001 at 03:29:04PM -0700, drobbins@gentoo.org wrote: > > > 1.0_rc4-pre2 is fully compatible with all modern Intel and Intel-compatible > > processors, from the i486 on up. While 1.0_rc4-pre2 is optimized for the > > 486, Achim plans to build several different versions of 1.0_rc4 optimized for > > various processors. 1.0_rc4-pre2 has been tested on K6 systems and works > > I don't understand why not a 386? I kind of expected the distcd to be 386 > binaries, and then to compile and install optimised to whatever my processor > happens to be? What am I mis-understanding? ;) > > How would gentoo be installed on a 386? You can build all the sys packages with a CHOST of i386-pc-linux-gnu and merge them to some temporary place. Then chroot there and recompile and remerge all packages. Eighter do this a few times or follow the dependencies starting by glibc to be sure you have no statically linked in i486 assembler code in there. Then you can build the other stuff you need and you should have a i386 based system. Do you still use i386 ? My oldest is an i486SX/25 with a 200MB HD running as a firewall here under gentoo. The i486 version is definetly slower that the i686 version we had before using i386 won't make things better. If there really is a need for a i386 version I can build one. > > > > sys-* layout > > ------------ > > > > Achim and I have resolved how to determine what goes in the sys-* categories. > > We are breaking with FreeBSD tradition by making the sys-* categories contain > > _only_ a barebones, minimal system -- the minimal Gentoo system that can still > > recompile itself, with a few exceptions. Previously, what was included in > > sys-* was more of a subjective thing, i.e. what I would like to see in a basic > > Gentoo Linux server install, the tools I personally like, etc. > > > > Rather than do this, we're going to be integrating some new functionality into > > Portage that's going to be very, very nice and will allow everyone to have the > > kind of "base" system that they like. Portage will recognize your selection not > > only at install time, but throughout the lifetime of your system, prompting you > > to upgrade or add new packages when necessary. > > Excellent. Roughly what size is minimum now? Currently about 200MB with lots of package-docs, and the development tools, but if you unmerge all sys-devel packages beside the c++-libs and spython remove /usr/doc and /usr/src and all the static libs in /lib and /usr/lib you only need about 130MB and still have a runable system. Other optimizations could be turning of building of localdata-stuff in glibc removing unneccesary zoneinfo and terminfo entrys... Hmm, maybe we should introduce a new USE flag to trigger build of packages with only the really neccesary stuff. ~Achim > > > - Tom > _______________________________________________ > gentoo-dev mailing list > gentoo-dev@gentoo.org > http://www.gentoo.org/mailman/listinfo/gentoo-dev