public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Distcc using a x86-hardened and a pentium4 host
@ 2006-03-07  9:06 Kai Kuehne
  2006-03-07 14:49 ` Rumen Yotov
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Kuehne @ 2006-03-07  9:06 UTC (permalink / raw
  To: gentoo-user

Hi.
I have a server and I'm planning to install the 2006.0 x86-hardened stage 3.
I want to use distcc for the server and my laptop.

My question:
Is the hardened x86 gcc and the normal pentium4-stage gcc compatible?

Thank You
Kai

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host
  2006-03-07  9:06 [gentoo-user] Distcc using a x86-hardened and a pentium4 host Kai Kuehne
@ 2006-03-07 14:49 ` Rumen Yotov
  2006-03-07 15:31   ` Kai Kuehne
  0 siblings, 1 reply; 6+ messages in thread
From: Rumen Yotov @ 2006-03-07 14:49 UTC (permalink / raw
  To: gentoo-user

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

On Tuesday 07 March 2006 11:06, Kai Kuehne wrote:
> Hi.
> I have a server and I'm planning to install the 2006.0 x86-hardened stage
> 3. I want to use distcc for the server and my laptop.
>
> My question:
> Is the hardened x86 gcc and the normal pentium4-stage gcc compatible?
>
> Thank You
> Kai
Hi,
Not 100 % sure but think that you can't use 'distcc' with hardened & vanilla 
profiles, even if gcc versions are the same.
These profiles have different compile flags, etc.
Some time ago here (ML) there were an error message due to use if hardened & 
normal GCC (python segfault IIRC) using "distcc".
HTH.Rumen

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

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

* Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host
  2006-03-07 14:49 ` Rumen Yotov
@ 2006-03-07 15:31   ` Kai Kuehne
  2006-03-07 17:37     ` Rumen Yotov
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Kuehne @ 2006-03-07 15:31 UTC (permalink / raw
  To: gentoo-user

Hi Rumen,

On 3/7/06, Rumen Yotov <rumen@qrypto.org> wrote:
> Hi,
> Not 100 % sure but think that you can't use 'distcc' with hardened & vanilla
> profiles, even if gcc versions are the same.
> These profiles have different compile flags, etc.
> Some time ago here (ML) there were an error message due to use if hardened &
> normal GCC (python segfault IIRC) using "distcc".
> HTH.Rumen

Thanks!
Does anyone know that architecture is better?
Should I use x86 or i686 instead of amd64 to make distcc between my
server and my laptop(pentium4 profile) work?

Greetings :)
Kai

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host
  2006-03-07 15:31   ` Kai Kuehne
@ 2006-03-07 17:37     ` Rumen Yotov
  2006-03-08 15:04       ` Zac
  0 siblings, 1 reply; 6+ messages in thread
From: Rumen Yotov @ 2006-03-07 17:37 UTC (permalink / raw
  To: gentoo-user

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

On Tuesday 07 March 2006 17:31, Kai Kuehne wrote:
> Hi Rumen,
>
> On 3/7/06, Rumen Yotov <rumen@qrypto.org> wrote:
> > Hi,
> > Not 100 % sure but think that you can't use 'distcc' with hardened &
> > vanilla profiles, even if gcc versions are the same.
> > These profiles have different compile flags, etc.
> > Some time ago here (ML) there were an error message due to use if
> > hardened & normal GCC (python segfault IIRC) using "distcc".
> > HTH.Rumen
>
> Thanks!
> Does anyone know that architecture is better?
> Should I use x86 or i686 instead of amd64 to make distcc between my
> server and my laptop(pentium4 profile) work?
>
> Greetings :)
> Kai
Hi,
Just some directions, as i don't use it (distcc).
First check the distcc-doc in gentoo.org.
Then read (/etc/make.conf.example) about setting your CFLAGS.
IIRC there's at least three "-march=", "-mcpu=" and "-mtune=".
By memory (for example) -mtune=pentium4 give your generated code which is 
backward compatible with i686.
But don't just believe me, check first. Someone else here?
PS: also better use the sama GCC version on both machines.
HTH.Rumen

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

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

* Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host
  2006-03-07 17:37     ` Rumen Yotov
@ 2006-03-08 15:04       ` Zac
  2006-03-08 15:36         ` Kai Kuehne
  0 siblings, 1 reply; 6+ messages in thread
From: Zac @ 2006-03-08 15:04 UTC (permalink / raw
  To: gentoo-user

Here is the gentoo distcc guild that says you should not run distcc on
hardened host for a not hardened system. 
http://mirror.eacoss.org/documentation/gentoo/distcc.html

However, I currently have an amd64 system that runs distccd that my
celeron laptop and p3 media pc use with no issues.

-Zac

On 3/7/06, Rumen Yotov <rumen@qrypto.org> wrote:
> On Tuesday 07 March 2006 17:31, Kai Kuehne wrote:
> > Hi Rumen,
> >
> > On 3/7/06, Rumen Yotov <rumen@qrypto.org> wrote:
> > > Hi,
> > > Not 100 % sure but think that you can't use 'distcc' with hardened &
> > > vanilla profiles, even if gcc versions are the same.
> > > These profiles have different compile flags, etc.
> > > Some time ago here (ML) there were an error message due to use if
> > > hardened & normal GCC (python segfault IIRC) using "distcc".
> > > HTH.Rumen
> >
> > Thanks!
> > Does anyone know that architecture is better?
> > Should I use x86 or i686 instead of amd64 to make distcc between my
> > server and my laptop(pentium4 profile) work?
> >
> > Greetings :)
> > Kai
> Hi,
> Just some directions, as i don't use it (distcc).
> First check the distcc-doc in gentoo.org.
> Then read (/etc/make.conf.example) about setting your CFLAGS.
> IIRC there's at least three "-march=", "-mcpu=" and "-mtune=".
> By memory (for example) -mtune=pentium4 give your generated code which is
> backward compatible with i686.
> But don't just believe me, check first. Someone else here?
> PS: also better use the sama GCC version on both machines.
> HTH.Rumen
>
>
>

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Distcc using a x86-hardened and a pentium4 host
  2006-03-08 15:04       ` Zac
@ 2006-03-08 15:36         ` Kai Kuehne
  0 siblings, 0 replies; 6+ messages in thread
From: Kai Kuehne @ 2006-03-08 15:36 UTC (permalink / raw
  To: gentoo-user

Hi Zac,

On 3/8/06, Zac <spdrmonkey@gmail.com> wrote:
> Here is the gentoo distcc guild that says you should not run distcc on
> hardened host for a not hardened system.
> http://mirror.eacoss.org/documentation/gentoo/distcc.html
>
> However, I currently have an amd64 system that runs distccd that my
> celeron laptop and p3 media pc use with no issues.

Hm. For me, crossdev stops compilation at gcc stage2.
But because of some packages I essentially need on the server
I have to switch to i686 anyway.


> -Zac

Thanks
Kai

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-03-08 15:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-07  9:06 [gentoo-user] Distcc using a x86-hardened and a pentium4 host Kai Kuehne
2006-03-07 14:49 ` Rumen Yotov
2006-03-07 15:31   ` Kai Kuehne
2006-03-07 17:37     ` Rumen Yotov
2006-03-08 15:04       ` Zac
2006-03-08 15:36         ` Kai Kuehne

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