Gentoo Archives: gentoo-user

From: Laurence Perkins <lperkins@×××××××.net>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: RE: [gentoo-user] continuing an emerge
Date: Thu, 07 Jul 2022 15:09:59
Message-Id: MW2PR07MB40583B6E68D3BB0C1D2676A1D2839@MW2PR07MB4058.namprd07.prod.outlook.com
In Reply to: Re: [gentoo-user] continuing an emerge by Neil Bothwick
1 >
2 >
3 > -----Original Message-----
4 > From: Neil Bothwick <neil@××××××××××.uk>
5 > Sent: Wednesday, July 6, 2022 7:05 AM
6 > To: gentoo-user@l.g.o
7 > Subject: Re: [gentoo-user] continuing an emerge
8 >
9 > On Wed, 6 Jul 2022 15:48:04 +0200 (CEST), karl@××××××××.se wrote:
10 >
11 > > With nodejs, I get:
12 > >
13 > > /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld:
14 > > failed to set dynamic section sizes: memory exhausted
15 > >
16 > > so, instead of redoing the whole compile, can I, after reducing
17 > > current memory usage, set up emerge to retry the linking and continue
18 > > from there ?
19 >
20 > ebuild /path/to/ebuild merge
21 >
22 > should do it.
23 >
24 >
25 > --
26 > Neil Bothwick
27 >
28 > In the 60's people took acid to make the world weird.
29 > Now the world is weird and people take Prozac to make it normal.
30 >
31
32 You can also set FEATURES="keepwork keeptemp" for the one, specific emerge command. Setting them permanently is not generally recommended and emerge will tell you so.
33
34 LMP