Gentoo Archives: gentoo-user

From: krutny <krutny@×××××××××××.pl>
To: gentoo-user@l.g.o
Subject: [gentoo-user] stubborn distcc compile on localhost
Date: Wed, 01 Feb 2006 22:40:18
Message-Id: 43E13703.1020900@poczta.onet.pl
1 Hi,
2 I'm fighting with distcc and have following problem:
3
4 halinka ~ # /usr/lib/distcc/bin/gcc test.c
5 distcc[28674] (dcc_trace_version) distcc 2.18.3 i686-pc-linux-gnu; built
6 Feb 1 2006 00:53:26
7 distcc[28674] (dcc_recursion_safeguard) safeguard level=0
8 distcc[28674] (main) compiler name is "gcc"
9 distcc[28674] (dcc_support_masquerade) not modifying PATH
10 distcc[28674] (dcc_scan_args) scanning arguments: gcc test.c
11 distcc[28674] (dcc_scan_args) found input file "test.c"
12 distcc[28674] (dcc_scan_args) compiler apparently called not for compile
13 distcc[28674] (dcc_lock_host) got cpu lock on localhost slot 0 as fd3
14 distcc[28674] exec on localhost: gcc test.c
15 distcc[28674] (dcc_note_state) note state 5, file "test.c", host "localhost"
16 distcc[28674] (dcc_spawn_child) forking to execute: gcc test.c
17 distcc[28675] (dcc_increment_safeguard) setting safeguard:
18 _DISTCC_SAFEGUARD=1
19 distcc[28674] (dcc_spawn_child) child started as pid28675
20 distcc[28674] (dcc_collect_child) cc child 28675 terminated with status 0
21 distcc[28674] (dcc_collect_child) cc times: user 0.083987s, system
22 0.027995s, 2132 minflt, 0 majflt
23 distcc[28674] compile test.c on localhost completed ok
24 distcc[28674] elapsed compilation time 0.451234s
25 distcc[28674] (dcc_exit) exit: code 0; self: 0.000999 user 0.000999 sys;
26 children: 0.083987 user 0.027995 sys
27 distcc[28674] (dcc_cleanup_tempfiles) deleted 0 temporary files
28
29 How is it shown file is compiled on localhost despite:
30
31 halinka ~ # distcc-config --get-hosts
32 192.168.0.2
33
34 Where of course localhost != 192.168.0.2
35
36 Any ideas what am I doing wrong ?
37
38 Greetings,
39 krutny
40
41 --
42 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] stubborn distcc compile on localhost Dave Nebinger <dnebinger@××××.com>