Gentoo Archives: gentoo-portage-dev

From: solar <solar@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] confcache integration
Date: Tue, 24 Jan 2006 20:38:05
Message-Id: 1138135027.2848.447.camel@onyx
In Reply to: Re: [gentoo-portage-dev] confcache integration by Jason Stubbs
1 On Wed, 2006-01-25 at 00:30 +0900, Jason Stubbs wrote:
2 > On Tuesday 24 January 2006 21:50, Brian Harring wrote:
3 >
4 > + os.makedirs(mysettings["CONFCACHE_DIR"], mode=0775)
5 > + os.chown(mysettings["CONFCACHE_DIR"], portage_uid, -1)
6 >
7 > This will die when running as non-root, no? "ebuild" is now oft used by devs
8 > running as normal users which will be broken by this.
9
10 Your right. I've hit that bug myself in the past switching
11 between root merges and being a real life dev and running ebuild
12 foo.build clean unpack compile;
13
14 --
15 solar <solar@g.o>
16 Gentoo Linux
17
18 --
19 gentoo-portage-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-portage-dev] confcache integration Brian Harring <ferringb@g.o>