From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 20:53:00 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 E6CB916A4CE; Thu, 1 Jul 2004 20:53:00 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64ABA43D1D; Thu, 1 Jul 2004 20:53:00 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i61KkBco004332; Thu, 1 Jul 2004 13:46:11 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org, Akinori MUSHA Date: Thu, 1 Jul 2004 13:46:41 -0700 User-Agent: KMail/1.6.2 References: <015501c45fa7$9382b350$c10133ce@dilkie.com> <1088713580.682.9.camel@solid.solisixoffice.com> <200407011734.51038.joey@mingrone.org> In-Reply-To: <200407011734.51038.joey@mingrone.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200407011346.41585.kstewart@owt.com> cc: Joey Mingrone cc: Bruce Hunter Subject: Re: portupgrade fails on every port, undefined method 'each' for nil:NilClass 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: Thu, 01 Jul 2004 20:53:01 -0000 On Thursday 01 July 2004 01:34 pm, Joey Mingrone wrote: > On July 1, 2004 17:26, Bruce Hunter wrote: > > Did you both upgrade 'portupgrade' and then the problem started? > > Yeah, problems stared after upgrading to portupgrade-20040701. I'm > guessing there will be another update shortly. > I haven't seen any comments to knu@ about the problem. I can repeat portupgrading portupgrade from the source and create a package. When I try to portupgrade using the package, I get # portupgrade -Puf portupgrade ---> Checking for the latest package of 'sysutils/portupgrade' ** Listing the failed packages (*:skipped / !:failed) ! sysutils/portupgrade (portupgrade-20040701) (undefined method `>' for #) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed It also failed to delete devel/libtool-1.4.3_3, which was just moved into the Attic. Kent > Joey > > > I'm running portupgrade rev.1.225 with no problems. > > > > On Thu, 2004-07-01 at 16:22, Joey Mingrone wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > You're not alone. I'm seeing the same problem on my FreeBSD > > > systems. > > > > > > Joey > > > > > > On July 1, 2004 17:11, Lee Dilkie wrote: > > > > Well, I'm at a bit of a loss here. > > > > > > > > running 4.10, did a cvsup this morning, then portsdb -uU to get > > > > an up to date index. > > > > > > > > Bunch of ports needed updating, including portupgrade so I > > > > upgraded portupgrade first. That seemed to work fine (it > > > > reports version 1.8.1). > > > > > > > > Now, every port I try to upgrade fails when uninstalling the > > > > old version. I've tried to upgrade clamav, isc-dhcp3-server and > > > > a couple of others. > > > > > > > > All report "undefined method 'each' for nil:NilClass". > > > > > > > > [snip preamble] > > > > sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g" -e > > > > "s#RUNDIR#/var/run#g" < dhcpd.conf.5 >dhcpd.conf.man5 nroff > > > > -man dhcpd.conf.man5 >dhcpd.conf.cat5 > > > > sed -e "s#ETCDIR#/usr/local/etc#g" -e "s#DBDIR#/var/db#g" -e > > > > "s#RUNDIR#/var/run#g" < dhcpd.leases.5 >dhcpd.leases.man5 nroff > > > > -man dhcpd.leases.man5 >dhcpd.leases.cat5 > > > > ---> Build of net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 > > > > 15:51:15 -0400 (consumed 00:04:10) ---> Updating dependency > > > > info ---> Uninstallation of isc-dhcp3-server-3.0.1.r12_3 > > > > started at: Thu, 01 Jul 2004 15:51:30 -0400 ---> Fixing up > > > > dependencies before creating a package > > > > ---> Backing up the old version > > > > ---> Uninstalling the old version > > > > ---> Deinstalling 'isc-dhcp3-server-3.0.1.r12_3' > > > > ** Listing the failed packages (*:skipped / !:failed) > > > > ! isc-dhcp3-server-3.0.1.r12_3 (undefined method > > > > `each' for nil:NilClass) ---> Packages processed: 0 done, 0 > > > > ignored, 0 skipped and 1 failed ---> Uninstallation of > > > > isc-dhcp3-server-3.0.1.r12_3 ended at: Thu, 01 Jul 2004 > > > > 15:51:45 -0400 (consumed 00:00:14) ---> Upgrade of > > > > net/isc-dhcp3-server ended at: Thu, 01 Jul 2004 15:51:45 -0400 > > > > (consumed 00:04:40) ---> Listing the results (+:done / > > > > -:ignored / *:skipped / !:failed) ! net/isc-dhcp3-server > > > > (isc-dhcp3-server-3.0.1.r12_3) (uninstall error) ---> Packages > > > > processed: 0 done, 0 ignored, 0 skipped and 1 failed ---> > > > > Session ended at: Thu, 01 Jul 2004 15:51:49 -0400 (consumed > > > > 00:05:02) [root@spock:/root] uname -a > > > > FreeBSD spock.dilkie.com 4.10-STABLE FreeBSD 4.10-STABLE #0: > > > > Sat Jun 19 15:16:03 EDT 2004 > > > > root@spock.dilkie.com:/usr/obj/usr/src/sys/SPOCK i386 > > > > > > > > Any ideas??? Does anyone need more info? > > > > > > > > -lee > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > freebsd-questions@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > > To unsubscribe, send any mail to > > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > -----BEGIN PGP SIGNATURE----- > > > Version: GnuPG v1.2.4 (FreeBSD) > > > > > > iD8DBQFA5HKe0NQPEWppBZsRAqkTAKCVOvSu5XRmiWzq43XJqno8WA74WQCgya0v > > > z2tAApWFeRHlS7u2ebSWJAQ= > > > =PPox > > > -----END PGP SIGNATURE----- > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html