Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932129AbZKBRnC (ORCPT ); Mon, 2 Nov 2009 12:43:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755619AbZKBRnB (ORCPT ); Mon, 2 Nov 2009 12:43:01 -0500 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:39378 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750926AbZKBRnA (ORCPT ); Mon, 2 Nov 2009 12:43:00 -0500 Date: Mon, 2 Nov 2009 17:44:36 +0000 From: Alan Cox To: david@lang.hm Cc: "Ryan C. Gordon" , =?ISO-8859-14?B?TeVucyBSdWxs?= =?ISO-8859-14?B?Z+VyZA==?= , linux-kernel@vger.kernel.org Subject: Re: FatELF patches... Message-ID: <20091102174436.27bb467f@lxorguk.ukuu.org.uk> In-Reply-To: References: <1257103201.2865.6.camel@chumley> <20091102000147.424f104b@lxorguk.ukuu.org.uk> <20091102091611.60dfeea1@lxorguk.ukuu.org.uk> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.14.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 25 > how much of the package is binary executables (which get multiplied) vs > how much is data or scripts (which do not) IFF the data is not platform dependant formats. > fo any individual user it will alsays be a larger download, but if you > have to support more than one architecture (even 32 bit vs 64 bit x86) > it may be smaller to have one fat package than to have two 'normal' > packages. Nope. The data files for non arch specific material get packaged accordingly. Have done for years. > > yes, the package manager could handle this by splitting the package up > into more pieces, with some of the pieces being arch independant, but that > also adds complexity. Which was implemented years ago and turns out to be vital because only some data is not arch specific. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/