Gentoo Archives: gentoo-user

From: "J. Roeleveld" <joost@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Palemoon again - again
Date: Tue, 18 Apr 2017 06:29:11
Message-Id: B34EDF17-EC94-4833-8AFC-517066D54AEB@antarean.org
In Reply to: [gentoo-user] Palemoon again - again by Peter Humphrey
1 On April 17, 2017 2:41:45 PM GMT+02:00, Peter Humphrey <peter@××××××××××××.uk> wrote:
2 >Hello list,
3 >
4 >After following the "Palemoon again" thread I wanted to try Pale Moon,
5 >so I
6 >installed layman and added the octopus overlay. Here's a snippet from
7 >the
8 >build log:
9 >
10 >Configure complete!
11 >Be sure to run |mach build| to pick up any changes
12 >>>> Source configured.
13 >>>> Compiling source in
14 >/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1 ...
15 > 0:00.71 /usr/bin/gmake -f client.mk -l 60 MOZ_PARALLEL_BUILD=24 -s
16 >0:03.25 Adding client.mk options from
17 >/var/tmp/portage/www-client/palemoon-27.2.1/work/pale
18 >moon-27.2.1/.mozconfig:
19 > 0:03.25 PYTHON=/usr/bin/python2
20 > 0:03.25 AUTOCONF=/usr/bin/autoconf-2.13
21 > 0:03.25 MOZ_MAKE_FLAGS=-j 24 -l 60
22 >0:03.25
23 >MOZ_OBJDIR=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/obj
24 >-x86_64-unknown-linux-gnu
25 >0:03.25
26 >OBJDIR=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/obj-x86_64-unknown-linux-gnu
27 >0:03.25
28 >FOUND_MOZCONFIG=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/.mozconfig
29 > 0:03.30 gmake[2]: *** No rule to make target '24'. Stop.
30 >0:03.30 gmake[1]: ***
31 >[/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/client.mk:398:
32 >realbuild] Error 2
33 > 0:03.30 gmake: *** [client.mk:171: build] Error 2
34 > 0:03.34 0 compiler warnings present.
35 >
36 >You see it couldn't even find a rule to make the object files. I tried
37 >setting MAKEOPTS="-j 1" to override the --jobs=24 that I usually have
38 >set,
39 >but that just changed the logged error, substituting 1 for 24.
40 >
41 >Does this ring a bell with anyone? I wanted to look for clues in the
42 >make
43 >file, but /usr/bin/find returns well over 1000 results.
44
45 I had some issues in the past (can't remember when this was) where "-j" was misinterpreted.
46 I ended up using the longer version: "--jobs"
47
48 This might work for you as well.
49
50 --
51 Joost
52 --
53 Sent from my Android device with K-9 Mail. Please excuse my brevity.

Replies

Subject Author
Re: [gentoo-user] Palemoon again - again Peter Humphrey <peter@××××××××××××.uk>