Re: [gentoo-user] distcc not distributing compilation.

2003-03-04 Thread Mike Diehl
On Monday 03 March 2003 10:22 am, keanu wrote:
 On Monday 03 March 2003 16:51, Stanislav Karchebny wrote:
 3  2003 20:42 Kevin J. Anderson (a):
  The definitive guide is on http://distcc.samba.org/ and is as simple as:
  1. emerge distcc
  2. start distccd
  3. put DISTCC_HOSTS=host1 host2 host3 in /etc/make.conf
  4. enable FEATURES=distcc in /etc/make.conf

 disable sandbox ??


I'm not familiar with this FEATURE. Can you give me a pointer to more info?

Thanx,
Mike Diehl.

--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] distcc not distributing compilation.

2003-03-03 Thread Kevin J. Anderson
Is there a definitive guide out there to get distcc working on gentoo?  I
still have yet to get it working after various attempts, and there is
conflicting advice in the forums on the issue.

kev

--Original Message-
-From: Pat Double [mailto:[EMAIL PROTECTED]
-Sent: Monday, March 03, 2003 5:48 AM
-To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
-Subject: Re: [gentoo-user] distcc not distributing compilation.
-
-
--BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
-
-On Monday 03 March 2003 01:49 am, Mike Diehl wrote:
- MAKEOPTS=-j 4
-
-Pardon me if I'm incorrect, but does -j 4 work with a space in
-it, or does
-it need to be -j4 (no space) ? I've always used the option
-without a space.
-
-- --
-Pat Double, [EMAIL PROTECTED]
-In the beginning God created the heaven and the earth.
--BEGIN PGP SIGNATURE-
-Version: GnuPG v1.2.1 (GNU/Linux)
-
-iD8DBQE+YzLQdOmLNuoWoKgRArtsAJwLE4azDLwQQMzmRY9Cz9uVZaWiBACeNgnP
-KZUQGx4BpoEcNmvg5uh6V+0=
-=KVwJ
--END PGP SIGNATURE-
-
-
---
-[EMAIL PROTECTED] mailing list
-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] distcc not distributing compilation.

2003-03-03 Thread Stanislav Karchebny
   3  2003 20:42 Kevin J. Anderson (a):

 Is there a definitive guide out there to get distcc working on gentoo?  I
 still have yet to get it working after various attempts, and there is
 conflicting advice in the forums on the issue.


The definitive guide is on http://distcc.samba.org/ and is as simple as:
1. emerge distcc
2. start distccd
3. put DISTCC_HOSTS=host1 host2 host3 in /etc/make.conf
4. enable FEATURES=distcc in /etc/make.conf
5. alter MAKEOPTS to read -j4 or greater in /etc/make.conf
6. enjoy

-- 
keep in touch. berk. -- http://odin-os.sf.net -- http://nasm.sf.net


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] distcc not distributing compilation.

2003-03-03 Thread William Kenworthy
changes in the way portage works have meant that instructions like below
do not (and have not for some time) work for emerge and distcc.  Local
compiles yes, but not emerge's.  There is an explanation paragraph and a
feature variable in make.conf to set that should fix this problem.  I
will have to dump my work around scripts and see if this works myself as
its a cleaner approach!

Just building a new laptop up and stumbled over it!  There must be a
better way to let users know of important changes like this, but I dont
know what it is ... ?

billk

On Mon, 2003-03-03 at 23:51, Stanislav Karchebny wrote:
3  2003 20:42 Kevin J. Anderson (a):
 
  Is there a definitive guide out there to get distcc working on gentoo?  I
  still have yet to get it working after various attempts, and there is
  conflicting advice in the forums on the issue.
 
 
 The definitive guide is on http://distcc.samba.org/ and is as simple as:
 1. emerge distcc
 2. start distccd
 3. put DISTCC_HOSTS=host1 host2 host3 in /etc/make.conf
 4. enable FEATURES=distcc in /etc/make.conf
 5. alter MAKEOPTS to read -j4 or greater in /etc/make.conf
 6. enjoy
-- 
William Kenworthy [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



RE: [gentoo-user] distcc not distributing compilation.

2003-03-03 Thread Kevin J. Anderson
exactly.  I have yet to get it working.  I dont get error messages, but I
also don't see any activity on any of my other machines, nor do I see
network connections of any sort between them using trafshow.

;/
kev

--Original Message-
-From: William Kenworthy [mailto:[EMAIL PROTECTED]
-Sent: Monday, March 03, 2003 5:47 PM
-To: Stanislav Karchebny
-Cc: gentoo-user List
-Subject: Re: [gentoo-user] distcc not distributing compilation.
-
-
-changes in the way portage works have meant that instructions like below
-do not (and have not for some time) work for emerge and distcc.  Local
-compiles yes, but not emerge's.  There is an explanation paragraph and a
-feature variable in make.conf to set that should fix this problem.  I
-will have to dump my work around scripts and see if this works myself as
-its a cleaner approach!
-
-Just building a new laptop up and stumbled over it!  There must be a
-better way to let users know of important changes like this, but I dont
-know what it is ... ?
-
-billk
-
-On Mon, 2003-03-03 at 23:51, Stanislav Karchebny wrote:
-3  2003 20:42 Kevin J. Anderson (a):
-
-  Is there a definitive guide out there to get distcc working
-on gentoo?  I
-  still have yet to get it working after various attempts, and there is
-  conflicting advice in the forums on the issue.
- 
-
- The definitive guide is on http://distcc.samba.org/ and is as simple as:
- 1. emerge distcc
- 2. start distccd
- 3. put DISTCC_HOSTS=host1 host2 host3 in /etc/make.conf
- 4. enable FEATURES=distcc in /etc/make.conf
- 5. alter MAKEOPTS to read -j4 or greater in /etc/make.conf
- 6. enjoy
---
-William Kenworthy [EMAIL PROTECTED]
-
-
---
-[EMAIL PROTECTED] mailing list
-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] distcc not distributing compilation.

2003-03-02 Thread Mike Diehl
Well, my last 2 installs don't seem to be going well

I'm trying to distribute compilation with distcc and it doesn't seem to work.  
I hope someone on this list can help me.

I've modified my /etc/make.conf and added the following lines:

CC=distcc
CXX=distcc g++
MAKEOPTS=-j 4
DISTCC_HOSTS=10.0.1.2:4200 10.0.1.43:4200

But I was expecting that the load average on other machines, which are idle, 
would rise up to about 1.  The machines are still idle.

What have I done wrong?

Thanx,
Mike Diehl.

--
[EMAIL PROTECTED] mailing list