From owner-freebsd-questions@FreeBSD.ORG Tue Sep 15 20:06:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C4B9106568B for ; Tue, 15 Sep 2009 20:06:29 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9A88FC1A for ; Tue, 15 Sep 2009 20:06:28 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 1BE777E818; Tue, 15 Sep 2009 12:06:41 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 15 Sep 2009 22:06:26 +0200 User-Agent: KMail/1.12.1 (FreeBSD/8.0-BETA4; KDE/4.3.1; i386; ; ) References: <200909152109.17764.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200909152206.26141.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Jeronimo Calvo Subject: Re: krootimage crashed at KDE 3.5 startup on signal 11 (7.2 STABLE) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 20:06:29 -0000 On Tuesday 15 September 2009 21:23:40 Jeronimo Calvo wrote: > done and fixed!! thanks a lot!! Good, and you're very welcome. > btw, that was caused then to a portupgrade -f?? there is any > additional steps, to solve any future errors caused by that as well?? Though the initial instructions about the jpeg upgrade were questionable at best, the current description is accurate and will resolve any future problems. You can of course reduce the amount of work by figuring out which ports still link with libjpeg.so.9, using ldd on /usr/local/bin/* and /usr/local/sbin/*, grep and pkg_info -W. pkg_updating -d 20090719 jpeg will show the UPDATING entry. -- Mel