From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21720: Building gcc fails at target s-attrtab Date: Wed, 21 Oct 2015 18:38:17 +0200 Message-ID: <874mhkb2iu.fsf@gnu.org> References: <1445361729.24180.0@ara.uberspace.de> 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]:47914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZowPp-0005PG-O2 for bug-guix@gnu.org; Wed, 21 Oct 2015 12:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZowPm-0007s2-HS for bug-guix@gnu.org; Wed, 21 Oct 2015 12:39:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZowPm-0007ri-CA for bug-guix@gnu.org; Wed, 21 Oct 2015 12:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZowPm-0004PI-02 for bug-guix@gnu.org; Wed, 21 Oct 2015 12:39:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1445361729.24180.0@ara.uberspace.de> (Aljosha Papsch's message of "Tue, 20 Oct 2015 19:22: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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Aljosha Papsch Cc: 21720@debbugs.gnu.org Aljosha Papsch skribis: > I installed Guix 0.8.3 on an Arch machine and tried to install zile, > because it has few dependencies. Though some files are downloaded from > hydra.gnu.org, guix tries to build packages. Sounds like binaries for 0.8.3 have been GC=E2=80=99d from hydra.gnu.org, w= hich is unfortunate. > It fails at gcc's build at target s-attrtab. When doing "guix pull", > building also fails at gcc-cross-boot0's target s-attrtab. Hmm, OK. > Looking around a bit, I found [0]. Apparently someone had the same > issue, though discussion broke off, because the reporter wasn't able > to provide the build log, so here it is for gcc-cross-boot0 (last 200 > lines). Maybe we can just lift off where the previous discussion died. Is this deterministic? That is, does it happen again if you rerun =E2=80= =98guix build zile=E2=80=99 or something like that? > Makefile:2107: recipe for target 's-attrtab' failed > make[2]: *** [s-attrtab] Killed The =E2=80=9CKilled=E2=80=9D here suggests an out-of-memory condition. Does =E2=80=98dmesg | tail=E2=80=99 reveal something like that? How much memory does this machine have? Thanks for your report! Ludo=E2=80=99.