On Thu, 03 Jul 2003 22:45:07 +1200 Christopher Sawtell <[EMAIL PROTECTED]> wrote:
> On Thu, 03 Jul 2003 21:36, you wrote: > > http://www.rout.co.nz/clug-gentoo-x86-install.html > > > > I have very quickly hacked out some changes to the gentoo install > > instructions to take account of our local servers and the addition > > of distcc into the mix. > > > > The clug stuff is all marked in a distinctive orangy colour and each > > passage hopefully starts with CLUG (making searching easier). > > > > I obviously haven't got ip addresses for the distcc machines or our > > server - this stuff can go on the whiteboard on the day. You'll see > > the appropriate comments. > > > > I need some peer review asap. Once we have reviewed it I suggest we > > take up Robert's offer of some colour printing. > > > > Later. > > > > Nick > t's well to remember that mirrors and rsync servers can always become > unavailable for all sorts of reasons, so I'd suggfest changing the > last para to include the other mirrors. > > CLUG – when you go home, do the following to /etc/make.conf: > comment out the distcc stuff > > change to SYNC=”rsync://linux.citylink.co.nz/gentoo-x86-portage > rsync://rsync.gentoo.org/gentoo-portage" > > change to GENTOO_MIRRORS="http://linux.citylink.co.nz/gentoo > http://gentoo.oregonstate.edu > http://www.ibiblio.org/pub/Linux/distributions/gentoo" > > In other words put the citylink addresses in at the beginning of the > list of servers all on one line of course! > > comment out the MAKEOPTS line > > Also I seem to remember that you said that one can't do parallel makes > of XFree86. There is not any mention of that in the instructions. no but interestingly on a slower machine it will still parcel the compilation out via distcc to a faster machine (omit localhost). IE only one bit gets compiled at a time, but you can take advantage of a faster machine. so it doesn't hurt to have distcc in there for xfree, it just doesn't make full use of it. > > -- > C. S. > > --
