Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-16 Thread Kalin KOZHUHAROV
Philipp Riegger wrote: > On Jan 13, 2006, at 8:05 PM, Philippe Trottier wrote: > >> Recipe for disaster, specially in a place like mine where sparc, >> alpha, x86_64 >> and ppc32/64 mix... not counting ia64 for a test run soon... >> >> If you really want to do this, someone has to make a rendezvou

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-16 Thread Colin Kingsley
Kalin KOZHUHAROV wrote: I would like to be able to limit the -jN when there is no distcc host available or when compiling c++ code, otherwise my poor laptop is dead with -j5 compiling pwlib when the network is down It is particular example, but being able to limit portage in some way as tota

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-16 Thread Philipp Riegger
On Jan 13, 2006, at 8:05 PM, Philippe Trottier wrote: Recipe for disaster, specially in a place like mine where sparc, alpha, x86_64 and ppc32/64 mix... not counting ia64 for a test run soon... If you really want to do this, someone has to make a rendezvous a la Apple. Where not only distcc

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-13 Thread Philippe Trottier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kalin KOZHUHAROV wrote: > Patrick Lauer wrote: >> On Fri, 2006-01-13 at 19:53 +0900, Kalin KOZHUHAROV wrote: >> Make this distributed tool for tar zip bzip2 and gzip and I'm in, I don't think it would be useful with anything else than Gigabit

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-13 Thread Francesco Riosa
>>> I would like to be able to limit the -jN when there is no distcc host >>> available or when compiling c++ code, otherwise my poor laptop is dead with >>> -j5 compiling pwlib when the network is down >> As far as I can tell distcc isn't smart enough for dynamic load balancing. >> One could

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-13 Thread Kalin KOZHUHAROV
Patrick Lauer wrote: > On Fri, 2006-01-13 at 19:53 +0900, Kalin KOZHUHAROV wrote: > >>>Make this distributed tool for tar zip bzip2 and gzip and I'm in, I >>>don't think it would be useful with anything else than Gigabit Ethernet. > > One 2Ghz CPU can't even saturate a 100Mbit line with bzip2 as

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-13 Thread Patrick Lauer
On Fri, 2006-01-13 at 19:53 +0900, Kalin KOZHUHAROV wrote: > > Make this distributed tool for tar zip bzip2 and gzip and I'm in, I > > don't think it would be useful with anything else than Gigabit Ethernet. One 2Ghz CPU can't even saturate a 100Mbit line with bzip2 as far as I can tell. Although t

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-13 Thread Kalin KOZHUHAROV
Philippe Trottier wrote: > Lisa Seelye wrote: > >> On Thu, 2006-01-12 at 00:18 +, Ferris McCormick wrote: >> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> On Wed, 11 Jan 2006, Lisa Seelye wrote: >>> >>> On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote: >

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-12 Thread Chris Gianelloni
On Thu, 2006-01-12 at 11:23 +0200, Philippe Trottier wrote: > Make this distributed tool for tar zip bzip2 and gzip and I'm in, I don't > think > it would be useful with anything else than Gigabit Ethernet. app-arch/pbzip2 It covers only bzip2, but proves that it can be done. I tend to like it

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-12 Thread Philippe Trottier
Lisa Seelye wrote: On Thu, 2006-01-12 at 00:18 +, Ferris McCormick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jan 2006, Lisa Seelye wrote: On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote: I've been cleaning up media-fonts/ to work with modular-X, and I s

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-12 Thread Kevin F. Quinn (Gentoo)
On Wed, 11 Jan 2006 14:51:46 -0800 "Robin H. Johnson" <[EMAIL PROTECTED]> wrote: > I've been cleaning up media-fonts/ to work with modular-X, and I see a > lot of ebuilds with stuff like this: > for font in *.bdf; do > /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf > d

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-11 Thread Lisa Seelye
On Thu, 2006-01-12 at 00:18 +, Ferris McCormick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 11 Jan 2006, Lisa Seelye wrote: > > > On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote: > >> I've been cleaning up media-fonts/ to work with modular-X, and I see a > >

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-11 Thread Ferris McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jan 2006, Lisa Seelye wrote: On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote: I've been cleaning up media-fonts/ to work with modular-X, and I see a lot of ebuilds with stuff like this: for font in *.bdf; do /usr/X1

Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-11 Thread Lisa Seelye
On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote: > I've been cleaning up media-fonts/ to work with modular-X, and I see a > lot of ebuilds with stuff like this: > for font in *.bdf; do > /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf > done

[gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds

2006-01-11 Thread Robin H. Johnson
I've been cleaning up media-fonts/ to work with modular-X, and I see a lot of ebuilds with stuff like this: for font in *.bdf; do /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf done gzip *.pcf For having 100 files in *bdf, this is so