* [gentoo-user] Cross-compiling
@ 2007-10-19 23:05 Michael Sullivan
2007-10-20 2:36 ` Davi
2007-10-20 14:23 ` Stratos Psomadakis
0 siblings, 2 replies; 6+ messages in thread
From: Michael Sullivan @ 2007-10-19 23:05 UTC (permalink / raw
To: gentoo-user
I've read over the guide at
http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about
cross-compiling with distcc. This may be a really stupid question, but
how do I force my slow box to use cross-compiling via distcc? Is there
some special option I have to pass to emerge to invoke it? The guide
was not very clear on that point....
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cross-compiling
2007-10-19 23:05 [gentoo-user] Cross-compiling Michael Sullivan
@ 2007-10-20 2:36 ` Davi
2007-10-20 14:23 ` Stratos Psomadakis
1 sibling, 0 replies; 6+ messages in thread
From: Davi @ 2007-10-20 2:36 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 630 bytes --]
Em Sex 19 Out 2007, Michael Sullivan escreveu:
> I've read over the guide at
> http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about
> cross-compiling with distcc. This may be a really stupid question, but
> how do I force my slow box to use cross-compiling via distcc? Is there
> some special option I have to pass to emerge to invoke it? The guide
> was not very clear on that point....
Have a look at distcc-set-hosts and man distcc.
Good luck. :-)
--
Davi Vidal
--
E-mail: davividal@siscompar.com.br
MSN : davividal@msn.com
GTalk : davividal@gmail.com
Skype : davi vidal
ICQ : 138815296
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cross-compiling
2007-10-19 23:05 [gentoo-user] Cross-compiling Michael Sullivan
2007-10-20 2:36 ` Davi
@ 2007-10-20 14:23 ` Stratos Psomadakis
2007-10-25 23:41 ` Iain Buchanan
1 sibling, 1 reply; 6+ messages in thread
From: Stratos Psomadakis @ 2007-10-20 14:23 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 644 bytes --]
O/H Michael Sullivan έγραψε:
> I've read over the guide at
> http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about
> cross-compiling with distcc. This may be a really stupid question, but
> how do I force my slow box to use cross-compiling via distcc? Is there
> some special option I have to pass to emerge to invoke it? The guide
> was not very clear on that point....
>
>
look here: http://www.gentoo.org/doc/en/distcc.xml
you just have to put "distcc" in FEATURES in make.conf...
and use distcc-config --set-hosts to specify the participating machines...
and of course start distccd in each partitipating pc...
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cross-compiling
2007-10-20 14:23 ` Stratos Psomadakis
@ 2007-10-25 23:41 ` Iain Buchanan
2007-10-26 2:32 ` Davi
0 siblings, 1 reply; 6+ messages in thread
From: Iain Buchanan @ 2007-10-25 23:41 UTC (permalink / raw
To: gentoo-user
On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
> O/H Michael Sullivan έγραψε:
> > I've read over the guide at
> > http://www.gentoo.org/doc/en/cross-compiling-distcc.xml about
> > cross-compiling with distcc. This may be a really stupid question, but
> > how do I force my slow box to use cross-compiling via distcc? Is there
> > some special option I have to pass to emerge to invoke it? The guide
> > was not very clear on that point....
> >
> >
> look here: http://www.gentoo.org/doc/en/distcc.xml
> you just have to put "distcc" in FEATURES in make.conf...
> and use distcc-config --set-hosts to specify the participating machines...
make sure you put the other faster machines first in the host list.
> and of course start distccd in each partitipating pc...
but after all that, some ebuilds don't let you use distcc because it
seems to break them. So don't expect it to work for everything.
cya,
--
Iain Buchanan <iaindb at netspace dot net dot au>
The complexity of software is an essential property, not an accidental one.
Hence, descriptions of a software entity that abstract away its complexity
often abstract away its essence.
- Fred Brooks, Jr.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cross-compiling
2007-10-25 23:41 ` Iain Buchanan
@ 2007-10-26 2:32 ` Davi
2007-10-26 7:35 ` Dan Farrell
0 siblings, 1 reply; 6+ messages in thread
From: Davi @ 2007-10-26 2:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
Em Qui 25 Out 2007, Iain Buchanan escreveu:
> On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
> > O/H Michael Sullivan έγραψε:
[...]
> > and of course start distccd in each partitipating pc...
>
> but after all that, some ebuilds don't let you use distcc because it
> seems to break them. So don't expect it to work for everything.
>
# FEATURES="-distcc" emerge --ask --resume
will be your friend... :-)
--
Davi Vidal
--
E-mail: davividal@siscompar.com.br
MSN : davividal@msn.com
GTalk : davividal@gmail.com
Skype : davi vidal
ICQ : 138815296
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Cross-compiling
2007-10-26 2:32 ` Davi
@ 2007-10-26 7:35 ` Dan Farrell
0 siblings, 0 replies; 6+ messages in thread
From: Dan Farrell @ 2007-10-26 7:35 UTC (permalink / raw
To: gentoo-user
On Thu, 25 Oct 2007 23:32:13 -0300
Davi <davividal@siscompar.com.br> wrote:
> Em Qui 25 Out 2007, Iain Buchanan escreveu:
> > On Sat, 2007-10-20 at 17:23 +0300, Stratos Psomadakis wrote:
> > > O/H Michael Sullivan έγραψε:
> [...]
> > > and of course start distccd in each partitipating pc...
> >
> > but after all that, some ebuilds don't let you use distcc because it
> > seems to break them. So don't expect it to work for everything.
> >
>
> # FEATURES="-distcc" emerge --ask --resume
>
> will be your friend... :-)
>
Another option is to nfs-mount the client's hard drive on the fast
box, bind a portage tree into the filesystem, chroot & proceed to
emerge.
Or you could build the whole filesystem on the server, and push changes
out to the client with rsync or some such thing. I don't know how to
use rsync for this, but I believe it's what it's for.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-10-26 7:40 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19 23:05 [gentoo-user] Cross-compiling Michael Sullivan
2007-10-20 2:36 ` Davi
2007-10-20 14:23 ` Stratos Psomadakis
2007-10-25 23:41 ` Iain Buchanan
2007-10-26 2:32 ` Davi
2007-10-26 7:35 ` Dan Farrell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox