On Sun, 2004-09-05 at 20:58, Norberto Bensa wrote: > Jason Stubbs wrote: > > portage-2.0.50_pre20 no longer does fetching as root. Make sure that > > the /usr/portage directory also has write access by the portage group and > > it should work. > > Ermm.... This is a RO-NFS shared distfiles and the file was already fetched. Get out the paddles, that one is my fault. I've filed a bug for it- http://bugs.gentoo.org/show_bug.cgi?id=62985 and corrected it in cvs. Basically it was a typo in the fetch function, that by luck slipped by- instead of if fetched != 2: Which tests a var that reflects the files status (fully fetched, partially, or non-existant), it was if fetch != 2: Kind of entertaining... it was comparing the fetch function against an int :) > Thanks. I've reverted to 2.0.50-r10 until those hiccups are fixed ;) I attached a patch to #62985 that should fix things up for you. If it doesn't, please post to the bug. Note this only affects readonly distdir's, so general userbase shouldn't hit it. ~brian