From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1ENcGr-0004l7-Hy for garchives@archives.gentoo.org; Thu, 06 Oct 2005 20:23:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j96KDTSK030252; Thu, 6 Oct 2005 20:13:29 GMT Received: from smtp18.wxs.nl (smtp18.wxs.nl [195.121.6.14]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j96K8vPd025426 for ; Thu, 6 Oct 2005 20:08:57 GMT Received: from grasveld (ip51cfa1ef.direct-adsl.nl [81.207.161.239]) by smtp18.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0INY00KKXGDDXN@smtp18.wxs.nl> for gentoo-user@lists.gentoo.org; Thu, 06 Oct 2005 22:17:37 +0200 (CEST) Date: Thu, 06 Oct 2005 22:17:20 +0200 From: Benno Schulenberg Subject: Re: [gentoo-user] help In-reply-to: <20051006165840.GA2625@beavis> To: gentoo-user@lists.gentoo.org Message-id: <200510062217.20262.benno.schulenberg@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.8.2 References: <20051006024654.GA17361@beavis> <200510061257.09639.benno.schulenberg@gmail.com> <20051006165840.GA2625@beavis> X-Archives-Salt: 46134d75-bc4a-4104-8e9d-de2277806b60 X-Archives-Hash: e948ab63a933e8ffa6f68c0240c82c74 Wes Gray wrote: > # grep kde /var/lib/portage/world | sort > kde-base/arts > kde-base/kde-env > kde-base/kde-meta > kde-base/kdebase-meta > kde-base/kdelibs > kde-base/konqueror Hmm, if I'm not mistaken, if you've emerged kde-meta, none of the other kde things should be in your world file. You've probably done a few emerges without using the --oneshot option. When all the things below don't help, or have heleped, you may want to delete the superfluous lines and do a fresh 'emerge -Du world', just to be sure all is okay. > # grep kde /etc/env.d/* > /etc/env.d/46kdepaths-3.4:PATH=/usr/kde/3.4/bin > /etc/env.d/46kdepaths-3.4:ROOTPATH=/usr/kde/3.4/sbin:/usr/kde/3.4 >/bin /etc/env.d/46kdepaths-3.4:LDPATH=/usr/kde/3.4/lib > /etc/env.d/46kdepaths-3.4:CONFIG_PROTECT="/usr/kde/3.4/share/conf >ig /usr/kde/3.4/env /usr/kde/3.4/shutdown" Delete all the other kde files from /etc/env.d/, keeping only the 3.4 one. The older ones are not needed any more since you've uninstalled those versions, no? This may solve some of your problems by removing that KDEDIR env var. > I suspect that if I could figure out why konqueror (and other > apps) seem to still want to point to 3.1 libraries I could get to > the bottom of my problems. Maybe because of that KDEDIR var. When you've deleted the obsolete env files, do 'env-update' and restart KDE. > # emerge -Dup world > [...] Okay, your system looks pretty much up-to-date. But: > [ebuild U ] kde-base/kdebase-pam-6 [4] Try updating this one, with 'emerge --oneshot kdebase-pam'. It may solve some access problems, maybe those of kicker. After emerging, log out and back in. > # eix -e python >[...] > Installed: 2.2.3-r6 2.3.5-r2 The ancient version is still installed, no harm in it probably, but no need for it either. If you wish, unmerge it with 'emerge -C =python-2.2.3-r6', ignoring the warning. > # emerge -p --depclean > [...] > !!! There appears to be a problem with the following package: > !!! media-libs/libquicktime Use 'eix -e ...' to see which of these packages, libquicktime, openquicktime, giflib, libungif, you've got installed, uninstall each of them with 'emerge -C =...', and later let a fresh 'emerge -Du world' install the one's that are really needed. That's a long list... So first resolve the blocking issues (if it gives you trouble, search bugs.gentoo.org or the forums or the archives of this list), then run 'emerge --depclean' in earnest to get rid of all the obsoletes, after that do a 'revdep-rebuild', and conclude with 'emerge -Du world'. Perseverance, Benno -- gentoo-user@gentoo.org mailing list