public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] distcc with other distro (Debian)
@ 2007-08-02 10:30 Kacper Goc
  2007-08-03  6:34 ` Ric de France
  0 siblings, 1 reply; 4+ messages in thread
From: Kacper Goc @ 2007-08-02 10:30 UTC (permalink / raw
  To: gentoo-user

I'm using Gentoo on my Dell Latitide D610 laptop. I also have root
access to Dell PowerEdge 860 server with 2 Xeon processors running
under Debian.
Is there any way to configure portage/distcc to compile on server?

Regards,
Kacper Goc

-- 
"Navigare necesse est, vivere non est necesse."
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] distcc with other distro (Debian)
  2007-08-02 10:30 [gentoo-user] distcc with other distro (Debian) Kacper Goc
@ 2007-08-03  6:34 ` Ric de France
  2007-08-04 13:54   ` Boyd Stephen Smith Jr.
  0 siblings, 1 reply; 4+ messages in thread
From: Ric de France @ 2007-08-03  6:34 UTC (permalink / raw
  To: gentoo-user

Hi Kacper,

On 02/08/07, Kacper Goc <kacper.goc@gmail.com> wrote:
> I'm using Gentoo on my Dell Latitide D610 laptop. I also have root
> access to Dell PowerEdge 860 server with 2 Xeon processors running
> under Debian.
> Is there any way to configure portage/distcc to compile on server?

I'm guessing that on the debian box, you run something like

# apt-get install distcc

Then configure it to accept distcc requests from the laptop. I used this guide:

http://www.gentoo.org/doc/en/distcc.xml

a while ago and got it running, but the machines involved were all
running Gentoo. There may be a gotcha of glibc (or other)
incompatibilities / inconsistencies between Gentoo and Debian, but I'm
sure others on this list can advise you better.

HTH (sorta),

...Ric
-- 
Ric de France
Ph: +61412945554 (international) or 0412945554 (Australia)
 ==> Do you, uh... Gentoo? Gentoooo-hooo!! <==
==> http://www.gentoo.org/main/en/about.xml <==
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] distcc with other distro (Debian)
  2007-08-03  6:34 ` Ric de France
@ 2007-08-04 13:54   ` Boyd Stephen Smith Jr.
  2007-08-06 13:03     ` Dominik Zajac
  0 siblings, 1 reply; 4+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-08-04 13:54 UTC (permalink / raw
  To: gentoo-user

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

On Friday 03 August 2007 01:34:37 am Ric de France wrote:
> There may be a gotcha of glibc (or other)
> incompatibilities / inconsistencies between Gentoo and Debian, but I'm
> sure others on this list can advise you better.

distcc only "farms out" the actual compiling.  Pre-processing is done locally, 
so it uses your local header files.  Linking is also done locally, so it will 
use your local libraries. [1]

That said, if you have incompatible compilers (e.g. gcc-3.3 vs. gcc-3.4) you 
may have issues, and they may or may not be caught at link time.

-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bss03@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     

[1] distcc tries to be smart when passed a command-line that would do both 
compiling and (pre-processing or linking), but when it can't separate the 
stages, it will end up using your local compiler.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] distcc with other distro (Debian)
  2007-08-04 13:54   ` Boyd Stephen Smith Jr.
@ 2007-08-06 13:03     ` Dominik Zajac
  0 siblings, 0 replies; 4+ messages in thread
From: Dominik Zajac @ 2007-08-06 13:03 UTC (permalink / raw
  To: gentoo-user

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

Hi,

if there is an gcc version problem icecream is your friend
there you dont have so big problems with different gcc versions
and it is easier to configure



2007/8/4, Boyd Stephen Smith Jr. <bss03@volumehost.net>:
>
> On Friday 03 August 2007 01:34:37 am Ric de France wrote:
> > There may be a gotcha of glibc (or other)
> > incompatibilities / inconsistencies between Gentoo and Debian, but I'm
> > sure others on this list can advise you better.
>
> distcc only "farms out" the actual compiling.  Pre-processing is done
> locally,
> so it uses your local header files.  Linking is also done locally, so it
> will
> use your local libraries. [1]
>
> That said, if you have incompatible compilers (e.g. gcc-3.3 vs. gcc-3.4)
> you
> may have issues, and they may or may not be caught at link time.
>
> --
> Boyd Stephen Smith Jr. ,= ,-_-. =.
> bss03@volumehost.net ((_/)o o(\_))
> ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
> http://iguanasuicide.org/ \_/
>
> [1] distcc tries to be smart when passed a command-line that would do both
> compiling and (pre-processing or linking), but when it can't separate the
> stages, it will end up using your local compiler.
>
>

[-- Attachment #2: Type: text/html, Size: 1598 bytes --]

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

end of thread, other threads:[~2007-08-06 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 10:30 [gentoo-user] distcc with other distro (Debian) Kacper Goc
2007-08-03  6:34 ` Ric de France
2007-08-04 13:54   ` Boyd Stephen Smith Jr.
2007-08-06 13:03     ` Dominik Zajac

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