Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Palemoon again - again
Date: Mon, 17 Apr 2017 12:41:56
Message-Id: 46643432.r4rlWxLT19@peak
1 Hello list,
2
3 After following the "Palemoon again" thread I wanted to try Pale Moon, so I
4 installed layman and added the octopus overlay. Here's a snippet from the
5 build log:
6
7 Configure complete!
8 Be sure to run |mach build| to pick up any changes
9 >>> Source configured.
10 >>> Compiling source in /var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1 ...
11 0:00.71 /usr/bin/gmake -f client.mk -l 60 MOZ_PARALLEL_BUILD=24 -s
12 0:03.25 Adding client.mk options from /var/tmp/portage/www-client/palemoon-27.2.1/work/pale
13 moon-27.2.1/.mozconfig:
14 0:03.25 PYTHON=/usr/bin/python2
15 0:03.25 AUTOCONF=/usr/bin/autoconf-2.13
16 0:03.25 MOZ_MAKE_FLAGS=-j 24 -l 60
17 0:03.25 MOZ_OBJDIR=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/obj
18 -x86_64-unknown-linux-gnu
19 0:03.25 OBJDIR=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/obj-x86_64-unknown-linux-gnu
20 0:03.25 FOUND_MOZCONFIG=/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/.mozconfig
21 0:03.30 gmake[2]: *** No rule to make target '24'. Stop.
22 0:03.30 gmake[1]: *** [/var/tmp/portage/www-client/palemoon-27.2.1/work/palemoon-27.2.1/client.mk:398: realbuild] Error 2
23 0:03.30 gmake: *** [client.mk:171: build] Error 2
24 0:03.34 0 compiler warnings present.
25
26 You see it couldn't even find a rule to make the object files. I tried
27 setting MAKEOPTS="-j 1" to override the --jobs=24 that I usually have set,
28 but that just changed the logged error, substituting 1 for 24.
29
30 Does this ring a bell with anyone? I wanted to look for clues in the make
31 file, but /usr/bin/find returns well over 1000 results.
32
33 --
34 Regards
35 Peter

Replies

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