From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EcQ7I-0006yl-Aq for garchives@archives.gentoo.org; Wed, 16 Nov 2005 16:26:36 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAGGOneF019939; Wed, 16 Nov 2005 16:24:49 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAGGI5tp019233 for ; Wed, 16 Nov 2005 16:18:06 GMT Received: by wproxy.gmail.com with SMTP id 68so1491990wri for ; Wed, 16 Nov 2005 08:18:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KLFx6C3AhMJjXojHXSUXzlFKslz4uJhG42Y4vlESiNCM60Y46Mv+cjDUW4kJCCS+XztnUK47OkRkO+/buhGwpOYTZqmBL4IbyvN5IATVVnKdmL3G3N19PGN3I2rURcpaHiuuHbGXphu+8fcEvFekKGj70BycB5jUcO/nKk6+a94= Received: by 10.54.107.2 with SMTP id f2mr5363316wrc; Wed, 16 Nov 2005 08:18:05 -0800 (PST) Received: by 10.54.126.13 with HTTP; Wed, 16 Nov 2005 08:18:05 -0800 (PST) Message-ID: <7573e9640511160818t58d1c31u7c1643e2b764d47@mail.gmail.com> Date: Wed, 16 Nov 2005 09:18:05 -0700 From: Richard Fish Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] compiling problems In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id jAGGI5tp019233 X-Archives-Salt: 1b13286e-293a-46ee-87c9-41c14521f1e9 X-Archives-Hash: d20ed96846385bc835aa035702e2a823 On 11/16/05, Jorge Almeida wrote: > I'm experiencing unending problems compiling packages on a new install > system. The current one was gtk+ : > cd ./html && gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml > parser error : out of memory error > Could there be some problem with gcc-3.3.6? Probably not, because it isn't gcc that is failing...it is gtkdoc-mkhtml, and it is running out of memory. You can either merge gtk with USE=-doc, which will skip this step, or use MAKEFLAGS=-j1, which will run only one process at a time, and reduce your memory requirements by about half. -Richard -- gentoo-user@gentoo.org mailing list