From owner-freebsd-stable@FreeBSD.ORG Mon Sep 6 05:12:06 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8507716A4CE for ; Mon, 6 Sep 2004 05:12:06 +0000 (GMT) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.5.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40CFE43D2F for ; Mon, 6 Sep 2004 05:12:06 +0000 (GMT) (envelope-from sahil@hamla.org) Received: from [192.168.1.101] (ool-182e70a4.dyn.optonline.net [24.46.112.164]) by mta5.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I3L00F1FT45Y5@mta5.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Mon, 06 Sep 2004 01:12:05 -0400 (EDT) Date: Mon, 06 Sep 2004 01:11:45 -0400 From: Sahil Tandon In-reply-to: <200409060015.38736.kellers@njit.edu> To: freebsd-stable@freebsd.org Message-id: <413BF191.7050609@hamla.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) References: <413BC4CD.5090201@hamla.org> <200409061239.36859.doconnor@gsoft.com.au> <413BDC0C.1090105@hamla.org> <200409060015.38736.kellers@njit.edu> cc: Tim Kellers Subject: Re: portsdb -Uu results in coredump X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2004 05:12:06 -0000 Tim Kellers wrote: > I pkg_delete'd portupgrade and all of ruby, reinstalled portupgrade (and all > of ruby) and had to do a portsdb -Uu even after I did a make fetchindex > in /usr/ports to make the pkgdb in /var/db/pkg happy. Since I've done all of > those things, portupgrade is working again. I had to to this on three > machines --2 5.3 beta2 and one 4.10-STABLE, although on the stable machine I > managed to skip the portsdb -Uu step after the make fetchindex step. > Whatever broke the pkgdb did it around the 8500 number port in the index. I'm having no such luck. I've done the following: # pkg_delete -f portupgrade\* # pkg_delete -f ruby\* rmdir: /usr/local/share/ri/1.8/system: No such file or directory pkg_delete: unexec command for '/bin/rmdir -p /usr/local/share/ri/1.8/system' failed rmdir: /usr/local/share: Directory not empty pkg_delete: unexec command for '/bin/rmdir -p /usr/local/share/ri/1.8/site' failed pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) # cd /usr/ports/sysutils/portupgrade/ ; make install clean # cd /usr/ports ; make fetchindex # portsdb -Uu ... and then I get the same ruby coredump after all that. FWIW, I'm running 4.10-STABLE. And I also encounter the error somewhere after the 8000th number port.