Le Tue, 11 Apr 2006 14:25:58 -0400, Chris Gianelloni a écrit : > What do you mean that it doesn't use distcc?
Only localhost[0] is used. > How do you know? # DISTCC_DIR="/sauve_loc/catalyst2/tmp/default/livecd-stage1-i586-cp20060411/var/tmp/portage/.distcc/" distccmon-text 1 | grep -v "^$" only gives lines like : 922 Compile pngpread.tmp.KanelXP.918.i localhost[0] nothing else. > Have you increased MAKEOPTS anywhere? No :-( Before, I had a catalyst-env.sh (envscript="/etc/catalyst2/catalyst-env.sh") with : export MAKEOPTS="-j7" export LINGUAS="fr" export LANGUAGE="FREN" but, as it doesn't work. I always have errors : 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 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 make[1]: *** [../obj_s/hashmap.o] Error 110 make[1]: *** Waiting for unfinished jobs.... distcc[13246] ERROR: compile /var/tmp/ccache/lib_bkgd.tmp.KanelXP.13204.i on 192.168.0.101 failed with exit code 110 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 make[1]: *** [../obj_s/lib_bkgd.o] Error 110 make: *** [all] Error 2 !!! ERROR: sys-libs/ncurses-5.4-r6 failed. !!! Function do_compile, Line 89, Exitcode 2 !!! make failed !!! If you need support, post the topmost build error, NOT this status message. seems du to distcc, no ? That's why I removed envscript=, but I may forgot the MAKEOPTS. What is the right way to define this MAKEOPTS ? > Remember that the default MAKEOPTS is -j2, > which is unlikely to distribute very far... ;] Of course, sorry. -- Christophe PEREZ -- [EMAIL PROTECTED] mailing list
