From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21949: git-2.6.3: 108M download, but 23M installed Date: Sun, 28 Feb 2016 16:44:27 +0100 Message-ID: <874mcsyh44.fsf@gnu.org> References: <564C22B1.8060106@gmx.net> <87mvubnplw.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40180) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa3Ws-00037a-OP for bug-guix@gnu.org; Sun, 28 Feb 2016 10:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa3Wo-0006qx-P6 for bug-guix@gnu.org; Sun, 28 Feb 2016 10:45:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:53754) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa3Wo-0006qm-MD for bug-guix@gnu.org; Sun, 28 Feb 2016 10:45:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aa3Wo-00066m-HK for bug-guix@gnu.org; Sun, 28 Feb 2016 10:45:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87mvubnplw.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 18 Nov 2015 19:12:43 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Florian Paul Schmidt Cc: 21949-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Florian Paul Schmidt skribis: > >> I noticed this earlier and wonder if it's a bug or not: >> >> When downloading the git-2.6.3 substitute from hydra it is a hefty >> 108M download, but installed in the store it's just 23M. > > The fact that the result is small is due to hard links (under > libexec/git-core), resulting from deduplication performed by the daemon: I figured a simple fix is to have =E2=80=98make install=E2=80=99 use symlin= ks instead of hard links. Done in 1a59b6d. Ludo=E2=80=99.