Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to get kde 3.1RC5 ?
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
kayard
n00b
n00b


Joined: 16 Dec 2002
Posts: 44

PostPosted: Fri Dec 20, 2002 5:51 pm    Post subject: How to get kde 3.1RC5 ? Reply with quote

I finally managed to install KDE !!! Good and thank to who helped !!!

Now, how can I emerge kde-3.1RC5?
I wish i could write something like
emerge kde-3.1RC5
If you type "emerge kde", it installs kde 3.0.4

Secondly, I would like to erase every file in /etc/ beginning with ._cfg0000. How can I do that ?
As I want to include every subdirectory, I tried something like " rm /etc/._cfg0000* -R" but it didn't work !!! SOB !!!

Any suggestion?

Thanks

kayard
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Fri Dec 20, 2002 7:13 pm    Post subject: Reply with quote

edit /usr/portage/profiles/packages.mask

comment out the kde3.1rc5 packages with a #

then emerge kde (or emerge -u world if you already have kde installed)


Enjoy
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Dec 20, 2002 7:31 pm    Post subject: Reply with quote

Moved from OTG.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Fri Dec 20, 2002 7:48 pm    Post subject: Re: How to get kde 3.1RC5 ? Reply with quote

kayard wrote:
I would like to erase every file in /etc/ beginning with ._cfg0000. How can I do that ?
As I want to include every subdirectory, I tried something like " rm /etc/._cfg0000* -R" but it didn't work !!! SOB !!!
Code:
find /etc -iname '._cfg????_*' -print0 | xargs -0 rm
Should work.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Dec 20, 2002 9:47 pm    Post subject: Reply with quote

You need ACCEPT_KEYWORS="~x86" (if you have a PPC, put ~ppc instead of ~x86 and so on).

Code:

ACCEPT_KEYWORDS="~x86" emerge kde


Lovechild wrote:
edit /usr/portage/profiles/packages.mask

comment out the kde3.1rc5 packages with a #

then emerge kde (or emerge -u world if you already have kde installed)


Enjoy
Back to top
View user's profile Send private message
kayard
n00b
n00b


Joined: 16 Dec 2002
Posts: 44

PostPosted: Fri Dec 20, 2002 10:53 pm    Post subject: Reply with quote

Why do I have to append ACCEPT_KEYWORDS ="~x86" ?
What does it do ?
Gonna try kde 3.1 rc5 tonight...

Kayard
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Fri Dec 20, 2002 11:09 pm    Post subject: Reply with quote

It enables the unstable branch. kde 3.1rc5 is still a release candidate.

kayard wrote:
Why do I have to append ACCEPT_KEYWORDS ="~x86" ?
What does it do ?
Gonna try kde 3.1 rc5 tonight...

Kayard
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Fri Dec 20, 2002 11:32 pm    Post subject: Reply with quote

Bloody Bastard wrote:
It enables the unstable branch. kde 3.1rc5 is still a release candidate.

kayard wrote:
Why do I have to append ACCEPT_KEYWORDS ="~x86" ?
What does it do ?
Gonna try kde 3.1 rc5 tonight...

Kayard


ARRGHHH... Betas(and the RCs for KDE to, since they are considered betaish) are perm. masked... ACCEPT_KEYWORD will do you no good here I think
Back to top
View user's profile Send private message
qnx
l33t
l33t


Joined: 25 Jun 2002
Posts: 638
Location: Göteborg, Sweden

PostPosted: Sat Dec 21, 2002 3:29 pm    Post subject: Reply with quote

Bloody Bastard wrote:
You need ACCEPT_KEYWORS="~x86" (if you have a PPC, put ~ppc instead of ~x86 and so on).

Code:

ACCEPT_KEYWORDS="~x86" emerge kde


No no no! KDE-3.1-rc5 is perm-masked....~x86 will not help in this case!
_________________
Registred Linux user #191143!
Abit NF7-S rev. 2.00 (BIOS v. 2.7)
AMD AthlonXP 2500+ (Barton)
PATA Seagate ST3120022A
SATA Seagate ST3200822AS & Silicon Image 3112 chipset
Gentoo Linux :)
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sat Dec 21, 2002 4:08 pm    Post subject: Reply with quote

qnx wrote:
Bloody Bastard wrote:
You need ACCEPT_KEYWORS="~x86" (if you have a PPC, put ~ppc instead of ~x86 and so on).

Code:

ACCEPT_KEYWORDS="~x86" emerge kde


No no no! KDE-3.1-rc5 is perm-masked....~x86 will not help in this case!


Sorry, it does not help but it does not hurt. No need to make such a noise about it.
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Sat Dec 21, 2002 4:22 pm    Post subject: Reply with quote

Bloody Bastard wrote:
qnx wrote:
Bloody Bastard wrote:
You need ACCEPT_KEYWORS="~x86" (if you have a PPC, put ~ppc instead of ~x86 and so on).

Code:

ACCEPT_KEYWORDS="~x86" emerge kde


No no no! KDE-3.1-rc5 is perm-masked....~x86 will not help in this case!


Sorry, it does not help but it does not hurt. No need to make such a noise about it.


Yes it hurts.... next time he can't get something to merge he might use ~x86 and install some possibly buggy ebuild and blame Gentoo for being unstable.... ~x86 should be left for the developers and for people who are willing to risk their machines testing new stuff... fx the gcc ebuild currently in unstable is very dangerous and highly alpha... hell it's even marked as such..
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Sun Dec 22, 2002 2:43 am    Post subject: Reply with quote

I'll be more explicit: in this case, it won't hurt. Anyway, his question was how to emerge KDE 3.1rc5, which is unstable. I think that a discussion about wether ~arch should be used (or not) by regular users could be better discussed in a new thread.

Lovechild wrote:

Yes it hurts.... next time he can't get something to merge he might use ~x86 and install some possibly buggy ebuild and blame Gentoo for being unstable.... ~x86 should be left for the developers and for people who are willing to risk their machines testing new stuff... fx the gcc ebuild currently in unstable is very dangerous and highly alpha... hell it's even marked as such..
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