From owner-freebsd-questions@FreeBSD.ORG Sun Jan 23 02:20:51 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6134916A4CE for ; Sun, 23 Jan 2005 02:20:51 +0000 (GMT) Received: from smtp813.mail.sc5.yahoo.com (smtp813.mail.sc5.yahoo.com [66.163.170.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 073F243D2F for ; Sun, 23 Jan 2005 02:20:51 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.24.8 with login) by smtp813.mail.sc5.yahoo.com with SMTP; 23 Jan 2005 02:20:47 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Sat, 22 Jan 2005 18:20:47 -0800 User-Agent: KMail/1.7.2 References: <1106443760.1123.7.camel@localhost> In-Reply-To: <1106443760.1123.7.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501221820.47387.krinklyfig@spymac.com> cc: Trey Sizemore Subject: Re: KDE issues after recent portupgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 02:20:51 -0000 On Saturday 22 January 2005 05:29 pm, Trey Sizemore wrote: > >From the /usr/ports/UPDATING entry: > > 20040313: > AFFECTS: users of textproc/expat2 > AUTHOR: marcus@FreeBSD.org > > Users of expat2 (and its many dependencies) should do the following > to properly update expat2 and all of its dependencies: > > portupgrade -rf textproc/expat2 > > I did the mentioned portupgrade above and a *lot* of packages were > reinstalled, among those KDE. I'm not sure in retrospect that I > needed to do this as I only installed FreeBSD on this box a couple of > months ago. Anyway, since the upgrade Konqueror crashes when started > in a directory (core dumps) as a file browser, KDE notifications no > longer work (although sound from Gnome apps *do* work -> I have > gnome-session-daemon start when I log into KDE) and k3b won't start > any longer for starters. > > What would be the best way to try an rectify this? Reinstall kde > from scratch with a 'portupgrade -rf /usr/ports/X11/kde3' or > something else entirely? > > All the aforementioned apps were working prior to the portupgrade > command mentioned in UPDATING. I would uninstall all the KDE ports and then reinstall them, starting with kdelibs3, then kdebase3, then the rest. If KDE's installed in the right order it does alright, but even installing the kde3 metaport misses some dependencies, and when doing an upgrade like this it's often not done in the right order. This could cause some breakage. After installing kdelibs3, kdebase3 and QT, you might be able to install the metaport from there to get the rest, but I personally avoid it until after installing everything, as it's always given me problems. - jt