Re: [gentoo-user] emerge questions

2004-01-06 Thread Drake Wyrm
On Sun, Jan 04, 2004 at 02:04:16PM -0800, in [EMAIL PROTECTED], Ben Munat [EMAIL PROTECTED] wrote: How often should I emerge sync? I 'emerge --sync' in my daily cron. For me, that's about right. It keeps things fresh without being obsessive. I remember reading (somewhere or another) that Gentoo

[gentoo-user] emerge questions

2004-01-04 Thread Ben Munat
How often should I emerge sync? How often should I update portage? I just did emerge sync and it tells me I should update portage -- from r19 to r20 -- and update ALL of [my] configuration files. Should I emerge portage everytime there's a new version? Are these config files of which it speaks

Re: [gentoo-user] emerge questions

2004-01-04 Thread Aaron Hugh Brown
1.Doing an 'Emerge sync' once a day should be enough. 2.I usually update portage when ever there is a new version. 3.Yes the config files do get updated when you do etc-update. 4. No, you do not need to do an emerge sync after updating portage. 5.I usually do an 'emerge world' when I do 'emerge

Re: [gentoo-user] emerge questions

2004-01-04 Thread Brett I. Holcomb
I feel it's best to keep updated. I ususally emerge sync once/day. Then I do emerge -uDp for system and world to see what it wants to update. If I like the list I let it do it, otherwise I pick and choose which ones to update. As for updating all config files you run etc-update, look at

Re: [gentoo-user] emerge questions

2004-01-04 Thread Ben Munat
Thanks guys... just what I needed to know. One other question (it should probably be in a new thread but I'm hoping it's a quick answer): I've got that nifty little gkrellm thing going on my desktop now and my cpu (athlon 1400) usage is completely pegged while emerging. Is this normal? I

Re: [gentoo-user] emerge questions

2004-01-04 Thread Aaron Hugh Brown
Yes, This is normal. Hope This Helps Aaron On 01/04/04 22:25:57, Ben Munat wrote: Thanks guys... just what I needed to know. One other question (it should probably be in a new thread but I'm hoping it's a quick answer): I've got that nifty little gkrellm thing going on my desktop now and

Re: [gentoo-user] emerge questions

2004-01-04 Thread Spider
begin quote On Sun, 04 Jan 2004 14:25:57 -0800 Ben Munat [EMAIL PROTECTED] wrote: I've got that nifty little gkrellm thing going on my desktop now and my cpu (athlon 1400) usage is completely pegged while emerging. Is this normal? I suppose I wouldn't want it to not use 100% but take

Re: [gentoo-user] emerge questions

2004-01-04 Thread Robert G . Waycott
From: Ben Munat [EMAIL PROTECTED] Date: 2004/01/04 Sun PM 05:04:16 EST To: [EMAIL PROTECTED] Subject: [gentoo-user] emerge questions How often should I emerge sync? Well, I don't think you need to do it more than once per day, Ben. Check the 'rsync etiquette' guide on gentoo.org. I

[gentoo-user] emerge questions

2003-02-11 Thread Alexey Kochkin
Hi there It seems that I misundestood something about emerge usage. Let's say if I need to set custom ./configure options for some ebuild, I should do as following: #export USE='--with-some-option=value' But it doesn't work in my case... What am I doing wrong? Thanks in advance -- [EMAIL

Re: [gentoo-user] emerge questions

2003-02-11 Thread Thomas T. Veldhouse
11, 2003 10:41 AM Subject: [gentoo-user] emerge questions Hi there It seems that I misundestood something about emerge usage. Let's say if I need to set custom ./configure options for some ebuild, I should do as following: #export USE='--with-some-option=value' But it doesn't work in my