From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35914: [core-updates] Guile sporadically fails to build Date: Tue, 28 May 2019 17:13:52 +0200 Message-ID: <87h89ewr0v.fsf@gnu.org> References: <87k1edd6hu.fsf@devup.no> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:59816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVdod-0004ou-GM for bug-guix@gnu.org; Tue, 28 May 2019 11:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVdoc-000219-GF for bug-guix@gnu.org; Tue, 28 May 2019 11:15:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVdoc-00020v-BJ for bug-guix@gnu.org; Tue, 28 May 2019 11:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVdoc-0002u2-5N for bug-guix@gnu.org; Tue, 28 May 2019 11:15:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1edd6hu.fsf@devup.no> (Marius Bakke's message of "Sun, 26 May 2019 09:23:09 +0200") 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: Marius Bakke Cc: 35914@debbugs.gnu.org Marius Bakke skribis: > Since the switch to GCC7, building 'guile' occasionally fails due to a > test failure in 'test-out-of-memory.scm'. > > GC Warning: Out of Memory! Heap size: 1 MiB. Returning NULL! > error creating finalization thread: Cannot allocate memory > > This has been reported "upstream" in > . I don't know whether this is > indicative of a real problem, or if it's safe to ignore this test. I think it=E2=80=99s safe to skip for Guile 2.2.4. Ludo=E2=80=99.