From owner-freebsd-questions@FreeBSD.ORG Wed Feb 16 05:58:05 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 23F7516A4CE for ; Wed, 16 Feb 2005 05:58:05 +0000 (GMT) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7797D43D1D for ; Wed, 16 Feb 2005 05:58:04 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7]) by out007.verizon.net ESMTP <20050216055803.WEAH11919.out007.verizon.net@ringworm.mechee.com>; Tue, 15 Feb 2005 23:58:03 -0600 Received: by ringworm.mechee.com (Postfix, from userid 1001) id 06BE52CE747; Tue, 15 Feb 2005 21:53:45 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org, Brian John User-Agent: KMail/1.7.2 References: <1044.209.87.176.132.1108491312.fusewebmail-19592@www.fusemail.com> <200502152019.45016.ringworm01@gmail.com> <4212D196.5070509@fusemail.com> In-Reply-To: <4212D196.5070509@fusemail.com> MIME-Version: 1.0 Content-Disposition: inline Date: Tue, 15 Feb 2005 21:53:45 -0800 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502152153.45644.ringworm01@gmail.com> X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [4.26.84.7] at Tue, 15 Feb 2005 23:58:03 -0600 Subject: Re: Error in port upgrade (was 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: Wed, 16 Feb 2005 05:58:05 -0000 ################################ Ignore my last message! change assert(0); to break; not continue; ################################# On Tuesday 15 February 2005 08:52 pm, Brian John wrote: Brian, I can't send this to you as a patch because it would conflict with the last pr I submitted so I need you to do it this way instead: cd /usr/ports/sysutils/portmanager make deinstall make clean make patch cd /usr/ports/sysutils/portmanager/work/portmanager-0.2.6/libPMGR/src ee PMGRrUpgrade.c scroll down to line 271and change: assert(0); to break; cd /usr/ports/sysutils/portmanager make install clean Then let me know how it goes. If this works for you I'll be adding it in the next change, I haven't been able to duplicate this on my machine so right now you are my only hope of fixing this bug. -Mike