[distcc] One machine compile only

Piero B. Contezini distcc at piero.contezini.net
Mon Oct 13 13:46:32 GMT 2003


Ok, im sending detailed info:
My machine:
Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:18:24 EST 2003 i686 
athlon i386 GNU/Linux
Redhat 9
distcc 2.10-2 from rpm

apolo.dev:
Linux apolo 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
Redhat 9
distcc 2.10-2 from rpm

hercules.dev
Linux hercules 2.4.20 #2 Mon Mar 17 22:02:15 PST 2003 i686 unknown
Slackware 9
distcc 2.11.1

For all the machines, the same startup server option:
distccd ---daemon --verbose --log-file=/tmp/distccd.log


The test build
make -j8 CC=distcc
distcc -c -o procmcast.o procmcast.cpp -I. -I/usr/kerberos/include 
-I../include -I../error -I../mpacket -I../mcast -I../ssl -I../tpacket 
-I../jackpot -I/usr/include/libxml2 -I/usr/include/mysql -I../config 
-I../websrv
distcc -c -o proctcppacket.o proctcppacket.cpp -I. -I/usr/kerberos/include 
-I../include -I../error -I../mpacket -I../mcast -I../ssl -I../tpacket 
-I../jackpot -I/usr/include/libxml2 -I/usr/include/mysql -I../config 
-I../websrv
distcc -c -o data.o data.cpp -I. -I/usr/kerberos/include -I../include 
-I../error -I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc -c -o server.o main.cpp -I. -I/usr/kerberos/include -I../include 
-I../error -I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc -c -o pdata.o pdata.cpp -I. -I/usr/kerberos/include -I../include 
-I../error -I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc -o server server.o procmcast.o proctcppacket.o data.o pdata.o 
../error/error.o ../mpacket/mpacket.o ../mcast/mcast.o ../ssl/ssl.o 
../tpacket/tsrvpacket.o ../tpacket/tpacket.o ../jackpot/jackpot.o ../db/db.o 
../config/config.o ../websrv/websrv.a -lssl -ggdb -lxml2 -lcrypto -lz -lkrb5 
-L/usr/kerberos/lib -lk5crypto -lcom_err  -L/usr/lib/mysql -lmysqlclient 
-lstdc++

DISTCC debug log
distcc[9026] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9026] (dcc_recursion_safeguard) safeguard level=0
distcc[9026] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9026] (dcc_trim_path) not modifying PATH
distcc[9026] (dcc_scan_args) scanning arguments: cc -c -o procmcast.o 
procmcast.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9026] (dcc_scan_args) found object/output file "procmcast.o"
distcc[9026] (dcc_scan_args) found input file "procmcast.cpp"
distcc[9026] compile from procmcast.cpp to procmcast.o
distcc[9026] (dcc_get_hostlist) read hosts from environment
distcc[9026] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9026] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9026] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9026] exec on localhost: cc -c -o procmcast.o procmcast.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9026] (dcc_note_state) note state Compile, file "procmcast.cpp", host 
"localhost"
distcc[9026] (dcc_x_token_int) send STFV00000000
distcc[9026] (dcc_x_token_int) send CPID00002342
distcc[9026] (dcc_x_token_int) send STTE00000007
distcc[9026] (dcc_x_token_int) send FILE0000000d
distcc[9026] (dcc_x_token_int) send HOST00000009
distcc[9026] (dcc_spawn_child) forking to execute: cc -c -o procmcast.o 
procmcast.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9027] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9026] (dcc_spawn_child) child started as pid9027
distcc[9026] (dcc_collect_child) cc child 9027 terminated with status 0
distcc[9026] (dcc_collect_child) cc times: user 0.900000s, system 0.130000s, 
6258 minflt, 1436 majflt
distcc[9026] compile on localhost completed ok
distcc[9026] elapsed compilation time 1.056203s
distcc[9026] (dcc_exit) exit: code 0; self: 0.000000 user 0.010000 sys; 
children: 0.900000 user 0.130000 sys
distcc[9026] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9030] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9030] (dcc_recursion_safeguard) safeguard level=0
distcc[9030] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9030] (dcc_trim_path) not modifying PATH
distcc[9030] (dcc_scan_args) scanning arguments: cc -c -o proctcppacket.o 
proctcppacket.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9030] (dcc_scan_args) found object/output file "proctcppacket.o"
distcc[9030] (dcc_scan_args) found input file "proctcppacket.cpp"
distcc[9030] compile from proctcppacket.cpp to proctcppacket.o
distcc[9030] (dcc_get_hostlist) read hosts from environment
distcc[9030] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9030] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9030] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9030] exec on localhost: cc -c -o proctcppacket.o proctcppacket.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9030] (dcc_note_state) note state Compile, file "proctcppacket.cpp", 
host "localhost"
distcc[9030] (dcc_x_token_int) send STFV00000000
distcc[9030] (dcc_x_token_int) send CPID00002346
distcc[9030] (dcc_x_token_int) send STTE00000007
distcc[9030] (dcc_x_token_int) send FILE00000011
distcc[9030] (dcc_x_token_int) send HOST00000009
distcc[9030] (dcc_spawn_child) forking to execute: cc -c -o proctcppacket.o 
proctcppacket.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9031] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9030] (dcc_spawn_child) child started as pid9031
distcc[9030] (dcc_collect_child) cc child 9031 terminated with status 0
distcc[9030] (dcc_collect_child) cc times: user 0.980000s, system 0.050000s, 
6291 minflt, 1453 majflt
distcc[9030] compile on localhost completed ok
distcc[9030] elapsed compilation time 1.031499s
distcc[9030] (dcc_exit) exit: code 0; self: 0.000000 user 0.010000 sys; 
children: 0.980000 user 0.050000 sys
distcc[9030] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9034] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9034] (dcc_recursion_safeguard) safeguard level=0
distcc[9034] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9034] (dcc_trim_path) not modifying PATH
distcc[9034] (dcc_scan_args) scanning arguments: cc -c -o data.o data.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9034] (dcc_scan_args) found object/output file "data.o"
distcc[9034] (dcc_scan_args) found input file "data.cpp"
distcc[9034] compile from data.cpp to data.o
distcc[9034] (dcc_get_hostlist) read hosts from environment
distcc[9034] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9034] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9034] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9034] exec on localhost: cc -c -o data.o data.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9034] (dcc_note_state) note state Compile, file "data.cpp", host 
"localhost"
distcc[9034] (dcc_x_token_int) send STFV00000000
distcc[9034] (dcc_x_token_int) send CPID0000234a
distcc[9034] (dcc_x_token_int) send STTE00000007
distcc[9034] (dcc_x_token_int) send FILE00000008
distcc[9034] (dcc_x_token_int) send HOST00000009
distcc[9034] (dcc_spawn_child) forking to execute: cc -c -o data.o data.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9035] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9034] (dcc_spawn_child) child started as pid9035
distcc[9034] (dcc_collect_child) cc child 9035 terminated with status 0
distcc[9034] (dcc_collect_child) cc times: user 0.850000s, system 0.060000s, 
5541 minflt, 1409 majflt
distcc[9034] compile on localhost completed ok
distcc[9034] elapsed compilation time 0.935491s
distcc[9034] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.850000 user 0.060000 sys
distcc[9034] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9038] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9038] (dcc_recursion_safeguard) safeguard level=0
distcc[9038] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9038] (dcc_trim_path) not modifying PATH
distcc[9038] (dcc_scan_args) scanning arguments: cc -c -o server.o main.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9038] (dcc_scan_args) found object/output file "server.o"
distcc[9038] (dcc_scan_args) found input file "main.cpp"
distcc[9038] compile from main.cpp to server.o
distcc[9038] (dcc_get_hostlist) read hosts from environment
distcc[9038] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9038] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9038] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9038] exec on localhost: cc -c -o server.o main.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9038] (dcc_note_state) note state Compile, file "main.cpp", host 
"localhost"
distcc[9038] (dcc_x_token_int) send STFV00000000
distcc[9038] (dcc_x_token_int) send CPID0000234e
distcc[9038] (dcc_x_token_int) send STTE00000007
distcc[9038] (dcc_x_token_int) send FILE00000008
distcc[9038] (dcc_x_token_int) send HOST00000009
distcc[9038] (dcc_spawn_child) forking to execute: cc -c -o server.o main.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9039] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9038] (dcc_spawn_child) child started as pid9039
distcc[9038] (dcc_collect_child) cc child 9039 terminated with status 0
distcc[9038] (dcc_collect_child) cc times: user 0.910000s, system 0.110000s, 
6317 minflt, 1460 majflt
distcc[9038] compile on localhost completed ok
distcc[9038] elapsed compilation time 1.030107s
distcc[9038] (dcc_exit) exit: code 0; self: 0.000000 user 0.010000 sys; 
children: 0.910000 user 0.110000 sys
distcc[9038] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9042] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9042] (dcc_recursion_safeguard) safeguard level=0
distcc[9042] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9042] (dcc_trim_path) not modifying PATH
distcc[9042] (dcc_scan_args) scanning arguments: cc -c -o pdata.o pdata.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9042] (dcc_scan_args) found object/output file "pdata.o"
distcc[9042] (dcc_scan_args) found input file "pdata.cpp"
distcc[9042] compile from pdata.cpp to pdata.o
distcc[9042] (dcc_get_hostlist) read hosts from environment
distcc[9042] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9042] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9042] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9042] exec on localhost: cc -c -o pdata.o pdata.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9042] (dcc_note_state) note state Compile, file "pdata.cpp", host 
"localhost"
distcc[9042] (dcc_x_token_int) send STFV00000000
distcc[9042] (dcc_x_token_int) send CPID00002352
distcc[9042] (dcc_x_token_int) send STTE00000007
distcc[9042] (dcc_x_token_int) send FILE00000009
distcc[9042] (dcc_x_token_int) send HOST00000009
distcc[9042] (dcc_spawn_child) forking to execute: cc -c -o pdata.o pdata.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9043] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9042] (dcc_spawn_child) child started as pid9043
distcc[9042] (dcc_collect_child) cc child 9043 terminated with status 0
distcc[9042] (dcc_collect_child) cc times: user 0.930000s, system 0.090000s, 
6289 minflt, 1444 majflt
distcc[9042] compile on localhost completed ok
distcc[9042] elapsed compilation time 1.027573s
distcc[9042] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.930000 user 0.090000 sys
distcc[9042] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9046] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9046] (dcc_recursion_safeguard) safeguard level=0
distcc[9046] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9046] (dcc_trim_path) not modifying PATH
distcc[9046] (dcc_scan_args) scanning arguments: cc -o server server.o 
procmcast.o proctcppacket.o data.o pdata.o ../error/error.o 
../mpacket/mpacket.o ../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o 
../tpacket/tpacket.o ../jackpot/jackpot.o ../db/db.o ../config/config.o 
../websrv/websrv.a -lssl -ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib 
-lk5crypto -lcom_err -L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9046] (dcc_scan_args) found object/output file "server"
distcc[9046] (dcc_scan_args) found object/output file "server.o"
distcc[9046] (dcc_scan_args) called for link?  i give up
distcc[9046] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9046] exec on localhost: cc -o server server.o procmcast.o 
proctcppacket.o data.o pdata.o ../error/error.o ../mpacket/mpacket.o 
../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o ../tpacket/tpacket.o 
../jackpot/jackpot.o ../db/db.o ../config/config.o ../websrv/websrv.a -lssl 
-ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib -lk5crypto -lcom_err 
-L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9046] (dcc_note_state) note state Compile, file "(NULL)", host 
"localhost"
distcc[9046] (dcc_x_token_int) send STFV00000000
distcc[9046] (dcc_x_token_int) send CPID00002356
distcc[9046] (dcc_x_token_int) send STTE00000007
distcc[9046] (dcc_x_token_int) send FILE00000000
distcc[9046] (dcc_x_token_int) send HOST00000009
distcc[9046] (dcc_spawn_child) forking to execute: cc -o server server.o 
procmcast.o proctcppacket.o data.o pdata.o ../error/error.o 
../mpacket/mpacket.o ../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o 
../tpacket/tpacket.o ../jackpot/jackpot.o ../db/db.o ../config/config.o 
../websrv/websrv.a -lssl -ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib 
-lk5crypto -lcom_err -L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9047] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9046] (dcc_spawn_child) child started as pid9047
distcc[9046] (dcc_collect_child) cc child 9047 terminated with status 0
distcc[9046] (dcc_collect_child) cc times: user 0.200000s, system 0.020000s, 
1685 minflt, 489 majflt
distcc[9046] compile on localhost completed ok
distcc[9046] elapsed compilation time 0.230057s
distcc[9046] (dcc_exit) exit: code 0; self: 0.010000 user 0.000000 sys; 
children: 0.200000 user 0.020000 sys
distcc[9046] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9053] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9053] (dcc_recursion_safeguard) safeguard level=0
distcc[9053] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9053] (dcc_trim_path) not modifying PATH
distcc[9053] (dcc_scan_args) scanning arguments: cc -c -o procmcast.o 
procmcast.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9053] (dcc_scan_args) found object/output file "procmcast.o"
distcc[9053] (dcc_scan_args) found input file "procmcast.cpp"
distcc[9053] compile from procmcast.cpp to procmcast.o
distcc[9053] (dcc_get_hostlist) read hosts from environment
distcc[9053] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9053] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9053] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9053] exec on localhost: cc -c -o procmcast.o procmcast.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9053] (dcc_note_state) note state Compile, file "procmcast.cpp", host 
"localhost"
distcc[9053] (dcc_x_token_int) send STFV00000000
distcc[9053] (dcc_x_token_int) send CPID0000235d
distcc[9053] (dcc_x_token_int) send STTE00000007
distcc[9053] (dcc_x_token_int) send FILE0000000d
distcc[9053] (dcc_x_token_int) send HOST00000009
distcc[9053] (dcc_spawn_child) forking to execute: cc -c -o procmcast.o 
procmcast.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9054] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9053] (dcc_spawn_child) child started as pid9054
distcc[9053] (dcc_collect_child) cc child 9054 terminated with status 0
distcc[9053] (dcc_collect_child) cc times: user 1.030000s, system 0.120000s, 
6259 minflt, 1436 majflt
distcc[9053] compile on localhost completed ok
distcc[9053] elapsed compilation time 1.167888s
distcc[9053] (dcc_exit) exit: code 0; self: 0.000000 user 0.010000 sys; 
children: 1.030000 user 0.120000 sys
distcc[9053] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9057] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9057] (dcc_recursion_safeguard) safeguard level=0
distcc[9057] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9057] (dcc_trim_path) not modifying PATH
distcc[9057] (dcc_scan_args) scanning arguments: cc -c -o proctcppacket.o 
proctcppacket.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9057] (dcc_scan_args) found object/output file "proctcppacket.o"
distcc[9057] (dcc_scan_args) found input file "proctcppacket.cpp"
distcc[9057] compile from proctcppacket.cpp to proctcppacket.o
distcc[9057] (dcc_get_hostlist) read hosts from environment
distcc[9057] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9057] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9057] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9057] exec on localhost: cc -c -o proctcppacket.o proctcppacket.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9057] (dcc_note_state) note state Compile, file "proctcppacket.cpp", 
host "localhost"
distcc[9057] (dcc_x_token_int) send STFV00000000
distcc[9057] (dcc_x_token_int) send CPID00002361
distcc[9057] (dcc_x_token_int) send STTE00000007
distcc[9057] (dcc_x_token_int) send FILE00000011
distcc[9057] (dcc_x_token_int) send HOST00000009
distcc[9057] (dcc_spawn_child) forking to execute: cc -c -o proctcppacket.o 
proctcppacket.cpp -I. -I/usr/kerberos/include -I../include -I../error 
-I../mpacket -I../mcast -I../ssl -I../tpacket -I../jackpot 
-I/usr/include/libxml2 -I/usr/include/mysql -I../config -I../websrv
distcc[9058] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9057] (dcc_spawn_child) child started as pid9058
distcc[9057] (dcc_collect_child) cc child 9058 terminated with status 0
distcc[9057] (dcc_collect_child) cc times: user 0.960000s, system 0.080000s, 
6287 minflt, 1453 majflt
distcc[9057] compile on localhost completed ok
distcc[9057] elapsed compilation time 1.035029s
distcc[9057] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.960000 user 0.080000 sys
distcc[9057] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9061] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9061] (dcc_recursion_safeguard) safeguard level=0
distcc[9061] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9061] (dcc_trim_path) not modifying PATH
distcc[9061] (dcc_scan_args) scanning arguments: cc -c -o data.o data.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9061] (dcc_scan_args) found object/output file "data.o"
distcc[9061] (dcc_scan_args) found input file "data.cpp"
distcc[9061] compile from data.cpp to data.o
distcc[9061] (dcc_get_hostlist) read hosts from environment
distcc[9061] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9061] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9061] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9061] exec on localhost: cc -c -o data.o data.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9061] (dcc_note_state) note state Compile, file "data.cpp", host 
"localhost"
distcc[9061] (dcc_x_token_int) send STFV00000000
distcc[9061] (dcc_x_token_int) send CPID00002365
distcc[9061] (dcc_x_token_int) send STTE00000007
distcc[9061] (dcc_x_token_int) send FILE00000008
distcc[9061] (dcc_x_token_int) send HOST00000009
distcc[9061] (dcc_spawn_child) forking to execute: cc -c -o data.o data.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9062] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9061] (dcc_spawn_child) child started as pid9062
distcc[9061] (dcc_collect_child) cc child 9062 terminated with status 0
distcc[9061] (dcc_collect_child) cc times: user 0.840000s, system 0.060000s, 
5542 minflt, 1409 majflt
distcc[9061] compile on localhost completed ok
distcc[9061] elapsed compilation time 0.901320s
distcc[9061] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.840000 user 0.060000 sys
distcc[9061] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9065] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9065] (dcc_recursion_safeguard) safeguard level=0
distcc[9065] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9065] (dcc_trim_path) not modifying PATH
distcc[9065] (dcc_scan_args) scanning arguments: cc -c -o server.o main.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9065] (dcc_scan_args) found object/output file "server.o"
distcc[9065] (dcc_scan_args) found input file "main.cpp"
distcc[9065] compile from main.cpp to server.o
distcc[9065] (dcc_get_hostlist) read hosts from environment
distcc[9065] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9065] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9065] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9065] exec on localhost: cc -c -o server.o main.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9065] (dcc_note_state) note state Compile, file "main.cpp", host 
"localhost"
distcc[9065] (dcc_x_token_int) send STFV00000000
distcc[9065] (dcc_x_token_int) send CPID00002369
distcc[9065] (dcc_x_token_int) send STTE00000007
distcc[9065] (dcc_x_token_int) send FILE00000008
distcc[9065] (dcc_x_token_int) send HOST00000009
distcc[9065] (dcc_spawn_child) forking to execute: cc -c -o server.o main.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9066] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9065] (dcc_spawn_child) child started as pid9066
distcc[9065] (dcc_collect_child) cc child 9066 terminated with status 0
distcc[9065] (dcc_collect_child) cc times: user 0.930000s, system 0.110000s, 
6320 minflt, 1460 majflt
distcc[9065] compile on localhost completed ok
distcc[9065] elapsed compilation time 1.033825s
distcc[9065] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.930000 user 0.110000 sys
distcc[9065] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9069] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9069] (dcc_recursion_safeguard) safeguard level=0
distcc[9069] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9069] (dcc_trim_path) not modifying PATH
distcc[9069] (dcc_scan_args) scanning arguments: cc -c -o pdata.o pdata.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9069] (dcc_scan_args) found object/output file "pdata.o"
distcc[9069] (dcc_scan_args) found input file "pdata.cpp"
distcc[9069] compile from pdata.cpp to pdata.o
distcc[9069] (dcc_get_hostlist) read hosts from environment
distcc[9069] (dcc_parse_hosts) found tcp token "apolo.dev"
distcc[9069] (dcc_parse_hosts) found tcp token "hercules.dev"
distcc[9069] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9069] exec on localhost: cc -c -o pdata.o pdata.cpp -I. 
-I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9069] (dcc_note_state) note state Compile, file "pdata.cpp", host 
"localhost"
distcc[9069] (dcc_x_token_int) send STFV00000000
distcc[9069] (dcc_x_token_int) send CPID0000236d
distcc[9069] (dcc_x_token_int) send STTE00000007
distcc[9069] (dcc_x_token_int) send FILE00000009
distcc[9069] (dcc_x_token_int) send HOST00000009
distcc[9069] (dcc_spawn_child) forking to execute: cc -c -o pdata.o pdata.cpp 
-I. -I/usr/kerberos/include -I../include -I../error -I../mpacket -I../mcast 
-I../ssl -I../tpacket -I../jackpot -I/usr/include/libxml2 
-I/usr/include/mysql -I../config -I../websrv
distcc[9070] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9069] (dcc_spawn_child) child started as pid9070
distcc[9069] (dcc_collect_child) cc child 9070 terminated with status 0
distcc[9069] (dcc_collect_child) cc times: user 0.940000s, system 0.080000s, 
6290 minflt, 1444 majflt
distcc[9069] compile on localhost completed ok
distcc[9069] elapsed compilation time 1.023731s
distcc[9069] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.940000 user 0.080000 sys
distcc[9069] (dcc_cleanup_tempfiles) deleted 0 temporary files
distcc[9073] (dcc_trace_version) distcc 2.10 i686-pc-linux-gnu; built Aug 11 
2003 20:47:59
distcc[9073] (dcc_recursion_safeguard) safeguard level=0
distcc[9073] (dcc_trim_path) original PATH 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distcc[9073] (dcc_trim_path) not modifying PATH
distcc[9073] (dcc_scan_args) scanning arguments: cc -o server server.o 
procmcast.o proctcppacket.o data.o pdata.o ../error/error.o 
../mpacket/mpacket.o ../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o 
../tpacket/tpacket.o ../jackpot/jackpot.o ../db/db.o ../config/config.o 
../websrv/websrv.a -lssl -ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib 
-lk5crypto -lcom_err -L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9073] (dcc_scan_args) found object/output file "server"
distcc[9073] (dcc_scan_args) found object/output file "server.o"
distcc[9073] (dcc_scan_args) called for link?  i give up
distcc[9073] (dcc_lock_host) got cpu lock on localhost slot 0 as fd4
distcc[9073] exec on localhost: cc -o server server.o procmcast.o 
proctcppacket.o data.o pdata.o ../error/error.o ../mpacket/mpacket.o 
../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o ../tpacket/tpacket.o 
../jackpot/jackpot.o ../db/db.o ../config/config.o ../websrv/websrv.a -lssl 
-ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib -lk5crypto -lcom_err 
-L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9073] (dcc_note_state) note state Compile, file "(NULL)", host 
"localhost"
distcc[9073] (dcc_x_token_int) send STFV00000000
distcc[9073] (dcc_x_token_int) send CPID00002371
distcc[9073] (dcc_x_token_int) send STTE00000007
distcc[9073] (dcc_x_token_int) send FILE00000000
distcc[9073] (dcc_x_token_int) send HOST00000009
distcc[9073] (dcc_spawn_child) forking to execute: cc -o server server.o 
procmcast.o proctcppacket.o data.o pdata.o ../error/error.o 
../mpacket/mpacket.o ../mcast/mcast.o ../ssl/ssl.o ../tpacket/tsrvpacket.o 
../tpacket/tpacket.o ../jackpot/jackpot.o ../db/db.o ../config/config.o 
../websrv/websrv.a -lssl -ggdb -lxml2 -lcrypto -lz -lkrb5 -L/usr/kerberos/lib 
-lk5crypto -lcom_err -L/usr/lib/mysql -lmysqlclient -lstdc++
distcc[9074] (dcc_increment_safeguard) setting safeguard: _DISTCC_SAFEGUARD=1
distcc[9073] (dcc_spawn_child) child started as pid9074
distcc[9073] (dcc_collect_child) cc child 9074 terminated with status 0
distcc[9073] (dcc_collect_child) cc times: user 0.190000s, system 0.020000s, 
1686 minflt, 489 majflt
distcc[9073] compile on localhost completed ok
distcc[9073] elapsed compilation time 0.208062s
distcc[9073] (dcc_exit) exit: code 0; self: 0.000000 user 0.000000 sys; 
children: 0.190000 user 0.020000 sys
distcc[9073] (dcc_cleanup_tempfiles) deleted 0 temporary files

DISTCCD debug log from localhost
distccd[8895] (dcc_setup_daemon_path) daemon's PATH is 
/usr/local/sbin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/local/bin:/opt/X11R6/bin:/usr/bin:/root/bin
distccd[8895] (dcc_listen_by_addr) listening on 0.0.0.0:3632
distccd[8895] (dcc_standalone_server) 1 CPU online on this server
distccd[8895] (dcc_standalone_server) allowing up to 3 active jobs
distccd[8895] (dcc_ignore_sighup) ignoring SIGHUP
distccd[8896] (dcc_detach) setsid to session 8896
distccd[8896] (dcc_log_daemon_started) preforking daemon started (2.10 
i686-pc-linux-gnu, built Aug 11 2003 20:48:07)
distccd[8896] (dcc_preforking_parent) up to 1 children
distccd[8896] (dcc_preforking_parent) up to 2 children
distccd[8896] (dcc_preforking_parent) up to 3 children

DISTCCD debug log from apolo.dev
distccd[1846] (dcc_setup_daemon_path) daemon's PATH is 
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
distccd[1846] (dcc_listen_by_addr) listening on 0.0.0.0:3632
distccd[1846] (dcc_standalone_server) 1 CPU online on this server
distccd[1846] (dcc_standalone_server) allowing up to 3 active jobs
distccd[1846] (dcc_ignore_sighup) ignoring SIGHUP
distccd[1847] (dcc_detach) setsid to session 1847
distccd[1847] (dcc_log_daemon_started) preforking daemon started (2.11.1 
i686-pc-linux-gnu, built Oct  8 2003 13:03:25)
distccd[1847] (dcc_preforking_parent) up to 1 children
distccd[1847] (dcc_preforking_parent) up to 2 children
distccd[1847] (dcc_preforking_parent) up to 3 children

DISTCCD debug from hercules.dev
distccd[483] (dcc_setup_daemon_path) daemon's PATH is 
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/opt/www/htdig/bin:/opt/kde/bin:/usr/lib/qt-3.1.2/bin:/usr/share/texmf/bin
distccd[483] (dcc_listen_by_addr) listening on 0.0.0.0:3632
distccd[483] (dcc_standalone_server) 1 CPU online on this server
distccd[483] (dcc_standalone_server) allowing up to 3 active jobs
distccd[483] (dcc_ignore_sighup) ignoring SIGHUP
distccd[484] (dcc_detach) setsid to session 484
distccd[484] (dcc_log_daemon_started) preforking daemon started (2.11.1 
i686-pc-linux-gnu, built Oct  8 2003 14:21:18)
distccd[484] (dcc_preforking_parent) up to 1 children
distccd[484] (dcc_preforking_parent) up to 2 children
distccd[484] (dcc_preforking_parent) up to 3 children

Thats all i have to show you now, if something miss just ask me.

Piero

On Monday 13 October 2003 11:45, you wrote:
> On 13 Oct 2003, "Piero B. Contezini" <distcc at piero.contezini.net> wrote:
> > Hello, i dont know if this is the right list to look for help, my excuses
> > if its the wrong place.
>
> It's the right place, but you need to provide more information:
>
>   http://distcc.samba.org/problems.html
>
> --
> Martin




More information about the distcc mailing list