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: Sun, 25 Oct 2015 22:06:49 +0100 Message-ID: <87a8r6mzdi.fsf@gnu.org> References: <1445361729.24180.0@ara.uberspace.de> <874mhkb2iu.fsf@gnu.org> <56296B65.8000407@rpapsch.de> <562A9EE4.3090702@rpapsch.de> <20151024233554.244e404b@debian-netbook> <562CCC8A.80407@rpapsch.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]:43258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqSVP-0001Kw-0X for bug-guix@gnu.org; Sun, 25 Oct 2015 17:07:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqSVK-0004wX-Sz for bug-guix@gnu.org; Sun, 25 Oct 2015 17:07:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqSVK-0004wT-Pe for bug-guix@gnu.org; Sun, 25 Oct 2015 17:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZqSVK-0004xI-Io for bug-guix@gnu.org; Sun, 25 Oct 2015 17:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <562CCC8A.80407@rpapsch.de> (Aljosha Papsch's message of "Sun, 25 Oct 2015 13:35:22 +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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Aljosha Papsch Cc: 21720@debbugs.gnu.org Aljosha Papsch skribis: > On 24.10.2015 22:35, Efraim Flashner wrote: >> the error message is near the end of the log: >> ../../gcc-4.9.3/gcc/tree-ssa-ccp.c:2751:1: fatal error: error >> writing to /tmp/nix-build-gcc-4.9.3.drv-0/cc5mntgw.s: No space left >> on device } I assume /tmp is part of / on your system. How much free >> space do you have there? That's where the building is done.=20 > > That was the nudge in the right direction. I didn't think of /tmp > being mounted as tmpfs, Ooh, that also explains the out-of-memory issue, then. Well, thanks for finding it out! Closing this bug now. Ludo=E2=80=99.