From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 22:49:47 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 E545316A4CE for ; Wed, 22 Dec 2004 22:49:47 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5866543D2F for ; Wed, 22 Dec 2004 22:49:47 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out012.verizon.net ESMTP <20041222224946.IHTL10436.out012.verizon.net@ringworm.mechee.com>; Wed, 22 Dec 2004 16:49:46 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 757112CE740; Wed, 22 Dec 2004 14:47:01 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Wed, 22 Dec 2004 14:46:59 -0800 User-Agent: KMail/1.7.2 References: <20041222203704.M67964@enabled.com> <200412221344.19856.reso3w83@verizon.net> <20041222222923.M65943@enabled.com> In-Reply-To: <20041222222923.M65943@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412221447.00614.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [4.26.84.7] at Wed, 22 Dec 2004 16:49:46 -0600 cc: Noah Subject: Re: portmanager fails installing apache 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: Wed, 22 Dec 2004 22:49:48 -0000 On Wednesday 22 December 2004 02:29 pm, Noah wrote: > On Wed, 22 Dec 2004 13:44:18 -0800, Michael C. Shultz wrote > > > On Wednesday 22 December 2004 12:38 pm, Noah wrote: > > > FreeBSD-4.9 > > > portmanager-0.2.0_3 > > > > > > > > > well I am not able to find a specific mail list for portmanager > > > support. anybody got clues why portmanager is having difficulies > > > here and a nice cure would be helpful? > > > > Usually people with portmanager problems just email me directly, > > my address is listed in the makefile (ringworm@inbox.lv but will > > soon be changed to reso3w83@verizon.net). Mentioning problems here > > in freebsd-questions@freebsd.org or ports@freebsd.org is OK as I > > follow both of these. > > > > > --- snip --- > > > > > > pkg_create: can't find package 'apache-1.3.33_1' installed! > > > ------------------------------------------------ > > > cd /usr/ports/www/apache13; make deinstall > > > ===> Deinstalling for www/apache13 > > > ===> apache not installed, skipping > > > ------------------------------------------------ > > > cd /usr/ports/www/apache13; make reinstall > > > ===> Installing for apache-1.3.33_1 > > > > > > ===> apache-1.3.33_1 conflicts with installed package(s): > > > apache+mod_ssl-1.3.33+2.8.22 > > > > Well here is your problem, apache+mod_ssl-1.* > > is listed under CONFLICTS in /usr/ports/www/apache13/Makefile. > > Try pkg_delete -f apache+mod_ssl-1.3.33+2.8.22 then rerun > > portmanager -u > > did that and this is what I am ending up with. this also is > happening with lynx-ssl as well. 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