From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rbl58-00065B-58 for garchives@archives.gentoo.org; Sat, 17 Dec 2011 03:37:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB4E921C1AD; Sat, 17 Dec 2011 03:36:55 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 93F0921C0E8 for ; Sat, 17 Dec 2011 03:35:57 +0000 (UTC) Received: by ghrr14 with SMTP id r14so3175928ghr.40 for ; Fri, 16 Dec 2011 19:35:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=jjUvj5gL+c54hdd86Bf2q7/HnXwhmrw3q8tOm/1PwpU=; b=GnXLAc9huCFLyaa0htoekkgCIpw8+BG4d8SeUd+ghYQglzkiKLI/gZufY+5pvUJSXL VxuGeFr2LkWH2+u4dzI+l2RQO2ShioAccG/Rr5WNRfC/RYpCspAwEl1M4lzlH2Uphfk5 V5IsMpzYkQIsIs8T/OpC/zF1MfkoLXRHccYrs= Received: by 10.236.190.196 with SMTP id e44mr15426820yhn.95.1324092957142; Fri, 16 Dec 2011 19:35:57 -0800 (PST) Received: from [192.168.2.5] (adsl-98-95-108-107.jan.bellsouth.net. [98.95.108.107]) by mx.google.com with ESMTPS id q52sm17521850yhh.3.2011.12.16.19.35.54 (version=SSLv3 cipher=OTHER); Fri, 16 Dec 2011 19:35:55 -0800 (PST) Message-ID: <4EEC0E19.5090909@gmail.com> Date: Fri, 16 Dec 2011 21:35:53 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111022 Firefox/7.0.1 SeaMonkey/2.4.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] LVM: extending volume groups and logical volumes References: <4EEBF6BB.4090506@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 89d9493b-e532-4a18-8c77-3168ec886e5c X-Archives-Hash: 0c15fc758931cda89019936ed8d063c0 Allan Gottlieb wrote: > On Fri, Dec 16 2011, Dale wrote: > >> Allan Gottlieb wrote: >>> One more thing. Some readers were suggesting I need 8 or so GB for >>> libreoffice. The failures occurred with 13GB. Today's /mnt/junk >>> success required 16GB. Fortunately sda8 has 50GB. >> Dang !! >> >> pkg_pretend() { >> if [[ ${MERGE_TYPE} != binary ]]; then >> CHECKREQS_MEMORY="1G" >> use debug&& CHECKREQS_DISK_BUILD="15G" || >> CHECKREQS_DISK_BUILD="9G" >> check-reqs_pkg_pretend >> >> That's a LOT of space. 9gbs of free space should be enough tho. >> 15Gbs if you use debug. > Perhaps 9GB "should" be enough. But 16GB is needed. And eix confirms > that I don't have debug > > allan > > ajglap gottlieb # eix libreoffice > [I] app-office/libreoffice > [snip] > Installed versions: 3.4.99.1-r1(05:56:10 PM 12/16/2011)(branding dbus eds gnome graphite gstreamer gtk jemalloc nsplugin opengl svg vba webdav xmlsec -aqua -binfilter -debug -elibc_FreeBSD -gtk3 -java -kde -kdeenablefinal -mysql -odk -pdfimport -postgres -test) > > I got what I posted from the ebuild. This is the path and what it expects: root@fireball / # cat /usr/portage/app-office/libreoffice/libreoffice-3.4.99.1-r1.ebuild | grep DISK use debug && CHECKREQS_DISK_BUILD="15G" || CHECKREQS_DISK_BUILD="9G" root@fireball / # If I read that correctly, 9Gbs of free space should be enough. Note that is FREE space not the size of the partition. It doesn't actually need that much in most cases but how much depends on USE flags and such. The devs take what is the maximum it could take and make it look for at least that much. Nobody wants to get that about 90% compiled to run out of space. If yours is looking for more than that then I would think it is something outside the ebuild that is causing a issue. While it does take a lot of space at times, I have never seen it take 16Gbs. I have portages work directory on tmpfs and it never gives me a error and I only have 16Gbs of ram. Dale :-) :-) -- I am only responsible for what I said ... Not for what you understood or how you interpreted my words! Miss the compile output? Hint: EMERGE_DEFAULT_OPTS="--quiet-build=n"