Gentoo Archives: gentoo-dev

From: Philippe Trottier <tchiwam@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds
Date: Thu, 12 Jan 2006 09:25:43
Message-Id: 43C61FFA.2060507@gentoo.org
In Reply to: Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds by Lisa Seelye
1 Lisa Seelye wrote:
2 > On Thu, 2006-01-12 at 00:18 +0000, Ferris McCormick wrote:
3 >
4 >>-----BEGIN PGP SIGNED MESSAGE-----
5 >>Hash: SHA1
6 >>
7 >>On Wed, 11 Jan 2006, Lisa Seelye wrote:
8 >>
9 >>
10 >>>On Wed, 2006-01-11 at 14:51 -0800, Robin H. Johnson wrote:
11 >>>
12 >>>>I've been cleaning up media-fonts/ to work with modular-X, and I see a
13 >>>>lot of ebuilds with stuff like this:
14 >>>> for font in *.bdf; do
15 >>>> /usr/X11R6/bin/bdftopcf ${font} > `basename $font .bdf`.pcf
16 >>>> done
17 >>>> gzip *.pcf
18 >>>>
19 >>>>For having 100 files in *bdf, this is so serial it's painful.
20 >>>
21 >>>And here I was hoping Distcc would get some usage. :(
22 >>>
23 >>
24 >>Distcc gets lots of usage with modular X. But for the fonts? :)
25 >
26 > Time for distfont? ;)
27
28 Make this distributed tool for tar zip bzip2 and gzip and I'm in, I don't think
29 it would be useful with anything else than Gigabit Ethernet.
30
31 We might want to have in the make.conf 2 separate variables, one of them saying
32 how many threads can be run on the machine, then How many threads/process across
33 a cluster.
34
35 For example, my Dual Xeon EM64T file server can do make -j4 locally, like in
36 make install, make docs etc etc, But for compiling I can use -j20, really not
37 useful over -j8 anyway. But the point is, it would be usefully to separate the
38 load distribution on the local machine and cluster nodes.
39
40 Philippe Trottier
41 --
42 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds Chris Gianelloni <wolf31o2@g.o>
Re: [gentoo-dev] Parallizing ebuilds - 'trivial' ebuilds Kalin KOZHUHAROV <kalin@××××××××.net>