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: Fri, 11 Nov 2016 11:39:56 +0100 Message-ID: <87eg2i2tc3.fsf@gnu.org> References: <87mvi5lzqu.fsf@netris.org> <87inssncln.fsf@netris.org> <8737jwnb1c.fsf@netris.org> <87r37gstf6.fsf_-_@netris.org> <87d1j0sl1l.fsf@netris.org> <87a8e4glot.fsf@gnu.org> <8f2024ad-13c1-d4b1-1541-c2a5bddcb403@etorok.net> <87h98bdvng.fsf@gnu.org> <87k2d6qqee.fsf@netris.org> <20161024194022.GA1772@jasmine> <87insh1oxz.fsf@gnu.org> <87a8de7s6q.fsf@inria.fr> <87oa1o75ga.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]:34815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c59Gd-0003Li-59 for bug-guix@gnu.org; Fri, 11 Nov 2016 05:41:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c59GY-0000Hm-6r for bug-guix@gnu.org; Fri, 11 Nov 2016 05:41:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c59GX-0000Hd-SX for bug-guix@gnu.org; Fri, 11 Nov 2016 05:41:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87oa1o75ga.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 09 Nov 2016 21:40:05 +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" To: Leo Famulari Cc: 24703@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > In the meantime, the only approach I can think of is to (1) ungraft more > frequently than we=E2=80=99ve done so far, and (2) when we ungraft a pack= age, > add gcc@5 as an input such that it gets rebuilt without the problem. As an example, I did that in commit 2c5ab05bffe5f89092ef60c3743b3941dcf92af0 for WordNet. Ludo=E2=80=99.