From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 21:17:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8C93316A420 for ; Fri, 11 Nov 2005 21:17:22 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8FED43D46 for ; Fri, 11 Nov 2005 21:17:21 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so239696wra for ; Fri, 11 Nov 2005 13:17:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Zpjl1bJZejntQAi3bmb1UrQWtbzWNhpZZRhN8AmLbvL+CetUQR1ameZbMjpKlpmBqBrMd7FTr+G2lz/v+MdHn+Z4j0CbFFgDCj+SkK7rF+vpc6dUqLv/U66xblbfbqNdOLB/wt/9UfjzeIH0KOc9nXLRn1R91g0zI2fJKhMaYCY= Received: by 10.54.86.19 with SMTP id j19mr1882694wrb; Fri, 11 Nov 2005 13:17:21 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 35sm1353489wra.2005.11.11.13.17.20; Fri, 11 Nov 2005 13:17:21 -0800 (PST) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 11 Nov 2005 13:07:57 -0800 User-Agent: KMail/1.8.3 References: <4375052D.4050701@users.sourceforge.net> In-Reply-To: <4375052D.4050701@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511111307.58351.ringworm01@gmail.com> Cc: Danny MacMillan Subject: Re: portmanager -slid core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 21:17:22 -0000 On Friday 11 November 2005 12:55, Danny MacMillan wrote: > Hi, > > I am experiencing further difficulties with portmanager -slid. I was > successfully able to delete several leaf ports. However, when I try to > delete devel/p5-Locale-gettext or devel/gmake, portmanager core dumps > with the following message: > > ... > Nuking gmake-3.80_2 > > MGdbGoTop error: invalid object type, has this object been initialised > with MGdbCreate or MGdbOpen yet? > MGdbSeek error: invalid object type > Assertion failed: (0), function MGdbSeek, file MGdbSeek.c, line 36. > zsh: abort (core dumped) sudo portmanager -slid > > Are there any practices I should be following in order to ensure > consistency of my ports tree? In particular, are there any deleterious > consequences of using "make deinstall" to remove a port that has been > updated since it was installed? What version of portmanager? portmanager -v -Mike