Gentoo Archives: gentoo-portage-dev

From: Brian Harring <ferringb@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] confcache integration
Date: Wed, 25 Jan 2006 13:19:33
Message-Id: 20060125131850.GA8455@nightcrawler.had1.or.comcast.net
In Reply to: Re: [gentoo-portage-dev] confcache integration by solar
1 On Tue, Jan 24, 2006 at 03:37:07PM -0500, solar wrote:
2 > On Wed, 2006-01-25 at 00:30 +0900, Jason Stubbs wrote:
3 > > On Tuesday 24 January 2006 21:50, Brian Harring wrote:
4 > >
5 > > + os.makedirs(mysettings["CONFCACHE_DIR"], mode=0775)
6 > > + os.chown(mysettings["CONFCACHE_DIR"], portage_uid, -1)
7 > >
8 > > This will die when running as non-root, no? "ebuild" is now oft used by devs
9 > > running as normal users which will be broken by this.
10 >
11 > Your right. I've hit that bug myself in the past switching
12 > between root merges and being a real life dev and running ebuild
13 > foo.build clean unpack compile;
14 Meh. should've told me :P
15
16 Attached is round 2, including man/make.conf mods (ignore the fact
17 it's a single make.conf, if accepted the alt make.conf's will be
18 updated with the same text).
19 ~harring

Attachments

File name MIME type
confcache-integration.patch text/plain

Replies

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