Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] compiling problems
Date: Wed, 16 Nov 2005 16:26:36
Message-Id: 7573e9640511160818t58d1c31u7c1643e2b764d47@mail.gmail.com
In Reply to: [gentoo-user] compiling problems by Jorge Almeida
1 On 11/16/05, Jorge Almeida <jalmeida@××××××××××××.pt> wrote:
2 > I'm experiencing unending problems compiling packages on a new install
3 > system. The current one was gtk+ :
4
5 <snip>
6
7 > cd ./html && gtkdoc-mkhtml gdk-pixbuf ../gdk-pixbuf.sgml
8 > parser error : out of memory error
9
10 <snip>
11
12 > Could there be some problem with gcc-3.3.6?
13
14 Probably not, because it isn't gcc that is failing...it is
15 gtkdoc-mkhtml, and it is running out of memory.
16
17 You can either merge gtk with USE=-doc, which will skip this step, or
18 use MAKEFLAGS=-j1, which will run only one process at a time, and
19 reduce your memory requirements by about half.
20
21 -Richard
22
23 --
24 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] compiling problems Jorge Almeida <jalmeida@××××××××××××.pt>