Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] webkit-gtk-2.18.6 failed (compile phase)
Date: Thu, 15 Mar 2018 18:29:49
Message-Id: 20180315182931.0813dc41@digimed.co.uk
In Reply to: Re: [gentoo-user] webkit-gtk-2.18.6 failed (compile phase) by Walter Dnes
1 On Thu, 15 Mar 2018 11:40:13 -0400, Walter Dnes wrote:
2
3 > > ninja: build stopped: subcommand failed.
4 > > * ERROR: net-libs/webkit-gtk-2.18.6::gentoo failed (compile phase):
5 > > * ninja -v -j5 -l8 failed
6 >
7 > One option that sometimes cures mysterious failures is to do the build
8 > with...
9 > MAKEOPTS="-j1"
10 > Yes, the build takes longer, but it may actually build. Remember to
11 > set the option back to normal value after experimenting.
12
13 You can set it on the command line for that build only
14
15 MAKEOPTS="-j1" emerge whatever
16
17 I too find that it can help builds that otherwise fail, even when it
18 doesn't, the make output gives a better idea of the failure point when
19 parallel builds are not cluttering it up.
20
21 If the build log is that big, either compress it or just post the last
22 100 lines. The error message you posted doesn't really say much more than
23 "it broke".
24
25
26 --
27 Neil Bothwick
28
29 Top Oxymorons Number 1: Microsoft Works

Replies

Subject Author
Re: [gentoo-user] [SOLVED] webkit-gtk-2.18.6 failed (compile phase) thelma@×××××××××××.com