From owner-freebsd-questions@FreeBSD.ORG Fri Dec 24 01:28:12 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 3C79D16A4CE for ; Fri, 24 Dec 2004 01:28:12 +0000 (GMT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9E2A43D39 for ; Fri, 24 Dec 2004 01:28:11 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out011.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20041224012811.WJGC4717.out011.verizon.net@ringworm.mechee.com>; Thu, 23 Dec 2004 19:28:11 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 618462CE740; Thu, 23 Dec 2004 17:25:25 -0800 (PST) From: "Michael C. Shultz" To: "Noah" User-Agent: KMail/1.7.2 References: <20041222203704.M67964@enabled.com> <200412221447.00614.reso3w83@verizon.net> <20041224005629.M33934@enabled.com> In-Reply-To: <20041224005629.M33934@enabled.com> MIME-Version: 1.0 Content-Disposition: inline Date: Thu, 23 Dec 2004 17:25:23 -0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200412231725.24674.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [4.26.84.7] at Thu, 23 Dec 2004 19:28:11 -0600 cc: questions@freebsd.org Subject: Re: portmanager fails installing dri 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: Fri, 24 Dec 2004 01:28:12 -0000 On Thursday 23 December 2004 04:56 pm, you wrote: > > Try: > > > > ls /var/db/pkg > > > > and see if you have a > > > > /var/db/pkg/apache+mod_ssl-1.3.33+2.8.22 > > > > directory, if you do then you probably ran > > > > pkg_delete apache+mod_ssl-1.3.33+2.8.22 > > > > instead of > > > > pkg_delete -f apache+mod_ssl-1.3.33+2.8.22 > > > > If you don't have that directory, then let me know, > > it will cause me to install the apache ports on my system > > in an attempt to duplicate your problem. > > > > -Mike > > smae thing is happening with dri and I removed with pkg_delete > dri-6.2,2 > You keep forgeting the "-f" switch... try pkg_delete -f dri-6.2,2. I have another question for you, did you just start using portmanager recently where before you used to use portupgrade? It is important I know this because it may help me make a better change to portmanager. -Mike Just a follow up to the question I just sent to you, I am thinking maybe you installed some of these ports as packages recently, if that is so they may have been built with the wrong dependencies for your system. Please let me know, it will make a difference on this end in any modifications I have to make to portmanager. -Mike