Re: [gentoo-user] which machine to buy for perfect gentoo machine?!

2013-04-14 Thread Pandu Poluan
On Apr 14, 2013 1:27 PM, "Michael Mol" wrote: > > On 04/14/2013 01:55 AM, Pandu Poluan wrote: > > > > On Apr 14, 2013 1:42 AM, "Michael Mol" > > wrote: > >> > > [snip] > > > > > What I meant was: given 4 physical AMD cores (but only 2 FPUs, courtesy > > of AMD's Bulldoze

Re: [gentoo-user] which machine to buy for perfect gentoo machine?!

2013-04-14 Thread Michael Mol
On 04/14/2013 04:32 AM, Pandu Poluan wrote: > > On Apr 14, 2013 1:27 PM, "Michael Mol" > wrote: >> >> On 04/14/2013 01:55 AM, Pandu Poluan wrote: >> > >> > On Apr 14, 2013 1:42 AM, "Michael Mol" >> >

[gentoo-user] compile large packages outside "/var/tmp/portage/"

2013-04-14 Thread Joseph
How to configure portage not to compile large packages (eg. firefox, thunderbird etc) in "/var/tmp/portage/" (RAM disk)? I have only assign 4GB and these packages need more room to compile. -- Joseph

Re: [gentoo-user] compile large packages outside "/var/tmp/portage/"

2013-04-14 Thread yegle
PORTAGE_TMPDIR="/tmp/ying/portage_tmpdir" BUILD_PREFIX="/tmp/ying/build_prefix" DISTDIR="/tmp/ying/distdir" PORTDIR="/tmp/ying/portdir" These are the configurations in my make.conf. Details can be found in make.conf(5). -- yegle http://about.me/yegle On Sunday, April 14, 2013 at 2:33 PM, Jos

Re: [gentoo-user] compile large packages outside "/var/tmp/portage/"

2013-04-14 Thread Neil Bothwick
On Sun, 14 Apr 2013 12:33:50 -0600, Joseph wrote: > How to configure portage not to compile large packages (eg. firefox, > thunderbird etc) in "/var/tmp/portage/" (RAM disk)? I have only assign > 4GB and these packages need more room to compile. I use these two files % cat /etc/portage/env/disk

Re: [gentoo-user] compile large packages outside "/var/tmp/portage/"

2013-04-14 Thread Joseph
On 04/14/13 14:36, yegle wrote: PORTAGE_TMPDIR="/tmp/ying/portage_tmpdir" BUILD_PREFIX="/tmp/ying/build_prefix" DISTDIR="/tmp/ying/distdir" PORTDIR="/tmp/ying/portdir" These are the configurations in my make.conf. Details can be found in make.conf(5). -- yegle [1]http://about.m

Re: [gentoo-user] compile large packages outside "/var/tmp/portage/"

2013-04-14 Thread Mateusz Kowalczyk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/04/13 20:39, Joseph wrote: > On 04/14/13 14:36, yegle wrote: >> PORTAGE_TMPDIR="/tmp/ying/portage_tmpdir" >> BUILD_PREFIX="/tmp/ying/build_prefix" >> DISTDIR="/tmp/ying/distdir" PORTDIR="/tmp/ying/portdir" These are >> the configurations in my