Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39574 - distcc falling back to compile on local during emerge system with an stage2 tarball
Summary: distcc falling back to compile on local during emerge system with an stage2 t...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Lisa Seelye (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 09:30 UTC by Boris Moddemann
Modified: 2004-02-11 05:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Moddemann 2004-01-27 09:30:31 UTC
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"
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-01-27 11:35:14 UTC
on your new machine post output from:

  grep -i distcc /etc/make.conf

Comment 2 Boris Moddemann 2004-01-28 00:52:57 UTC
USE="distcc"
FEATURE="distcc"

Thats the two Lines I added/edited as described in the Documentation.
Comment 3 Lisa Seelye (RETIRED) gentoo-dev 2004-02-01 14:24:46 UTC
What distcc version are you trying to use?
Comment 4 Boris Moddemann 2004-02-03 09:30:54 UTC
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...
Comment 5 Lisa Seelye (RETIRED) gentoo-dev 2004-02-11 05:56:13 UTC
marking worksforme since, well, it works now for OP