After decompression of the stage2 tarball from the LiveCD, I read and followed the instructions how to set up distcc for bootstrapping on youre Page: http://www.gentoo.org/doc/de/distcc.xml doing an emerge system now generates the following error lines: distcc[18960] (dcc_mkdir) ERROR: mkdir /root/.distcc failed: Permission denied distcc[18960] (dcc_lock_one) ERROR: failed to lock [..] distcc[18963] (dcc_build_somewhere) Warning: failed to distribute, running locally instead compilation takes place, but without using my faster machine configured to help the slow one bootstrap Reproducible: Always Steps to Reproduce: 1. Follow the installation manual and decompress an stage2 tarball 2. Follow the distCC Guide for bootstrapping 3. do an emerge system Actual Results: slow local compilation; no distribution of the compilation tasks !!! No gcc found. You probably need to 'source /etc/profile' to update !!! the environment of this terminal and possibly other terminals also. Portage 2.0.49-r4 (default-x86-1.4, [unavailable], glibc-2.3.2-r1, 2.4.21-gss) ================================================================= System uname: 2.4.21-gss i686 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=pentium2 -funroll-loops -pipe" CHOST="i486-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" CXXFLAGS="-O3 -march=pentium2 -funroll-loops -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="sandbox ccache autoaddcvs distcc" GENTOO_MIRRORS="rsync://lug.mtu.edu/distfiles ftp://lug.mtu.edu/gentoo/source http://lug.mtu.edu/gentoo/ http://mirror.tucdemonic.org/gentoo/" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd truetype X xml2 xmms xv zlib"
on your new machine post output from: grep -i distcc /etc/make.conf
USE="distcc" FEATURE="distcc" Thats the two Lines I added/edited as described in the Documentation.
What distcc version are you trying to use?
I tried the same with an stage1 installation. works just fine now. cannot determine the distcc Version I tried to use, but I did a resync just before, and I use no masked packages... hope that helpes...
marking worksforme since, well, it works now for OP