[gentoo-user] «-»: [gentoo-user] Distcc advice needed

2012-06-05 Thread Samuraiii

  
  

  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.d...@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.d...@gmail.com
GnuPG key ID: 0x80C752EA
(obtainable on http://pgp.mit.edu)
  Full copy
of public timestamp block
signatures id-14969 (from 2012-06-05 12:00:10) is included in
header of html.
  

  



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed

2012-06-05 Thread Michael Mol
On Tue, Jun 5, 2012 at 11:43 AM, Samuraiii samurai.no.d...@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



[gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed

2012-06-05 Thread Samuraiii

  
  

  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.d...@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.d...@gmail.com
GnuPG key ID: 0x80C752EA
(obtainable on http://pgp.mit.edu)
  Full copy
of public timestamp block
signatures id-14970 (from 2012-06-05 15:00:07) is included in
header of html.
  

  



signature.asc
Description: OpenPGP digital signature


[gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Re: [gentoo-user] «-»: [gentoo-user] Distcc advice needed

2012-06-05 Thread Michael Mol
On Tue, Jun 5, 2012 at 12:53 PM, Samuraiii samurai.no.d...@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



Re: [gentoo-user] Distcc advice needed

2012-06-05 Thread Samuraiii
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.d...@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.d...@gmail.com mailto:samurai.no.d...@gmail.com
GnuPG key ID: 0x80C752EA
http://pgp.mit.edu:11371/pks/lookup?search=0x80C752EAop=vindexfingerprint=onexact=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.



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Distcc advice needed

2012-06-04 Thread Daniel Wagener
On Sun, 03 Jun 2012 16:44:19 +0200
Samuraiii samurai.no.d...@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.



[gentoo-user] Distcc advice needed

2012-06-03 Thread Samuraiii

  
  

  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.d...@gmail.com
GnuPG key ID: 0x80C752EA
(obtainable on http://pgp.mit.edu)
  Full copy
of public timestamp block
signatures id-14953 (from 2012-06-03 12:00:06) is included in
header of html.
  

  



signature.asc
Description: OpenPGP digital signature