From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B8BE138247 for ; Mon, 23 Dec 2013 18:09:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA43E0995; Mon, 23 Dec 2013 18:08:59 +0000 (UTC) Received: from mail125c7.megamailservers.com (mail718.megamailservers.com [69.49.98.28]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A7B7E07F0 for ; Mon, 23 Dec 2013 18:08:58 +0000 (UTC) X-POP-User: admin.sys-concept.com Received: from syscon7.localdomain (S01060050da7ae68c.ed.shawcable.net [68.149.90.13]) by mail125c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id rBNI8u1G025691 for ; Mon, 23 Dec 2013 13:08:57 -0500 Received: by syscon7.localdomain (Postfix, from userid 1000) id D9C26203444; Mon, 23 Dec 2013 11:09:17 -0700 (MST) Date: Mon, 23 Dec 2013 11:09:17 -0700 From: Joseph To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] out of disk space to compile webkit-gtk Message-ID: <20131223180917.GC26734@syscon7.ed.shawcable.net> References: <20131223075316.GA26734@syscon7.ed.shawcable.net> <20131223001823.53078e05@khumba.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline In-Reply-To: <20131223001823.53078e05@khumba.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-CSC: 0 X-CHA: v=2.1 cv=WeE1NSRX c=1 sm=1 tr=0 a=C3ZDv51cNVt4vJz/79I2xQ==:117 a=C3ZDv51cNVt4vJz/79I2xQ==:17 a=SDcUNfBxAAAA:8 a=BDKbP5mgAAAA:8 a=LcaDllckn3IA:10 a=-nuRWcRCUdMA:10 a=nDghuxUhq_wA:10 a=8nJEP1OIZ-IA:10 a=pGLkceISAAAA:8 a=f1JxTeF-IO0A:10 a=w_bHi344KHz3kRLcqgsA:9 a=wPNLvfGTeEIA:10 a=MSl-tDqOz04A:10 X-CTCH-RefID: str=0001.0A020203.52B87C39.00EC,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-Archives-Salt: ed6d0db1-5256-4f5c-9767-74b33e66205a X-Archives-Hash: 2797c15464ab7a55ca76bb72d15f9244 On 12/23/13 00:18, Khumba wrote: >On Mon, 23 Dec 2013 00:53:16 -0700 >Joseph wrote: > >> I'm upgrading the system and running out of disk space to compile webkit-gtk >> >> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ... >> [ !! ] >> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" >> >> df -h >> Filesystem Size Used Avail Use% Mounted on >> rootfs 28G 16G 11G 61% / >> /dev/root 28G 16G 11G 61% / >> tmpfs 506M 540K 505M 1% /run >> udev 10M 0 10M 0% /dev >> shm 506M 0 506M 0% /dev/shm >> /dev/hda4 84G 51G 29G 65% /home >> >> How do I tell the system to use /home partition to use for compiling temp tiles? > >See the PORTAGE_TMPDIR variable in "man make.conf". > >Cheers, >Khumba I have changed in make.conf: PORTAGE_TMPFS="/home/joseph/tmp" but trying to compile webkit-gtk-2.0.4 I'm running out of disk space * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ... [ !! ] * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" Why is it checking for disk space at: /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp -- Joseph