* [gentoo-user] Distcc advice needed
@ 2012-06-03 14:44 Samuraiii
2012-06-04 7:48 ` Daniel Wagener
0 siblings, 1 reply; 7+ messages in thread
From: Samuraiii @ 2012-06-03 14:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1040 bytes --]
Hello friends,
I'm in need of good advice.
I have 3 computers running gentoo and want to utilise all of them for
distcc compiling - the emerging computer would be everytime different.
Two machines are amd64 and one is x86 and this appears to be problem.
According to http://www.gentoo.org/doc/en/cross-compiling-distcc.xml I
need to edit some symlinks and if I'm going to emerge on either amd64 or
X86.
The problem is that wrapper script which calls c++ gcc g++ with
architecture prefix.
Is there a workaroud so that I do not need to change those symliks
everytime Im going to emerge on different arch?
Thanks for reply in advance
S
--
Samuraiii
e-mail: samurai.no.dojo@gmail.com <mailto:samurai.no.dojo@gmail.com>
GnuPG key ID: 0x80C752EA
<http://pgp.mit.edu:11371/pks/lookup?search=0x80C752EA&op=vindex&fingerprint=on&exact=on>
(obtainable on http://pgp.mit.edu)
Full copy of public timestamp block <http://publictimestamp.org>
signatures id-14953 (from 2012-06-03 12:00:06) is included in header of
html.
[-- Attachment #1.2.1: Type: text/html, Size: 5718 bytes --]
[-- Attachment #1.2.2: bg-linky.gif --]
[-- Type: image/gif, Size: 55 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Distcc advice needed
2012-06-03 14:44 [gentoo-user] Distcc advice needed Samuraiii
@ 2012-06-04 7:48 ` Daniel Wagener
2012-06-05 15:43 ` [gentoo-user] «-»: " Samuraiii
0 siblings, 1 reply; 7+ messages in thread
From: Daniel Wagener @ 2012-06-04 7:48 UTC (permalink / raw
To: gentoo-user
On Sun, 03 Jun 2012 16:44:19 +0200
Samuraiii <samurai.no.dojo@gmail.com> wrote:
> Hello friends,
> I'm in need of good advice.
> I have 3 computers running gentoo and want to utilise all of them for
> distcc compiling - the emerging computer would be everytime different.
> Two machines are amd64 and one is x86 and this appears to be problem.
> According to http://www.gentoo.org/doc/en/cross-compiling-distcc.xml I
> need to edit some symlinks and if I'm going to emerge on either amd64 or
> X86.
> The problem is that wrapper script which calls c++ gcc g++ with
> architecture prefix.
> Is there a workaroud so that I do not need to change those symliks
> everytime Im going to emerge on different arch?
>
> Thanks for reply in advance
> S
You are going to need seperate toolchains, where afaik there are only two ways to tell them apart. The first is the path you install it in, the other is the binary code itself (and that only tells you they differ, not which one is for a defined arch).
So your best choice are those symlinks im afraid.
However, you can automate this process, maybe eselect can already do that for you, have not checked that yet.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] «-»: [gentoo-user] Distcc advice needed
2012-06-04 7:48 ` Daniel Wagener
@ 2012-06-05 15:43 ` Samuraiii
2012-06-05 16:00 ` [gentoo-user] " Michael Mol
0 siblings, 1 reply; 7+ messages in thread
From: Samuraiii @ 2012-06-05 15:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 2311 bytes --]
Thanks for help, this problem is not the one that aches me right now -
and when I re-thaught it again I simply realized that it dissapeared.
BUT
Do somebody know how from distcc tell ssh which port to use to connect
to remote machine - all of "my" computers use nonstandard ssh port - I
know I can utilize ~/.ssh/config but how to use it for "portage" user
that runs distcc from emerge?
I tried
http://en.gentoo-wiki.com/wiki/Distcc_over_SSH
But got stuck on those ports
I do not want to use distcc daemon - I prefere ssh because in that way
there sits only one daemon when is Im not compilinig instead of two
(open ports, resources,....)
S
On 2012-06-04 09:48, Daniel Wagener wrote:
> On Sun, 03 Jun 2012 16:44:19 +0200
> Samuraiii <samurai.no.dojo@gmail.com> wrote:
>
>> Hello friends,
>> I'm in need of good advice.
>> I have 3 computers running gentoo and want to utilise all of them for
>> distcc compiling - the emerging computer would be everytime different.
>> Two machines are amd64 and one is x86 and this appears to be problem.
>> According to http://www.gentoo.org/doc/en/cross-compiling-distcc.xml I
>> need to edit some symlinks and if I'm going to emerge on either amd64 or
>> X86.
>> The problem is that wrapper script which calls c++ gcc g++ with
>> architecture prefix.
>> Is there a workaroud so that I do not need to change those symliks
>> everytime Im going to emerge on different arch?
>>
>> Thanks for reply in advance
>> S
> You are going to need seperate toolchains, where afaik there are only two ways to tell them apart. The first is the path you install it in, the other is the binary code itself (and that only tells you they differ, not which one is for a defined arch).
>
> So your best choice are those symlinks im afraid.
> However, you can automate this process, maybe eselect can already do that for you, have not checked that yet.
>
--
Samuraiii
e-mail: samurai.no.dojo@gmail.com <mailto:samurai.no.dojo@gmail.com>
GnuPG key ID: 0x80C752EA
<http://pgp.mit.edu:11371/pks/lookup?search=0x80C752EA&op=vindex&fingerprint=on&exact=on>
(obtainable on http://pgp.mit.edu)
Full copy of public timestamp block <http://publictimestamp.org>
signatures id-14969 (from 2012-06-05 12:00:10) is included in header of
html.
[-- Attachment #1.2.1: Type: text/html, Size: 7482 bytes --]
[-- Attachment #1.2.2: bg-linky.gif --]
[-- Type: image/gif, Size: 55 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed
2012-06-05 15:43 ` [gentoo-user] «-»: " Samuraiii
@ 2012-06-05 16:00 ` Michael Mol
2012-06-05 16:53 ` [gentoo-user] «-»: " Samuraiii
0 siblings, 1 reply; 7+ messages in thread
From: Michael Mol @ 2012-06-05 16:00 UTC (permalink / raw
To: gentoo-user
On Tue, Jun 5, 2012 at 11:43 AM, Samuraiii <samurai.no.dojo@gmail.com> wrote:
> Thanks for help, this problem is not the one that aches me right now - and
> when I re-thaught it again I simply realized that it dissapeared.
>
> BUT
> Do somebody know how from distcc tell ssh which port to use to connect to
> remote machine - all of "my" computers use nonstandard ssh port - I know I
> can utilize ~/.ssh/config but how to use it for "portage" user that runs
> distcc from emerge?
It looks like distcc sets up its home directory (from SSH's
perspective) as /etc/distcc. So you would want to edit
"/etc/distcc/.ssh/config"
[snip]
--
:wq
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed
2012-06-05 16:00 ` [gentoo-user] " Michael Mol
@ 2012-06-05 16:53 ` Samuraiii
2012-06-05 17:44 ` [gentoo-user] " Michael Mol
0 siblings, 1 reply; 7+ messages in thread
From: Samuraiii @ 2012-06-05 16:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 1233 bytes --]
I've overcome that problem by modifying ssh wrapper script by adding -F
/location/of/.ssh/config
Right now Im going to test it
S
On 2012-06-05 18:00, Michael Mol wrote:
> On Tue, Jun 5, 2012 at 11:43 AM, Samuraiii <samurai.no.dojo@gmail.com> wrote:
>> Thanks for help, this problem is not the one that aches me right now - and
>> when I re-thaught it again I simply realized that it dissapeared.
>>
>> BUT
>> Do somebody know how from distcc tell ssh which port to use to connect to
>> remote machine - all of "my" computers use nonstandard ssh port - I know I
>> can utilize ~/.ssh/config but how to use it for "portage" user that runs
>> distcc from emerge?
> It looks like distcc sets up its home directory (from SSH's
> perspective) as /etc/distcc. So you would want to edit
> "/etc/distcc/.ssh/config"
>
> [snip]
>
--
Samuraiii
e-mail: samurai.no.dojo@gmail.com <mailto:samurai.no.dojo@gmail.com>
GnuPG key ID: 0x80C752EA
<http://pgp.mit.edu:11371/pks/lookup?search=0x80C752EA&op=vindex&fingerprint=on&exact=on>
(obtainable on http://pgp.mit.edu)
Full copy of public timestamp block <http://publictimestamp.org>
signatures id-14970 (from 2012-06-05 15:00:07) is included in header of
html.
[-- Attachment #1.2.1: Type: text/html, Size: 6160 bytes --]
[-- Attachment #1.2.2: bg-linky.gif --]
[-- Type: image/gif, Size: 55 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed
2012-06-05 16:53 ` [gentoo-user] «-»: " Samuraiii
@ 2012-06-05 17:44 ` Michael Mol
2012-06-05 18:24 ` Samuraiii
0 siblings, 1 reply; 7+ messages in thread
From: Michael Mol @ 2012-06-05 17:44 UTC (permalink / raw
To: gentoo-user
On Tue, Jun 5, 2012 at 12:53 PM, Samuraiii <samurai.no.dojo@gmail.com> wrote:
> I've overcome that problem by modifying ssh wrapper script by adding -F
> /location/of/.ssh/config
> Right now Im going to test it
> S
BTW, your email client is doing some very bad things to messages it replies to.
1) It breaks threading.
2) It does bad rewriting of subjects. (I'm replying to a message
titled "[gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»:
[gentoo-user] Distcc advice needed")
3) It's sending HTML emails which explicitly sets the font size of the
text being quoted. (On my system, as an example, this results in it
being absolutely tiny.
http://img339.imageshack.us/img339/343/be1q.png
http://img580.imageshack.us/img580/5522/be2o.png
You're also top-posting, but (IMO) that's minor in comparison to the
issues I'm describing. Heck, I probably wouldn't care that much if it
didn't break threading and explicitly set font sizes.
[snip]
--
:wq
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Distcc advice needed
2012-06-05 17:44 ` [gentoo-user] " Michael Mol
@ 2012-06-05 18:24 ` Samuraiii
0 siblings, 0 replies; 7+ messages in thread
From: Samuraiii @ 2012-06-05 18:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1652 bytes --]
The Subject problem was solved and about that html thing I don't why it
is doing so...
I have specially set this lists address to "prefers plain text messages"
(option settable for each recipient)
S
On 2012-06-05 19:44, Michael Mol wrote:
> On Tue, Jun 5, 2012 at 12:53 PM, Samuraiii <samurai.no.dojo@gmail.com> wrote:
>> I've overcome that problem by modifying ssh wrapper script by adding -F
>> /location/of/.ssh/config
>> Right now Im going to test it
>> S
> BTW, your email client is doing some very bad things to messages it replies to.
>
> 1) It breaks threading.
> 2) It does bad rewriting of subjects. (I'm replying to a message
> titled "[gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»:
> [gentoo-user] Distcc advice needed")
> 3) It's sending HTML emails which explicitly sets the font size of the
> text being quoted. (On my system, as an example, this results in it
> being absolutely tiny.
>
> http://img339.imageshack.us/img339/343/be1q.png
> http://img580.imageshack.us/img580/5522/be2o.png
>
> You're also top-posting, but (IMO) that's minor in comparison to the
> issues I'm describing. Heck, I probably wouldn't care that much if it
> didn't break threading and explicitly set font sizes.
>
> [snip]
>
--
Samuraiii
e-mail: samurai.no.dojo@gmail.com <mailto:samurai.no.dojo@gmail.com>
GnuPG key ID: 0x80C752EA
<http://pgp.mit.edu:11371/pks/lookup?search=0x80C752EA&op=vindex&fingerprint=on&exact=on>
(obtainable on http://pgp.mit.edu)
Full copy of public timestamp block <http://publictimestamp.org>
signatures id-14970 (from 2012-06-05 15:00:07) is included in header of
html.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-06-05 18:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-03 14:44 [gentoo-user] Distcc advice needed Samuraiii
2012-06-04 7:48 ` Daniel Wagener
2012-06-05 15:43 ` [gentoo-user] «-»: " Samuraiii
2012-06-05 16:00 ` [gentoo-user] " Michael Mol
2012-06-05 16:53 ` [gentoo-user] «-»: " Samuraiii
2012-06-05 17:44 ` [gentoo-user] " Michael Mol
2012-06-05 18:24 ` Samuraiii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox