public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] distcc
@ 2003-02-08 11:46 MAL
  2003-02-08 15:59 ` Eric Andresen
  2003-02-09 11:21 ` Nick Jones
  0 siblings, 2 replies; 10+ messages in thread
From: MAL @ 2003-02-08 11:46 UTC (permalink / raw
  To: gentoo-user, gentoo-dev

This is a solved problem, but I thought i'd share it with you.

On my machine at least, distccd, (which was running as nobody), wasn't 
getting the path to gcc, (as provided by sourcing /etc/profile.env).

This was resulting in remote compiles failing with: 'gcc: command not 
found'.

This happens because distcc isn't being run in a login shell by 
start-stop-daemon, and so /etc/profule isn't sourced, (as it is when you 
login).  On a side note, suing to root, didn't give me gcc either... I 
had to add '. /etc/profile' to my root's .bashrc.

Anyway, to fix this I simply added '. /etc/profile' to 
/etc/init.d/distccd, just before it starts distccd.

These dynamically pathed gcc's have caused me so many problems :/

MAL


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-dev] Distcc
@ 2004-02-23  5:26 Lisa Seelye
  0 siblings, 0 replies; 10+ messages in thread
From: Lisa Seelye @ 2004-02-23  5:26 UTC (permalink / raw
  To: Gentoo Dev

[-- Attachment #1: Type: text/plain, Size: 433 bytes --]

Just a quickie update on distcc here.

Within the past few days all arches (except ppc64) have been moved to
distcc-2.12.1 stable.  This version includes a rewrite of distcc-config
by Markus Nigbur (pYrania@gentoo.org) in Python.

As always, please report bugs to <http://bugs.gentoo.org>.

The distcc guide is at <http://www.gentoo.org/doc/en/distcc.xml>.
-- 
Regards,
-Lisa
<Quidquid latine dictum sit, altum viditur>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [gentoo-dev] distcc
@ 2002-10-12 22:58 Wout Mertens
  2002-10-13  3:28 ` Evan Read
  0 siblings, 1 reply; 10+ messages in thread
From: Wout Mertens @ 2002-10-12 22:58 UTC (permalink / raw
  To: gentoo-dev

Check this out:

http://distcc.samba.org/

This allows you to distribute compilations across multiple systems. The
only thing you need on the other side is distcc (and gcc), no shared
filesystems or anything.

I must admit that I didn't try it out yet, just mentioning the news :)
I guess it must work if you put the necessary environment variables in
make.conf and put distcc in the path like you do with ccache.

Wout.



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-02-23  5:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-08 11:46 [gentoo-dev] distcc MAL
2003-02-08 15:59 ` Eric Andresen
2003-02-09 11:21 ` Nick Jones
2003-02-09 19:11   ` MAL
2003-02-09 20:38     ` Jon Nall
2003-02-09 21:01     ` [gentoo-dev] Re: [gentoo-user] " Martin Schlemmer
2003-02-10 20:04       ` nealbirch
  -- strict thread matches above, loose matches on Subject: below --
2004-02-23  5:26 [gentoo-dev] Distcc Lisa Seelye
2002-10-12 22:58 [gentoo-dev] distcc Wout Mertens
2002-10-13  3:28 ` Evan Read

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox