From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 19:36:29 2005 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 3CF1516A4CE for ; Tue, 15 Feb 2005 19:36:29 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAA7643D46 for ; Tue, 15 Feb 2005 19:36:28 +0000 (GMT) (envelope-from reso3w83@verizon.net) Received: from ringworm.mechee.com ([4.26.84.7]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050215193628.MONU7729.out003.verizon.net@ringworm.mechee.com>; Tue, 15 Feb 2005 13:36:28 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 5EFA02CE740; Tue, 15 Feb 2005 11:32:10 -0800 (PST) From: "Michael C. Shultz" To: brianjohn@fusemail.com Date: Tue, 15 Feb 2005 11:32:08 -0800 User-Agent: KMail/1.7.2 References: <1044.209.87.176.132.1108491312.fusewebmail-19592@www.fusemail.com> In-Reply-To: <1044.209.87.176.132.1108491312.fusewebmail-19592@www.fusemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502151132.09583.reso3w83@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.26.84.7] at Tue, 15 Feb 2005 13:36:28 -0600 cc: freebsd-questions@freebsd.org Subject: Re: portmanager hosed 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: Tue, 15 Feb 2005 19:36:29 -0000 On Tuesday 15 February 2005 10:15 am, Brian John wrote: > When I try to upgrade my ports I just get error messages. Can > someone help me out? I'll paste the output below. > > Thanks > > /Brian > > su-2.05b# portmanager -u > portmanager 0.2.6_5 info: executing rm -f > /usr/local/share/portmanager/ports_cache.db > --------------------------------------------------------------------- >--- PMGRrStatus 0.2.6_5 info: Creating inital data bases > --------------------------------------------------------------------- >--- > --------------------------------------------------------------------- >--- PMGRrStatus 0.2.6_5 info: looking for missing dependent ports > --------------------------------------------------------------------- >--- > --------------------------------------------------------------------- >--- -=>MISSING<=- linux_base-8-8.0_6[/emulators/linux_base-8] may be a > dependency of linuxpluginwrapper-20050119_1 > verifing dependency status of linux_base-8-8.0_6 (may take awhile) by > executing command: > cd /usr/ports/www/linuxpluginwrapper; make all-depends-list > * * * * > linux_base-8-8.0_6 is indeed a missing dependency, adding to list of > things to be updated > * * * * > checking for linux_base-8-8.0_6 dependencies that also may not be > installed listing linux_base-8-8.0_6's known dependencies by > executing command: cd /usr/ports/emulators/linux_base-8; make > all-depends-list * * * * > dependency -=>archivers/rpm > executing: cd /usr/portsarchivers/rpm; make describe > cd: can't cd to /usr/portsarchivers/rpm > make: don't know how to make describe. Stop The path /usr/portsarchivers/rpm is mangled here. Sorry about this it looks like a portmanager bug :( I'll work on a fix right away. -Mike