From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L4B2C-0003rW-5F for garchives@archives.gentoo.org; Sun, 23 Nov 2008 09:13:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0BA3E0436; Sun, 23 Nov 2008 09:13:38 +0000 (UTC) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.144]) by pigeon.gentoo.org (Postfix) with ESMTP id A101DE0436 for ; Sun, 23 Nov 2008 09:13:38 +0000 (UTC) Received: by ey-out-1920.google.com with SMTP id 4so617325eyk.10 for ; Sun, 23 Nov 2008 01:13:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=fOgrzxh7KsBZG3uLB19qgTpl4gc+onGBVSc1eyagLOg=; b=HFClS//qxStAY+o6knW0wv9a2obHOG6moCY8Zou8JER7pBkbcZ49ujFrWshuKI9vSw 3NLPFAiMam73IuxN7nrTB9xKnM4y7kGCB5nM+edfhBH5FE2wPzIDmJTOIYnHKTHenU73 cixRZjdyLaEoogXU88v2K+BtXWQ5nRgvvvP4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=sZm9uYZJvfaF0bmYj9bqFbY01dguUnN0A1VBDSgJlJSq+0Q71bcO96ihCJCJ/n9adP ygcuFvE3UE5ckUYrci0RGCK0+67NgTgffggP0o6pehR/qc9iwL2fNE5583usWYTs4iPq fktWgtWXfh/olR/C6ZQUYec9XM5UsIdEISYH0= Received: by 10.210.104.20 with SMTP id b20mr2485503ebc.29.1227431616373; Sun, 23 Nov 2008 01:13:36 -0800 (PST) Received: by 10.210.61.15 with HTTP; Sun, 23 Nov 2008 01:13:36 -0800 (PST) Message-ID: <38af3d670811230113w27579eccl254b114dad699ba6@mail.gmail.com> Date: Sun, 23 Nov 2008 07:13:36 -0200 From: "Jorge Peixoto de Morais Neto" Sender: jorgepeixotomorais@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] openoffice emerge failing In-Reply-To: <20081121141713.GE32114@anton.digitaltorque.ca> 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 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081120123913.GB32114@anton.digitaltorque.ca> <20081120124817.GC32114@anton.digitaltorque.ca> <20081120142917.GA6393@rtouch.laas.fr> <20081120145426.GB31497@anton.digitaltorque.ca> <20081121141713.GE32114@anton.digitaltorque.ca> X-Google-Sender-Auth: bfed24d2fc200f7c X-Archives-Salt: f2126b1f-8ba8-4e35-9bc5-f167619a9b29 X-Archives-Hash: 45d5480a5760fd1d1cfe016da7504e65 On Fri, Nov 21, 2008 at 12:17 PM, Michael P. Soulier wrote: > On 20/11/08 Michael P. Soulier said: >> On 20/11/08 Redouane Boumghar said: >> > SO please check how much available memory you have >> >> I have 1Gig in this system, and I'm planning to add more. > > So, I killed firefox to free up memory and let it build overnight. The build > completed successfully. Perhaps it was a memory issue. > > I'm starting to think that ebuilds need available memory requirements. Don't > build this without 1Gig of free memory, etc... There is this in the Openoffice ebuild # Check if we have enough RAM and free diskspace to build this beast CHECKREQS_MEMORY="512" use debug && CHECKREQS_DISK_BUILD="8192" || CHECKREQS_DISK_BUILD="5120" check_reqs I have one observation and one doubt Observation: more packages should have warnings against this. GCC 4.3 needs more than 1.5GiB of disk space to build, at least with the USE flags fortran gcj gtk mudflap openmp. Doubt: don't you have enough swap? Does Openoffice need so much memory that even with swap it failed?