Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage confg. help (avoiding masking & rsync interactio
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
nhead02
n00b
n00b


Joined: 21 May 2002
Posts: 2

PostPosted: Tue May 21, 2002 10:51 am    Post subject: Portage confg. help (avoiding masking & rsync interactio Reply with quote

Where is the intended place for me to put my own local selection of package version "masks" (ie. I want version x.y.z only) and not get them overwritten by an "emerge rsync"?

It looks like "world" should be the spot, but I'd appreciate confirmation before I learn the hard way!

Thanks,

Nigel.

PS: (And by the way, is anyone else having compile failures for php-4.2.0 in the 1.1a tree? Something to do with not finding "javac").
Back to top
View user's profile Send private message
klieber
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 3657
Location: San Francisco, CA

PostPosted: Tue May 21, 2002 11:40 am    Post subject: Re: Portage confg. help (avoiding masking & rsync intera Reply with quote

nhead02 wrote:
Where is the intended place for me to put my own local selection of package version "masks" (ie. I want version x.y.z only) and not get them overwritten by an "emerge rsync"?


This is (IMO) somewhat of a glaring oversight in portage. Here's what I do (as suggested by someone on the mailing list):

Code:
cp -r /usr/portage/profiles/default-1.0 /etc/make.profile


Normally, /etc/make.profile is a symlink to the /usr/portage/profiles/default-1.0 directory (or whatever profile you happen to be using) so this effectively removes it from the portage directory structure.

Another option would be to create your own profile, such as:

Code:
/usr/portage/profiles/MyCustomProfile-1.0/


That won't get overwritten with an 'emerge rsync', but it will get overwritten if you do 'emerge --clean rsync', so be careful with that.

nhead02 wrote:
And by the way, is anyone else having compile failures for php-4.2.0 in the 1.1a tree? Something to do with not finding "javac"


If you're not using java on your machine, set '-java' as a USE variable.

--kurt
_________________
The problem with political jokes is that they get elected
Back to top
View user's profile Send private message
nhead02
n00b
n00b


Joined: 21 May 2002
Posts: 2

PostPosted: Tue May 21, 2002 12:04 pm    Post subject: Re: Portage confg. help (avoiding masking & rsync intera Reply with quote

Thanks for that help!

klieber wrote:

nhead02 wrote:
And by the way, is anyone else having compile failures for php-4.2.0 in the 1.1a tree? Something to do with not finding "javac"


If you're not using java on your machine, set '-java' as a USE variable.

--kurt


Yeah, I'll go back and do that. I' was just a little surprised at this as these were the "out-of-the-box" USE variables ...

--Nigel
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum