Gentoo Archives: gentoo-user

From: Andreas Fink <finkandreas@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] tried desktop profile
Date: Tue, 13 Oct 2020 06:28:21
Message-Id: 20201013082801.7defc5cd@web.de
In Reply to: Re: [gentoo-user] tried desktop profile by Jude DaShiell
1 On Tue, 13 Oct 2020 02:10:04 -0400
2 Jude DaShiell <jdashiel@×××××.com> wrote:
3
4 > x86_64-pc-linux-gnu-g++: fatal error: Killed signal terminated
5 > program cc1plus compilation terminated.
6
7 These two lines stongly suggest that you ran out of memory while
8 compilation. You could try to build it with only one job (-j1),
9 currently you are using -j2.
10 Another option would be to buy more RAM ;)
11 And last but not least, you could increase your swap memory, but be
12 prepared that your system becomes unresponsive and compilation will
13 probably take forever.
14
15 Cheers
16 Andreas

Replies

Subject Author
Re: [gentoo-user] tried desktop profile "J. Roeleveld" <joost@××××××××.org>
Re: [gentoo-user] tried desktop profile Jude DaShiell <jdashiel@×××××.com>