From: Benjamin R. <ra...@be...> - 2003-05-26 17:39:05
|
Linc Davis wrote: > distcc[3902] (dcc_get_hostlist) read hosts from environment > distcc[3902] (dcc_parse_hosts) found tcp token "host2" > distcc[3902] (dcc_lock_host) > /tmp/distcc_00000000/lock_cpu_tcp_host2_3632_0 is busy > distcc[3902] (dcc_lock_host) got cpu lock on host2 slot 1 > distcc[3902] (dcc_lock_host) > /tmp/distcc_00000000/lock_xmit_tcp_host2_3632_0 is busy > distcc[3902] (dcc_unlock) release lock > > I don't see a distccd process running on host2 and as far as I can tell, > nothing is being compiled on it. What am I doing wrong? Thanks. Perhaps this is a silly question, but do you have MAKEFLAGS set to do multiple invocations at once, and/or are you passing a -jN flag to the build? distcc doesn't do anything unless you have multiple cc's going at once... -- [ Benjamin Reed a.k.a. Ranger Rick ] [ http://ranger.befunk.com/ ] "In the pants of peace, there will always be pockets of resistance." -- Fake Geraldo on Conan O'Brien |