From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Frequent locales problems for new users Date: Sat, 21 Mar 2020 16:14:37 -0400 Message-ID: <20200321201437.GA4199@jasmine.lan> References: <20200317202843.GA18844@jasmine.lan> <87eetp8zx1.fsf@gnu.org> <20200318183622.GA25087@jasmine.lan> <87pnd51zz2.fsf@gnu.org> <20200321194332.GA21034@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46579) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFkVz-0007Wa-P2 for guix-devel@gnu.org; Sat, 21 Mar 2020 16:14:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFkVy-0008S4-St for guix-devel@gnu.org; Sat, 21 Mar 2020 16:14:39 -0400 Content-Disposition: inline In-Reply-To: <20200321194332.GA21034@jasmine.lan> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sat, Mar 21, 2020 at 03:43:32PM -0400, Leo Famulari wrote: > I poked around a bit. Debian achieves the smaller size by referring to > data rather than copying it around, and only including delta changes. > Hopefully we can copy their technique. We are discussing it on #guix. I think that Debian just packages the sources and then builds only what is requested by users, so my comparison may be moot.