Gentoo Archives: gentoo-catalyst

From: Christophe PEREZ <christophe.perez@×××××××.com>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] Re: problem with distcc
Date: Tue, 11 Apr 2006 19:17:45
Message-Id: pan.2006.04.11.19.17.41.298610@novazur.fr
In Reply to: Re: [gentoo-catalyst] problem with distcc by Chris Gianelloni
1 Le Tue, 11 Apr 2006 14:25:58 -0400, Chris Gianelloni a écrit :
2
3 > What do you mean that it doesn't use distcc?
4
5 Only localhost[0] is used.
6
7 > How do you know?
8
9 #
10 DISTCC_DIR="/sauve_loc/catalyst2/tmp/default/livecd-stage1-i586-cp20060411/var/tmp/portage/.distcc/"
11 distccmon-text 1 | grep -v "^$"
12
13 only gives lines like :
14 922 Compile pngpread.tmp.KanelXP.918.i localhost[0]
15
16 nothing else.
17
18 > Have you increased MAKEOPTS anywhere?
19
20 No :-(
21
22 Before, I had a catalyst-env.sh
23 (envscript="/etc/catalyst2/catalyst-env.sh") with :
24 export MAKEOPTS="-j7"
25 export LINGUAS="fr"
26 export LANGUAGE="FREN"
27
28 but, as it doesn't work.
29 I always have errors :
30 cd ../obj_s; i586-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I../ncurses -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/ncurses -I/var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/ncurses/../include -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 -march=i586 -pipe -fPIC -c /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/ncurses/base/lib_chgat.c
31 distcc[13193] ERROR: compile /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/ncurses/tty/hashmap.c on 192.168.0.101 failed with exit code 110
32 make[1]: *** [../obj_s/hashmap.o] Error 110
33 make[1]: *** Waiting for unfinished jobs....
34 distcc[13246] ERROR: compile /var/tmp/ccache/lib_bkgd.tmp.KanelXP.13204.i on 192.168.0.101 failed with exit code 110
35 distcc[13204] ERROR: compile /var/tmp/portage/ncurses-5.4-r6/work/ncurses-5.4/ncurses/base/lib_bkgd.c on 192.168.0.101 failed with exit code 110
36 make[1]: *** [../obj_s/lib_bkgd.o] Error 110
37 make: *** [all] Error 2
38
39 !!! ERROR: sys-libs/ncurses-5.4-r6 failed.
40 !!! Function do_compile, Line 89, Exitcode 2
41 !!! make failed
42 !!! If you need support, post the topmost build error, NOT this status message.
43
44
45 seems du to distcc, no ?
46
47 That's why I removed envscript=, but I may forgot the MAKEOPTS.
48 What is the right way to define this MAKEOPTS ?
49
50 > Remember that the default MAKEOPTS is -j2,
51 > which is unlikely to distribute very far... ;]
52
53 Of course, sorry.
54
55 --
56 Christophe PEREZ
57 --
58 gentoo-catalyst@g.o mailing list

Replies

Subject Author
[gentoo-catalyst] Re: problem with distcc Christophe PEREZ <christophe.perez@×××××××.com>
Re: [gentoo-catalyst] Re: problem with distcc Andrew Gaffney <agaffney@g.o>