You are not logged in.

#1 2003-10-08 16:46:38

Jagged
Member
From: Blacksburg, VA
Registered: 2003-07-18
Posts: 153

distcc

Having a distcc package would be most excellent.  And having a distcc feature for makepkg would be nice as well smile


Nkawtg...n!

Offline

#2 2003-10-08 18:55:03

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: distcc

i suport that


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#3 2003-10-09 15:37:31

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: distcc

There's a new distcc package.  I have also figured out a (imperfect) way of getting it to work with makepkg.  This is very very cool.  Contact me (preferably email) if you want to know about it.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#4 2004-10-23 00:58:23

jlvsimoes
Member
From: portugal
Registered: 2002-12-23
Posts: 392
Website

Re: distcc

i use this
on makepkg.conf
export MAKEFLAGS="-j 6"        < 3 cpus i think its advised here

export CC="ccache distcc"
export CXX='ccache distcc g++'      < i forgot this one


i use .bashrc of the user that compiles to put this
export DISTCC_HOSTS=' slave ip slave ip slave ip '

results :

fist time no ccache no distcc compiling mc on a p3 800

real    2m15.713s
user    0m34.303s
sys     0m24.332s

now using ccache and distcc fist time results here improved becouse of the slave machines being used to

real    1m28.413s
user    0m36.111s
sys     0m26.192s

now the fun part ccache in use

real    0m56.507s
user    0m35.813s
sys     0m24.762s

and yes i raw in to this post by chance


-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU/ d- s: a- C L U P+ L+++ E--- W+
N 0+ K- W-- !O !M V-- PS+ PE- V++ PGP T 5 Z+ R* TV+ B+
DI-- D- G-- e-- h! r++ z+ z*
------END GEEK CODE BLOCK------

Offline

#5 2005-03-21 03:01:36

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: distcc

Man, distcc is a lot of fun big_smile
It wasn't any real hassle setting it up, and it's a pleasure when compiling on a older machine... smile


To err is human... to really foul up requires the root password.

Offline

Board footer

Powered by FluxBB