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 20:07:37
Message-Id: pan.2006.04.11.20.07.35.26586@novazur.fr
In Reply to: [gentoo-catalyst] Re: problem with distcc by Christophe PEREZ
1 Le Tue, 11 Apr 2006 15:35:57 -0400, Christophe PEREZ a écrit :
2
3 > I ask all of that because that's how I started yesterday, but stage1 build
4 > failed during the night...
5
6 I tried again, with
7 # cat stage1-060410.spec
8 subarch: i586
9 target: stage1
10 version_stamp: 20060410
11 rel_type: default
12 profile: default-linux/x86/2006.0
13 snapshot: 20060410
14 source_subpath: stage3-i586-2006.0
15 distcc_hosts: localhost 192.168.0.101 192.168.0.201 192.168.0.30 192.168.0.6
16
17 And it fails during the first compile :
18 >>> emerge (1 of 66) sys-devel/patch-2.5.9 to /
19 [...]
20 i586-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -Ded_PROGRAM=\"ed\" -I. -I. -O2 -march=i586 -pipe -DLINUX -D_XOPEN_SOURCE=500 getopt.c
21 i586-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -Ded_PROGRAM=\"ed\" -I. -I. -O2 -march=i586 -pipe -DLINUX -D_XOPEN_SOURCE=500 getopt1.c
22 distcc[8533] ERROR: compile /var/tmp/ccache/addext.tmp.KanelXP.8506.i on 192.168.0.101 failed with exit code 110
23 distcc[8506] ERROR: compile addext.c on 192.168.0.101 failed with exit code 110
24 make: *** [addext.o] Error 110
25 make: *** Waiting for unfinished jobs....
26 distcc[8538] ERROR: compile /var/tmp/ccache/backupfile.tmp.KanelXP.8513.i on 192.168.0.101 failed with exit code 110
27 distcc[8542] ERROR: compile /var/tmp/ccache/argmatch.tmp.KanelXP.8510.i on 192.168.0.101 failed with exit code 110
28 distcc[8537] ERROR: compile /var/tmp/ccache/getopt.tmp.KanelXP.8517.i on 192.168.0.201 failed with exit code 110
29 distcc[8517] ERROR: compile getopt.c on 192.168.0.201 failed with exit code 110
30 make: *** [getopt.o] Error 110
31
32 !!! ERROR: sys-devel/patch-2.5.9 failed.
33 !!! Function src_compile, Line 29, Exitcode 2
34 !!! emake failed
35 !!! If you need support, post the topmost build error, NOT this status message.
36
37
38 !!! catalyst: run script failed.
39
40 I'll try again without distcc for building stage1.
41 But, if it works, I'm curious to know the real right way to do it ?
42
43 --
44 Christophe PEREZ
45 --
46 gentoo-catalyst@g.o mailing list

Replies

Subject Author
Re: [gentoo-catalyst] Re: problem with distcc Andrew Gaffney <agaffney@g.o>
Re: [gentoo-catalyst] Re: problem with distcc Chris Gianelloni <wolf31o2@g.o>