From owner-freebsd-ports@FreeBSD.ORG Fri May 16 12:43:35 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 045827CC for ; Fri, 16 May 2014 12:43:35 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id AB4642A70 for ; Fri, 16 May 2014 12:43:34 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id 1E1A3B903D for ; Fri, 16 May 2014 14:43:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:message-id:subject:subject:from:from:date :date:received:received; s=mimar-0901; t=1400244199; x= 1402058600; bh=WcM0I2a154A7v/ytH+c0P3xqUzCnPYQAoU38+QM6lUY=; b=k aVKr/nhbJ7r/RQc5KYHok/nDiYo1P7WoxbEB7LvI5cgSEJSUiYL+fKhwlxc6QWb9 FuNvA/Zx/6wJVzipjvWbXYGgeyyetP0k9/W3ZEI+iPKWgL8YFfsy/0R9wCQDkDjx fUjWPOvUnQVVLN3hpMxMsAmZm7r87uNmNu+YdRWTLM= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id LmqLdjbGgv9k for ; Fri, 16 May 2014 14:43:19 +0200 (CEST) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 5D80AB9038 for ; Fri, 16 May 2014 14:43:18 +0200 (CEST) Date: Fri, 16 May 2014 14:43:09 +0200 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: lang/gcc and tmpfs no space let on device Message-Id: <20140516144309.1527d24cdfdcbb1b7bcfea25@mimar.rs> Organization: Mimar X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 12:43:35 -0000 Hi, I am using 10.0-RELEASE-p3 amd64, and am trying to build lang/gcc as a dependency for emulators/virtualbox-ose. Building fails giving the following messages: jc1: fatal error: error writing to /tmp/ccwgXZ8m.s: No space left on device compilation terminated. gmake[5]: *** [javax/crypto/spec.lo] Error 1 gmake[5]: *** Waiting for unfinished jobs.... jc1: fatal error: error writing to /tmp/ccaXjTvk.s: No space left on device compilation terminated. gmake[5]: *** [java/util/zip.lo] Error 1 jc1: fatal error: error writing to /tmp/cc9iMz48.s: No space left on device compilation terminated. I am using 128mb tmpfs file system mounted at /tmp: tmpfs /tmp tmpfs rw,size=3D128m,mode=3D1777 0 0 Does anyone know how big /tmp do I need to have in order to compile lang/gcc successfully? Regards, --=20 Marko Cupa=C4=87