Hi there, I'm new to Gentoo, coming from Ubuntu. I've tried this method, but I keep getting errors because some packages are still masked, even though I check they are actually listed in the newly created /etc/portage/package.keywords file. The first package to give this error is kde-base/kmenuedit, and if I manually comment it out from /usr/portage/profiles/package.mask then some other masking problem arises, and I don't think I should be messing with package.mask anyway.step wrote:kde 3.4 split is way to go
i did not use "ACCEPT_KEYWORDS="~x86".
what i did is this:
(previous scrit is from this forum, thanx!)Code: Select all
ls /usr/portage/kde-base | awk '{ print "kde-base/"$1" ~x86" }' >>/etc/portage/package.keywords
then i added some other packages liketo /etc/portage/package.keywords .Code: Select all
sys-libs/db ~x86 media-libs/xine-lib ~x86 dev-util/calltree ~x86 dev-util/callgrind ~x86
Then I commented out all the "bad stuff" like:(so my "emerge world" will work next time)Code: Select all
# kde-base/kde ~x86 # kde-base/kdeaddons ~x86 # kde-base/kdeadmin ~x86 # kde-base/kdeartwork ~x86 # kde-base/kdebase ~x86 # kde-base/kdeedu ~x86 # kde-base/kdegames ~x86 # kde-base/kdegraphics ~x86 # kde-base/kdemultimedia ~x86 # kde-base/kdenetwork ~x86 # kde-base/kdepim ~x86 # kde-base/kdetoys ~x86 # kde-base/kdeutils ~x86 # kde-base/libkdeedu ~x86
and emerged the following packages :Code: Select all
emerge kde-base/kscreensaver kde-base/kmenuedit kde-base/kuickshow kde-base/kwin kde-base/kicker kde-base/konsole kde-base/konqueror kde-base/ksysguard kde-base/kdm kde-base/ksplashml kde-base/ksmserver kde-base/kreadconfig kde-base/kdesktop kde-base/kcheckpass kde-base/kpersonalizer kde-base/kdebase-startkde kde-base/ksim dev-libs/libusb kde-base/kate
What am I doing wrong?
By the way, maybe I'm wrong from the beginning: I have a laptop running a Pentium 4 @ 1.8GHz, and I want to have a reliable (stable), fast desktop environment. I am used to the way things work in Debian-based distros (you choose only stable repositories, then do "apt-get upgrade this-or-that-package" and you get the latest version marked as stable) and I'm not sure whether I should be unmasking packages if I want a stable system. Maybe I should stick to an earlier, fully-tested version of kde. If so, how do I do that?
Thanks for your patience.



