From owner-freebsd-questions@FreeBSD.ORG Sun Oct 24 12:07:28 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 7FFAE16A4CE for ; Sun, 24 Oct 2004 12:07:28 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7EA543D1F for ; Sun, 24 Oct 2004 12:07:27 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 319E441E5; Sun, 24 Oct 2004 14:07:22 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28038-02; Sun, 24 Oct 2004 14:07:21 +0200 (CEST) Received: from www.wcborstel.nl (localhost [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7F08341A5; Sun, 24 Oct 2004 14:07:21 +0200 (CEST) From: "Jorn Argelo" To: "Spiral Eyed Girl" , freebsd-questions@freebsd.org Date: Sun, 24 Oct 2004 13:07:21 +0100 Message-Id: <20041024120443.M12704@wcborstel.nl> In-Reply-To: References: X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 82.161.134.53 (jorn) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: by amavisd-new at mail.wcborstel.nl Subject: Re: Upgrading KDE 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, 24 Oct 2004 12:07:28 -0000 On Sun, 24 Oct 2004 04:42:38 -0700, Spiral Eyed Girl wrote > Hello, I am trying to upgrade KDE, using make install in the ports > directory, and I get this error: > > ===> kdelibs-3.3.0_2 conflicts with installed package(s): > kdebase-3.1.4 > > They install files into the same place. > Please remove them first with pkg_delete(1). > > and I try to do a "portupgrade kde" and get this error: You should use portupgrade -Rr. > > Stale dependency: kde-3.1.4 --> openldap-client-2.1.23 -- manually > run 'pkgdb -F' to fix, or specify -O to force. Well, I suggest you do as it says. Run pkgdb -F ;) > > How do I upgrade KDE without using pkg_delete? Or is that the only > way to do it? AFAIK, running pkg_delete with a huge port as KDE is going to give problems. I would suggest you try the above mentioned things first. Cheers, Jorn