From owner-freebsd-questions@FreeBSD.ORG Thu Sep 2 09:36:24 2004 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 A392716A4CE for ; Thu, 2 Sep 2004 09:36:24 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776C743D58 for ; Thu, 2 Sep 2004 09:36:24 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=[192.168.0.2]) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1C2o11-0004XU-00 for freebsd-questions@freebsd.org; Thu, 02 Sep 2004 05:36:23 -0400 From: Gerard Seibert To: FreeBSD Questions Date: Thu, 2 Sep 2004 05:36:21 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200409020536.21535.gerard-seibert@rcn.com> Subject: Error installing 'kdelibs3' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gerard-seibert@rcn.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 09:36:24 -0000 root@rcn / $ uname -a FreeBSD rcn.com 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 I updated my ports, ran portsdb -Uu and then proceeded to run 'portupgrade -aDDPRrv' to finish the update. Everything went fine except that the 'kdelibs3' port failed. This is the outproot@rcn /usr/ports/x11/kdelibs3 $ make install ===> Installing for kdelibs-3.3.0 ===> kdelibs-3.3.0 conflicts with installed package(s): kdepim-3.2.3_1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/x11/kdelibs3. ut from the 'make install' command: If I try to remove 'kdepim-3.2.3_1', I receive the following error message:root@rcn /var/db/pkg $ pkg_delete -dv kdepim-3.2.3_1 pkg_delete: package 'kdepim-3.2.3_1' is required by these other packages and may not be deinstalled: kde-3.2.3 kdeaddons-3.2.3 kdeaddons-kaddressbook-plugins-3.2.3 kdeaddons-kontact-plugins-3.2.3 pkg_delete: 1 package deletion(s) failed Therefore, my question is do I force the deletion of kdepim-3.2.3_1 so that I can install the kdelibs-3.3.0 update? Would this prove to be a bad move? Also, why doesn't the new library simply replace the old one without having to remove anything else? Thanks! Gerard Seibert gerard-seibert@rcn.com -