From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eE66AfG+1WIY2gAAbAwnHQ (envelope-from ) for ; Mon, 18 Jul 2022 22:13:37 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id kOGMAfG+1WLJjgAAauVa8A (envelope-from ) for ; Mon, 18 Jul 2022 22:13:37 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D1B034CC for ; Mon, 18 Jul 2022 22:13:36 +0200 (CEST) Received: from localhost ([::1]:38952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDX7V-0007xs-FO for larch@yhetil.org; Mon, 18 Jul 2022 16:13:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58924) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDX71-0007wq-AC for bug-guix@gnu.org; Mon, 18 Jul 2022 16:13:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54544) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDX70-000686-Qu for bug-guix@gnu.org; Mon, 18 Jul 2022 16:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDX70-0003rz-MJ for bug-guix@gnu.org; Mon, 18 Jul 2022 16:13:02 -0400 Subject: bug#53506: guix-packages-base.drv leads to segfault on i686-linux Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Mon, 18 Jul 2022 20:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53506 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 53506-done@debbugs.gnu.org Mail-Followup-To: 53506@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 53506-done@debbugs.gnu.org id=D53506.165817518014864 (code D ref 53506); Mon, 18 Jul 2022 20:13:02 +0000 Received: (at 53506-done) by debbugs.gnu.org; 18 Jul 2022 20:13:00 +0000 Received: from localhost ([127.0.0.1]:52302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDX6x-0003rg-U2 for submit@debbugs.gnu.org; Mon, 18 Jul 2022 16:13:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45876) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDX6w-0003rT-EL for 53506-done@debbugs.gnu.org; Mon, 18 Jul 2022 16:12:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDX6r-00062g-7q for 53506-done@debbugs.gnu.org; Mon, 18 Jul 2022 16:12:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lyz4ij8EQhli2pvlVH919bnX/kHkeSV12vxBK0SYpQY=; b=AESY+UcTuy2+5juMlT+N VDyBf1Dh5mvuFJv2m9PS2rd+En5S2u8SDERiaLLnfP3u0VeA6q0CnzaqgSinY9BmXopv5NHkRP1IA 2e2OKQOAHiZTcMlbSxyUNa72nyPFB/aAnJpcQ8rjHLa4p4qVMv16VTiGXGjF65NyCTZTTktBtsQ42 8EnCSKxZsRqLDufvwpDT88HG9VP+vkfRB5APkI8bh3hQXCSxoKDjeVgnVkoUvdR7EvRgaeKSRS3Yr g7zAUtghtO0V+mIcT2zGcqtCLchODmJqIbQSNMuTBWZmdiRMFXdojTOF+O+mPsRrShQ+FYd4QcUYU LceMIjclBOrLWg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:55726 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDX6q-000833-Aq for 53506-done@debbugs.gnu.org; Mon, 18 Jul 2022 16:12:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o841qdh4.fsf@inria.fr> <87czkhqcma.fsf@gnu.org> <8735kue3r8.fsf@gnu.org> <87iltk17tc.fsf@gnu.org> Date: Mon, 18 Jul 2022 22:12:50 +0200 In-Reply-To: <87iltk17tc.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sat, 12 Feb 2022 15:24:47 +0100") Message-ID: <87r12iw56l.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658175216; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=lyz4ij8EQhli2pvlVH919bnX/kHkeSV12vxBK0SYpQY=; b=extCYApBmbjXUlp05pJlF6mgDsYImxRgLdQlWxW2lQXn3fZ052RvfVgxrOBMVRKshfgPpg q6gUOJVYtGCFOWrZHHv49ySYf0OXOeBHIbMSTD3dKp6gLVWwaD9JlX/pC1iMywP6AVqvyX xHeRqGRiH8L1j1FHbaAbt/bMbuvpztRH8/5qP9ESpZlhPEcFjq0LTvjJ2dRLCqnpoCru5t 0uYqWPaTG8mP4SENaQgEYdpMiRRbmLBT+XcLu4erk5j0KKBN3wVHIGzpHw5FuiFKZGioCA fVyf9baoX546dfEIfknFmFI9ohdLsYpNCo/dca+2KqA/pH9NrgYPSUfaxMJnpQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658175216; a=rsa-sha256; cv=none; b=O/gsCZkXiMr5a9Bf4V53LrfSZx6/hoWdOL8QLeLlYj37TJmerQYCelwF/R1stm142PfmcS ILeK/oNUDkuR/ebyRoQ6ZeejNkJFApGnmkjOxFCzCWuR+u9A2U9knK7HEjDTS8jTEqGYO0 PKIJ4fnPNNEBtUb7MtTF5KVKznvMYwUT4JWPwq0z4H50Gi1b7eZ9zM0d4s58mpkml2qNi0 9K+rlz13ymx1fOv1FFqGYZiRvZb9qnZwGecnUbC9IZy0wugoBlGWcNn4VAtCOYnJj2mv42 LZIuKu1ERA2T1CMzd9EfgrZnZRzeHLP+cF/Be/I9j4NuRL8VIMt8xEWkT9GMrQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AESY+UcT; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.84 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=AESY+UcT; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D1B034CC X-Spam-Score: -3.84 X-Migadu-Scanner: scn1.migadu.com X-TUID: s8dtGkGeYTzG Hi, Ludovic Court=C3=A8s skribis: > Yes. I just tried =E2=80=98guix pull -s i686-linux=E2=80=99 for commit > e641d707e1ec8de2bfc658dcd1757360300aa509 and it passed! > > This is certainly due to the reduced heap usage in Guile 3.0.8. > However, while building > /gnu/store/87mqnqwxqbcidbx5bpyrq9xpxmhw1035-guix-packages-base.drv we=E2= =80=99re > still peaking at 2.6G resident=E2=80=94only 7% less than before (the pack= ages > files have probably grown in the meantime), so we cannot claim victory > yet. I=E2=80=99ve tried again and it went fine: --8<---------------cut here---------------start------------->8--- $ guix pull -s i686-linux -p /tmp/i686-guix Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.or= g/git/guix.git'... Authenticating channel 'guix', commits 9edb3f6 to 8f0d45c (7 new commits)... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 8f0d45c =E2=8B=AE building /gnu/store/zd1i483p23hdz73hrqs63lgcdclk4aaq-guix-packages.drv... =E2=8B=AE hint: After setting `PATH', run `hash guix' to make sure your shell refers = to `/tmp/i686-guix/bin/guix'. $ /tmp/i686-guix/bin/guix describe Generation 1 Jul 18 2022 22:06:47 (current) guix 8f0d45c repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 8f0d45ccac3f6cee69eba8de5e4ae5e5555f1a3d $ /tmp/i686-guix/bin/guix repl -q GNU Guile 3.0.8 Copyright (C) 1995-2021 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'. This program is free software, and you are welcome to redistribute it under certain conditions; type `,show c' for details. Enter `,help' for help. scheme@(guix-user)> %host-type $1 =3D "i686-unknown-linux-gnu" --8<---------------cut here---------------end--------------->8--- and seem to agree. So, closing this issue! Ludo=E2=80=99.