From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40522: =?UTF-8?Q?=E2=80=98guile3.0-guix=E2=80=99?= sometimes fails to build on i686 (=?UTF-8?Q?=E2=80=9CToo?= many heap =?UTF-8?Q?sections=E2=80=9D?=) Date: Thu, 09 Apr 2020 14:04:14 +0200 Message-ID: <877dyo50ht.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48143) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMVvb-0007IS-JO for bug-guix@gnu.org; Thu, 09 Apr 2020 08:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMVva-0008TF-J8 for bug-guix@gnu.org; Thu, 09 Apr 2020 08:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41789) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jMVva-0008TB-G3 for bug-guix@gnu.org; Thu, 09 Apr 2020 08:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jMVva-0005A5-Bk for bug-guix@gnu.org; Thu, 09 Apr 2020 08:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:48067) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMVur-00076R-56 for bug-guix@gnu.org; Thu, 09 Apr 2020 08:04:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jMVur-0008Iw-1k for bug-guix@gnu.org; Thu, 09 Apr 2020 08:04:17 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37584 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jMVuq-0002S3-Im for bug-guix@gnu.org; Thu, 09 Apr 2020 08:04:16 -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-mx.org@gnu.org Sender: "bug-Guix" To: 40522@debbugs.gnu.org =E2=80=98guile3.0-guix=E2=80=99 occasionally fails to build on i686-linux: --8<---------------cut here---------------start------------->8--- [ 94%] GUILEC gnu/services/cuirass.go [ 94%] GUILEC gnu/services/cups.go GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes [...] GC Warning: Failed to expand heap by 8388608 bytes GC Warning: Failed to expand heap by 8388608 bytes Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS /gnu/store/7ffcr3knh5jrj3lig4qf4fv0iws51l14-bash-minimal-5.0.7/bin/bash: li= ne 7: 28331 Aborted XDG_CACHE_HOME=3D/nowhere host=3Di686-u= nknown-linux-gnu srcdir=3D"." ./pre-inst-env /gnu/store/znlp9v4z0pda450bbsf= qzppqj2m61sz9-guile-next-3.0.2/bin/guile -L "." -L "." --no-auto-compile -s= "."/build-aux/compile-all.scm [=E2=80=A6] --8<---------------cut here---------------end--------------->8--- (From .) suggests it happens only occasionally. I suspect it=E2=80=99s more likely = when doing =E2=80=98-j 96=E2=80=99 than when doing =E2=80=98-j 4=E2=80=99 becaus= e the former requires more memory. Ludo=E2=80=99.