Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 4 in gentoo portage? - Part 2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 8, 9, 10 ... 14, 15, 16  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Fri Oct 24, 2008 5:45 am    Post subject: Reply with quote

I managed to change kopete settings so I only get a popup for every new message or every message from a running chat which is on a different desktop.
Back to top
View user's profile Send private message
Sensus
n00b
n00b


Joined: 05 Oct 2008
Posts: 12

PostPosted: Fri Oct 24, 2008 6:52 am    Post subject: Reply with quote

audiodef wrote:
Dude, you're gonna hate Kopete 4. It has popups for EVERY new incoming message and they'll track all the way down your screen while away from the chat window. I've given up on it in favour of Kopete 3, in which you can at least disable such popups.

Im using Kopete and i don't get these. I disabled them in the notifications settings.
Back to top
View user's profile Send private message
robnotts
Guru
Guru


Joined: 15 Mar 2004
Posts: 405
Location: Nottingham, UK

PostPosted: Fri Oct 24, 2008 3:56 pm    Post subject: Reply with quote

Here is a good one... just re-installed kde with the kdeprefix use flag...

Starting konqueror, results in a crash... bottom lines of console output are...

Code:
, Next: An Introduction to Konqueror
!!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /usr/kde/3.5/share/apps/khtml/css/html4.css. Expected STYLE_VERSION 1

KCrash: Application 'konqueror' crashing...
sock_file=/home/rob/.kde4.1/socket-gentoo64-laptop/kdeinit4__0


This didn't happen without the kdeprefix use flag... but does with... kopete won't start for a similar reason.

Any ideas?
_________________
---

Gentoo Phenom][ X4 955 on AMD790 + Geforce 220GT 8GB/1.75TB (Desktop)
+ MythTV (3xFreeview,1xFreesat HD) on 1080p
Gentoo Turion64 X2 Geforce 6150 2GB/120GB (Laptop)
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Fri Oct 24, 2008 6:12 pm    Post subject: Reply with quote

robnotts wrote:
Here is a good one... just re-installed kde with the kdeprefix use flag...

Starting konqueror, results in a crash... bottom lines of console output are...

Code:
, Next: An Introduction to Konqueror
!!!!!!! ERROR !!!!!!! - KHTML default stylesheet version mismatch. Aborting. Check your installation. File used was: /usr/kde/3.5/share/apps/khtml/css/html4.css. Expected STYLE_VERSION 1

KCrash: Application 'konqueror' crashing...
sock_file=/home/rob/.kde4.1/socket-gentoo64-laptop/kdeinit4__0


This didn't happen without the kdeprefix use flag... but does with... kopete won't start for a similar reason.

Any ideas?


edit;
/usr/kde/4.1/bin/startkde

and add;

export KDEDIRS=${_KDEDIR}:/usr:/usr/local

(at the begining of the export lines)
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
robnotts
Guru
Guru


Joined: 15 Mar 2004
Posts: 405
Location: Nottingham, UK

PostPosted: Fri Oct 24, 2008 6:50 pm    Post subject: Reply with quote

i've done the export... and i have also followed the advice in the bugs.gentoo.org bug report and installed kde-3.5.10 for those parts of kde3 that i still have installed... kaffeine, amarok, klickety and knetworkmanager...

will reboot shortly and let you know!
_________________
---

Gentoo Phenom][ X4 955 on AMD790 + Geforce 220GT 8GB/1.75TB (Desktop)
+ MythTV (3xFreeview,1xFreesat HD) on 1080p
Gentoo Turion64 X2 Geforce 6150 2GB/120GB (Laptop)
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Fri Oct 24, 2008 6:59 pm    Post subject: Reply with quote

So did I get it right that my startkde file should change from

Quote:

_KDEDIR=/usr/kde/4.1
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')

to

Quote:

_KDEDIR=/usr/kde/4.1
export KDEDIRS=${_KDEDIR}:/usr:/usr/local
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
?
Back to top
View user's profile Send private message
tranquilcool
Veteran
Veteran


Joined: 25 Mar 2005
Posts: 1179

PostPosted: Fri Oct 24, 2008 7:23 pm    Post subject: Reply with quote

Boccaccio wrote:
So did I get it right that my startkde file should change from

Quote:

_KDEDIR=/usr/kde/4.1
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')

to

Quote:

_KDEDIR=/usr/kde/4.1
export KDEDIRS=${_KDEDIR}:/usr:/usr/local
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
?


that's right. reboot or kill and restart X and see if it works.
_________________
this is a strange strange world.
Back to top
View user's profile Send private message
Kenji Miyamoto
Veteran
Veteran


Joined: 28 May 2005
Posts: 1452
Location: Looking over your shoulder.

PostPosted: Sat Oct 25, 2008 1:42 am    Post subject: Reply with quote

Searching on Google still doesn't work for my problem building kdelibs. Has anyone else seen this?:
Code:
Scanning dependencies of target kcookiejar4
[ 58%] Building CXX object kioslave/http/kcookiejar/CMakeFiles/kcookiejar4.dir/kcookiejar4_automoc.o
[ 58%] Building CXX object kioslave/http/kcookiejar/CMakeFiles/kcookiejar4.dir/main.o
/usr/include/qt4/QtCore/qmetatype.h: In static member function 'static int QMetaTypeId2<T>::qt_metatype_id() [with T = QList<int>]':
/usr/include/qt4/QtCore/qmetatype.h:201:   instantiated from 'int qMetaTypeId(T*) [with T = QList<int>]'
/usr/include/qt4/QtCore/qvariant.h:433:   instantiated from 'QVariant qVariantFromValue(const T&) [with T = QList<int>]'
/var/tmp/paludis/kde-base-kdelibs-4.1.2-r1/work/kdelibs_build/kioslave/http/kcookiejar/kcookieserverinterface.h:90:   instantiated from here
/usr/include/qt4/QtCore/qmetatype.h:191: error: 'qt_metatype_id' is not a member of 'QMetaTypeId<QList<int> >'
make[2]: *** [kioslave/http/kcookiejar/CMakeFiles/kcookiejar4.dir/main.o] Error 1
make[1]: *** [kioslave/http/kcookiejar/CMakeFiles/kcookiejar4.dir/all] Error 2
make: *** [all] Error 2
/usr/libexec/paludis/utils/emake: emake returned error 2

_________________
[ Kawa-kun, new and improved!! ]

Alex Libman seems to be more of an anarchist than a libertarian.
Back to top
View user's profile Send private message
robnotts
Guru
Guru


Joined: 15 Mar 2004
Posts: 405
Location: Nottingham, UK

PostPosted: Sat Oct 25, 2008 3:15 am    Post subject: Reply with quote

Quote:
So did I get it right that my startkde file should change from

Quote:

_KDEDIR=/usr/kde/4.1
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')

to

Quote:

_KDEDIR=/usr/kde/4.1
export KDEDIRS=${_KDEDIR}:/usr:/usr/local
export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
?



I guess you did as fully up and running now :wink:
_________________
---

Gentoo Phenom][ X4 955 on AMD790 + Geforce 220GT 8GB/1.75TB (Desktop)
+ MythTV (3xFreeview,1xFreesat HD) on 1080p
Gentoo Turion64 X2 Geforce 6150 2GB/120GB (Laptop)
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sat Nov 01, 2008 3:48 pm    Post subject: Reply with quote

Hi !
I know this question is asked more than 10000000 times...but i`ll have to ask it one more time...because i`ve read every topic here and every guide but still can`t get the latest stable kde4.
I`m using gentoo minimal with the hardened kernel.
I`ll be really greatful if someone help me.

Thank you !
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sat Nov 01, 2008 4:30 pm    Post subject: Reply with quote

KocetoNS wrote:
Hi !
I know this question is asked more than 10000000 times...but i`ll have to ask it one more time...because i`ve read every topic here and every guide but still can`t get the latest stable kde4.
I`m using gentoo minimal with the hardened kernel.
I`ll be really greatful if someone help me.

Thank you !

What have you done so far to get it?
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sat Nov 01, 2008 10:18 pm    Post subject: Reply with quote

i`ve emerged layma but i can`t use it.
And didn't ubderstgand which is the best way to install kde.
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sat Nov 01, 2008 10:24 pm    Post subject: Reply with quote

Now that kde-4.1.2 is in portage, you don't really need layman. You just have to unmask kde-4.1.2 and then install it.
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 9:17 am    Post subject: Reply with quote

Fallowing the kde 4.1 guide http://www.gentoo.org/proj/en/desktop/kde/kde4-guide.xml
I can`t understand this
Quote:
Code Listing 2.1: Adding the file to the package.keywords directory

# cd /etc/portage/package.keywords
# cp /path/to/keywords/file .

Code Listing 2.2: Adding the file to the package.keywords file

# cd /etc/portage/
# cat /path/to/keywords/file >> package.keywords


if someone can make an example


Last edited by KocetoNS on Sun Nov 02, 2008 11:26 am; edited 2 times in total
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 9:34 am    Post subject: Reply with quote

Well, if you managed to get layman to work, there would be a directory /usr/portage/local/layman/kde-testing/Documentation/package.keywords/ containing a file with a list of packages to be unmasked. If you did not manage to get layman to work, there is also the possibility to get the file from the internet. If I remember correctly, the link was published here, but I canot tell you where precisely in this rather long thread. So here is the content of the file:

Quote:

# KDE deps
>=kde-base/qimageblitz-0.0.4

# KDE base libs
kde-base/kdelibs:4.1
kde-base/kdepimlibs:4.1
kde-base/libkcddb:4.1
kde-base/libkcompactdisc:4.1
kde-base/libkdcraw:4.1
kde-base/libkdeedu:4.1
kde-base/libkdepim:4.1
kde-base/libkexiv2:4.1
kde-base/libkholidays:4.1
kde-base/libkipi:4.1
kde-base/libkleo:4.1
kde-base/libkonq:4.1
kde-base/libkpgp:4.1
kde-base/libksane:4.1
kde-base/libksieve:4.1
kde-base/libkworkspace:4.1
kde-base/libplasma:4.1
kde-base/libtaskmanager:4.1

# KDE packages

kde-base/akonadi:4.1
kde-base/akregator:4.1
kde-base/amor:4.1
kde-base/ark:4.1
kde-base/blinken:4.1
kde-base/bovo:4.1
kde-base/cervisia:4.1
kde-base/dolphin:4.1
kde-base/dragonplayer:4.1
kde-base/drkonqi:4.1
kde-base/gwenview:4.1
kde-base/juk:4.1
kde-base/kaddressbook:4.1
kde-base/kalarm:4.1
kde-base/kalgebra:4.1
kde-base/kalzium:4.1
kde-base/kamera:4.1
kde-base/kanagram:4.1
kde-base/kappfinder:4.1
kde-base/kapptemplate:4.1
kde-base/kate:4.1
kde-base/katomic:4.1
kde-base/kbattleship:4.1
kde-base/kblackbox:4.1
kde-base/kblocks:4.1
kde-base/kbounce:4.1
kde-base/kbreakout:4.1
kde-base/kbruch:4.1
kde-base/kbugbuster:4.1
kde-base/kcachegrind:4.1
kde-base/kcalc:4.1
kde-base/kcharselect:4.1
kde-base/kcheckpass:4.1
kde-base/kcminit:4.1
kde-base/kcmshell:4.1
kde-base/kcolorchooser:4.1
kde-base/kcontrol:4.1
kde-base/kcron:4.1
kde-base/kde-l10n:4.1
kde-base/kde-meta:4.1
kde-base/kdeaccessibility-colorschemes:4.1
kde-base/kdeaccessibility-iconthemes:4.1
kde-base/kdeaccessibility-meta:4.1
kde-base/kdeaccounts-plugin:4.1
kde-base/kdeadmin-meta:4.1
kde-baes/kdeadmin-optional:4.1
kde-base/kdeartwork-colorschemes:4.1
kde-base/kdeartwork-emoticons:4.1
kde-base/kdeartwork-icewm-themes:4.1
kde-base/kdeartwork-iconthemes:4.1
kde-base/kdeartwork-kscreensaver:4.1
kde-base/kdeartwork-kworldclock:4.1
kde-base/kdeartwork-meta:4.1
kde-base/kdeartwork-sounds:4.1
kde-base/kdeartwork-styles:4.1
kde-base/kdeartwork-wallpapers:4.1
kde-base/kdebase-cursors:4.1
kde-base/kdebase-data:4.1
kde-base/kdebase-kioslaves:4.1
kde-base/kdebase-meta:4.1
kde-base/kdebase-startkde:4.1
kde-base/kdebugdialog:4.1
kde-base/kdeedu-meta:4.1
kde-base/kdegames-meta:4.1
kde-base/kdegames-optional:4.1
kde-base/kdegraphics-meta:4.1
kde-base/kdegraphics-strigi-analyzer:4.1
kde-base/kde-menu:4.1
kde-base/kde-menu-icons:4.1
kde-base/kdemaildir:4.1
kde-base/kdemultimedia-kioslaves:4.1
kde-base/kdemultimedia-meta:4.1
kde-base/kdenetwork-filesharing:4.1
kde-base/kdenetwork-meta:4.1
kde-base/kdepasswd:4.1
kde-base/kdepim-kresources:4.1
kde-base/kdepim-strigi-analyzer:4.1
kde-base/kdepim-wizards:4.1
kde-base/kdeplasma-addons:4.1
kde-base/kdesdk-kioslaves:4.1
kde-base/kdesdk-meta:4.1
kde-base/kdesdk-misc:4.1
kde-base/kdesdk-scripts:4.1
kde-base/kdesdk-strigi-analyzer:4.1
kde-base/kdessh:4.1
kde-base/kdesu:4.1
kde-base/kdetoys-meta:4.1
kde-base/kdeutils-meta:4.1
kde-base/kdeutils-optional:4.1
kde-base/kde-wallpapers:4.1
kde-base/kdf:4.1
kde-base/kdialog:4.1
kde-base/kdiamond:4.1
kde-base/kdm:4.1
kde-base/kdnssd:4.1
kde-base/keditbookmarks:4.1
kde-base/kfile:4.1
kde-base/kfind:4.1
kde-base/kfloppy:4.1
kde-base/kfourinline:4.1
kde-base/kgamma:4.1
kde-base/kgeography:4.1
kde-base/kget:4.1
kde-base/kgoldrunner:4.1
kde-base/kgpg:4.1
kde-base/khangman:4.1
kde-base/khelpcenter:4.1
kde-base/khotkeys:4.1
kde-base/kiconfinder:4.1
kde-base/kig:4.1
kde-base/kinfocenter:4.1
kde-base/kioclient:4.1
kde-base/kiriki:4.1
kde-base/kitchensync:4.1
kde-base/kiten:4.1
kde-base/kjots:4.1
kde-base/kjumpingcube:4.1
kde-base/kleopatra:4.1
kde-base/klettres:4.1
kde-base/klines:4.1
kde-base/klipper:4.1
kde-base/kmag:4.1
kde-base/kmahjongg:4.1
kde-base/kmail:4.1
kde-base/kmailcvt:4.1
kde-base/kmenuedit:4.1
kde-base/kmimetypefinder:4.1
kde-base/kmines:4.1
kde-base/kmix:4.1
kde-base/kmousetool:4.1
kde-base/kmouth:4.1
kde-base/kmplot:4.1
kde-base/knetattach:4.1
kde-base/knetwalk:4.1
kde-base/knetworkconf:4.1
kde-base/knewsticker:4.1
kde-base/knewstuff:4.1
kde-base/knode:4.1
kde-base/knotes:4.1
kde-base/knotify:4.1
kde-base/kode:4.1
kde-base/kolf:4.1
kde-base/kollision:4.1
kde-base/kolourpaint:4.1
kde-base/kompare:4.1
kde-base/konqueror:4.1
kde-base/konquest:4.1
kde-base/konsole:4.1
kde-base/kontact:4.1
kde-base/kontactinterfaces:4.1
kde-base/kopete:4.1
kde-base/korganizer:4.1
kde-base/korn:4.1
kde-base/kpackage:4.1
kde-base/kpasswdserver:4.1
kde-base/kpat:4.1
kde-base/kpercentage:4.1
kde-base/kppp:4.1
kde-base/kquitapp:4.1
kde-base/krdc:4.1
kde-base/kreadconfig:4.1
kde-base/kreversi:4.1
kde-base/krfb:4.1
kde-base/kruler:4.1
kde-base/krunner:4.1
kde-base/ksame:4.1
kde-base/kscd:4.1
kde-base/kscreensaver:4.1
kde-base/kshisen:4.1
kde-base/ksirk:4.1
kde-base/ksmserver:4.1
kde-base/ksnapshot:4.1
kde-base/kspaceduel:4.1
kde-base/ksplash:4.1
kde-base/ksquares:4.1
kde-base/kstars:4.1
kde-base/kstart:4.1
kde-base/kstartperf:4.1
kde-base/kstartupconfig:4.1
kde-base/kstyles:4.1
kde-base/ksudoku:4.1
kde-base/ksysguard:4.1
kde-base/ksystemlog:4.1
kde-base/ksystraycmd:4.1
kde-base/kteatime:4.1
kde-base/ktimer:4.1
kde-base/ktimetracker:4.1
kde-base/ktimezoned:4.1
kde-base/ktnef:4.1
kde-base/ktouch:4.1
kde-base/ktraderclient:4.1
kde-base/kttsd:4.1
kde-base/ktuberling:4.1
kde-base/kturtle:4.1
kde-base/ktux:4.1
kde-base/kubrick:4.1
kde-base/kuiserver:4.1
kde-base/kuiviewer:4.1
kde-base/kurifilter-plugins:4.1
kde-base/kuser:4.1
kde-base/kwallet:4.1
kde-base/kweather:4.1
kde-base/kwin:4.1
kde-base/kwrite:4.1
kde-base/kwordquiz:4.1
kde-base/libkdegames:4.1
kde-base/libkmahjongg:4.1
kde-base/lilo-config:4.1
kde-base/lokalize:4.1
kde-base/lskat:4.1
kde-base/marble:4.1
kde-base/mimelib:4.1
kde-base/nepomuk:4.1
kde-base/nsplugins:4.1
kde-base/okteta:4.1
kde-base/okular:4.1
kde-base/parley:4.1
kde-base/phonon-xine:4.1
kde-base/plasma-apps:4.1
kde-base/plasma-workspace:4.1
kde-base/renamedlg-plugins:4.1
kde-base/solid:4.1
kde-base/solid-hardware:4.1
kde-base/soliduiserver:4.1
kde-base/step:4.1
kde-base/superkaramba:4.1
kde-base/svgpart:4.1
kde-base/sweeper:4.1
kde-base/systemsettings:4.1
kde-base/umbrello:4.1

# kde misc stuff
kde-base/kdepim-icons:4.1
~media-sound/phonon-4.2.0
~app-misc/strigi-0.5.11
~dev-libs/soprano-2.1
~dev-cpp/clucene-0.9.20
~kde-base/automoc-0.9.84
~app-office/akonadi-server-1.0.0
~x11-apps/xinit-1.0.5
~dev-libs/libzip-0.8
~sci-mathematics/gmm-3.0

# remove the block with newer qca
~app-crypt/qca-1.0

# qt stuff
~x11-libs/qt-4.4.2
~x11-libs/qt-assistant-4.4.2
~x11-libs/qt-core-4.4.2
~x11-libs/qt-dbus-4.4.2
~x11-libs/qt-demo-4.4.2
~x11-libs/qt-embedded-4.4.2
~x11-libs/qt-gui-4.4.2
~x11-libs/qt-opengl-4.4.2
~x11-libs/qt-phonon-4.4.2
~x11-libs/qt-qt3support-4.4.2
~x11-libs/qt-script-4.4.2
~x11-libs/qt-sql-4.4.2
~x11-libs/qt-svg-4.4.2
~x11-libs/qt-test-4.4.2
~x11-libs/qt-webkit-4.4.2
~x11-libs/qt-x11-4.4.2
~x11-libs/qt-xmlpatterns-4.4.2

# missed stuff
kde-base/kdepim-meta:4.1
kde-base/kurifilter-plugins:4.1
~dev-util/cmake-2.6.2
~app-pda/libopensync-0.36
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 1:37 pm    Post subject: Reply with quote

I`ve done
ACCEPT_KEYWORDS="~x86" emerge portage
to get portage-2.2 and emerge kdebase-4.1 but when i do emerge @kdebase-4.1 i get error.
Do i have to download manualy something?
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 1:45 pm    Post subject: Reply with quote

First of all, you should not do ACCEPT_KEYWORDS="~x86" emerge portage to get portage-2.2 but instead you should add sys-apps/portage ~x86 to your package.keywords file.
What error do you get when you try to emerge kde?
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 2:04 pm    Post subject: Reply with quote

This is the error
Code:
/etc/portage/sets/kdebase-4.1: Validation failed line: ....
emerge: no targets left after set expansion
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 3:17 pm    Post subject: Reply with quote

What is the content of the file /etc/portage/sets/kdebase-4.1?
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 4:18 pm    Post subject: Reply with quote

/etc/portage/sets/ is empty
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 4:26 pm    Post subject: Reply with quote

Here you can find all the sets you need. Just download them and put them into /etc/portage/sets.
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 4:31 pm    Post subject: Reply with quote

how can i download a set from there
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 4:36 pm    Post subject: Reply with quote

Here is a zip file containing all sets.
Back to top
View user's profile Send private message
KocetoNS
n00b
n00b


Joined: 17 Oct 2005
Posts: 43
Location: Bulgaria, Nesebar/Sofia

PostPosted: Sun Nov 02, 2008 5:04 pm    Post subject: Reply with quote

i`ve downloaded the file in /etc/portage/sets/ then i`ve done emerge @kdebase-4.1 and the same error
Back to top
View user's profile Send private message
Boccaccio
Apprentice
Apprentice


Joined: 19 Jul 2005
Posts: 286

PostPosted: Sun Nov 02, 2008 5:12 pm    Post subject: Reply with quote

You have to unzip the downloaded zip file, then move all the individual set files into the aforementioned directory.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3 ... 8, 9, 10 ... 14, 15, 16  Next
Page 9 of 16

 
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