<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
@fergus<br>
>At <a href="http://distcc.org" target="_blank">distcc.org</a> the 
issues list has an issue for this which has a proposed patch attached 
(search the issues list for "python 2.7"). It needs testing. Please test
 the patch.<br><br><br>I have test your patch and it works fine! i also commented that issue.<br><br>

<br><br>
>As Martin said, the --allow flag takes an inet address not a filename.<br>
>The init script may have shell commands for converting a file to a sequence of --allow flags to use to invoke distccd.<br>
<br><br>year you're right. i have change it to my subnet and the daemon started.<br><br><br>@Martin: here is the error code i get from make:<br><br><br>"src/dotd.c: In function ‘dcc_get_dotd_info’:<br>src/dotd.c:173:9: error: variable ‘ret’ set but not used [-Werror=unused-but-set-variable]<br>cc1: all warnings being treated as errors"<br><br><br>and thats one of the line out of make:<br><br><br>"gcc
 -DHAVE_CONFIG_H -D_GNU_SOURCE -DSYSCONFDIR="\"/usr/local/etc\"" 
-DPKGDATADIR="\"/usr/local/share/distcc\"" -Isrc -I"./src" -I"./lzo" 
-I"./popt" -Werror -g -O2 -MD -W -Wall -Wimplicit -Wshadow 
-Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wmissing-declarations -Wuninitialized -pthread -o src/dotd.o -c 
src/dotd.c"<br><br>>And i fixed it with: "make CFLAGS='-Wno-error=unused-but-set-variable'"<br><br><br>So, I have installed distcc successfully and wan't to make a compile test. but there is my next problem.<br><br><br>That's my configuration: <br><br>Server x.x.177.81 "distccserver"<br><br>Client x.x.177.86 "linuxclient3"<br><br>The PCs are not similar and ping is ok<br><br><br><br>Server-config: /etc/distcc/hosts "linuxclient3"<br><br>
<br>
I start the server with: "distccd --daemon --allow 'x.x.0.0/16'"<br>
I set the DISTCC_VERBOSE=1<br><br> <br><br>
I start the server with: "distccd --daemon --allow 'x.x.0.0/16'"<br>
I set the DISTCC_VERBOSE=1 <br><br><br><br><br>Client-config: same "localhost distccserver"<br>Set DISTCC_HOSTS="distccserver"<br><br>and start the make with: make -j8 CC=distcc (on server)<br>but i only receive this error-message: "distcc[2290] 
(dcc_build_somewhere) Warning: failed to distribute, running locally 
instead"<br>
<br>and i can't find the log file...<br>
1. Are there steps i forgot or i have to do before I can make without errors ?<br>2. how can i look into the log file (install path not changed)                                    </div></body>
</html>