Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
masked packages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
MOS-FET
Apprentice
Apprentice


Joined: 20 May 2003
Posts: 291
Location: Cologne, Germany

PostPosted: Thu May 29, 2003 7:15 pm    Post subject: masked packages Reply with quote

hello,
how is it possible to emerge a 'masked' package (namely eclipse-SDK)? i NEED this one. is it unsafe to emerge masked packages, or are they unstable?

and another question: is it safe to emerge in two KDE console windows at the same time or may this cause errors?
Back to top
View user's profile Send private message
BonezTheGoon
Bodhisattva
Bodhisattva


Joined: 14 Jun 2002
Posts: 1374
Location: Albuquerque, NM -- birthplace of Microsoft and Gentoo

PostPosted: Thu May 29, 2003 8:26 pm    Post subject: Reply with quote

First question:

Yes you can emerge masked packages. There are many ways to do it. One way would be to specify the specific ebuild explicitly like this

Code:
emerge /usr/portage/dev-util/eclipse-SDK-xxx.ebuild
(where the -xxx is the correct version you want)

also alternatively you can also use this command to temporarily accept masked packages

Code:
ACCEPT_KEYWORDS="~x86" emerge eclipse-SDK


Second question:

In lots of cases you can get away with doing that, but not for long. In general, don't do it. I did this a whole lot when I was first using Gentoo, eventually it backfired in a very huge way and hosed up my sandbox. Just avoid doing it and instead string builds onto one command into one terminal. You know something like this:

Code:
emerge app1 thenapp2 anotherprog1 somestuffhere anotherthere etc


Regards,
BonezTheGoon
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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