From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24703: Store references in 8-byte chunks in compiled code Date: Sun, 16 Oct 2016 21:04:18 +0200 Message-ID: <87a8e4glot.fsf@gnu.org> References: <87mvi5lzqu.fsf@netris.org> <87inssncln.fsf@netris.org> <8737jwnb1c.fsf@netris.org> <87r37gstf6.fsf_-_@netris.org> <87d1j0sl1l.fsf@netris.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]:45476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvqk5-0006Jz-Kb for bug-guix@gnu.org; Sun, 16 Oct 2016 15:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvqk2-0007ov-Gg for bug-guix@gnu.org; Sun, 16 Oct 2016 15:05:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57514) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bvqk2-0007op-EK for bug-guix@gnu.org; Sun, 16 Oct 2016 15:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d1j0sl1l.fsf@netris.org> (Mark H. Weaver's message of "Sun, 16 Oct 2016 05:25:10 -0400") 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" To: Mark H Weaver Cc: 24703@debbugs.gnu.org Mark H Weaver skribis: > When grafting, how will we achieve confidence that we've found the > correct occurrence of the last character? I think we will have to give > up our recently added feature of being able to change the version number > of grafts. Wait, don=E2=80=99t jump to the conclusions. :-) > Oh, one more thing: I forgot to mention in my previous email, where > 'bash-static' refers to 'glibc-intermediate', that on my system the > referenced 'glibc-intermediate' has been garbage-collected from my > system, so that's a real-world example of a broken link, and it happened > to be the first one I investigated :-( =E2=80=98bash-static=E2=80=99 is purposefully designed to stand alone: it m= ust have zero references: --8<---------------cut here---------------start------------->8--- $ guix size bash-static store item total s= elf /gnu/store/nxysmfi9ybchnxfpxpmpgvz4f0nh7mxs-bash-static-4.3.42 1.4 = 1.4 100.0% total: 1.4 MiB --8<---------------cut here---------------end--------------->8--- So this one is fine. Ludo=E2=80=99.