A program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network
Questions tagged [distcc]
68 questions
0
votes
1 answer
Distribute compilation on a server that itself distributes on more computers
If I distcc my compilation on a unique server, is it possible to this server to distribute its compilation to many more computers by using distcc too?
Another way to ask it: is the distcc distribution stopped after one distribution or is it…

ana
- 1
- 1
0
votes
1 answer
Distributed Build Icecream failed Resource temporarily unavailable
We are using icecream github: distributed build (like distcc) for compiling our c++ code among several machines.
However, we frequently encounter exceptions:
ICECC[16186] 18:57:54: write of source chunk to host 192.168.168.82
ICECC[16186] 18:57:54:…
user8152065
0
votes
2 answers
Distcc .distcc/zeroconf/hosts contained no hosts
I am getting an error from distcc. I am using the package from the repos. Here is my configuration
$ cat /etc/default/distcc | grep -v \#
STARTDISTCC="true"
ALLOWEDNETS="127.0.0.0/16…
user3002273
0
votes
1 answer
How to check which components are compiled by which server when using distcc
I've got a distccd daemon running on two servers.
One (call it A, .12) serves as the master, while the other (call it B, .11) serves as a slave:
Settings on A:
vim ~/.distcc/hosts
# contents of ~/.distcc/hosts
localhost
…

Nancy Lee
- 31
- 5
0
votes
1 answer
effect of network on distributed build aka distcc
I'll be using Incredibuild or Electric-Cloud, both are similar to what distcc does.
CONFIG
two PCs
inside my company (so no slowdown due to firewall issue)
both on the same (really) expensive gigabit switch
I know NOTHING about networking but .…

Bob
- 4,576
- 7
- 39
- 107
0
votes
1 answer
gdb can't find any source after compile through distcc
I'm using several freebsd machines, and all of them are in same version,
10.3-RELEASE i386. And installed distcc every machine through ports,
/usr/ports/devel/distcc/.
I think the distcc version is distcc-3.1 because of the distcc-3.1.tar.bz2 file…

Kim.K
- 1
0
votes
0 answers
distcc failed to write: Transport endpoint is not connected
When I use distcc, it fail with message below:
dcc_writex warning: failed to write: Transport endpoint is not connected
This is not happend at every time, does anybody has idea on this?

user2735005
- 89
- 2
- 10
0
votes
2 answers
how to start distcc in pump mode
I have tried to start distcc in pump mode, but due to unknown reason it is not able to distributed the pre-processing task. So I have uninstalled every thing related to distcc and want to redo everything from beginning to get distcc in pump mode up…
user2088082