From owner-freebsd-ports@FreeBSD.ORG Sun Sep 16 14:35:18 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1216A421 for ; Sun, 16 Sep 2007 14:35:18 +0000 (UTC) (envelope-from vx2@tds.net) Received: from outbound3.mail.tds.net (outbound3.mail.tds.net [216.170.230.93]) by mx1.freebsd.org (Postfix) with ESMTP id 43C3113C46E for ; Sun, 16 Sep 2007 14:35:18 +0000 (UTC) (envelope-from vx2@tds.net) Received: from outaamta01.mail.tds.net (outaamta01.mail.tds.net [216.170.230.31]) by outbound3.mail.tds.net (8.13.6/8.13.4) with ESMTP id l8F1pwaM015172 for ; Fri, 14 Sep 2007 20:51:59 -0500 Received: from x7.frogdoor.org ([69.130.74.105]) by outaamta01.mail.tds.net with SMTP id <20070915015158.HEKL3316.outaamta01.mail.tds.net@x7.frogdoor.org> for ; Fri, 14 Sep 2007 20:51:58 -0500 Date: Fri, 14 Sep 2007 21:55:52 -0400 From: Rob Clark To: freebsd-ports@freebsd.org Message-Id: <20070914215552.226ce0c8.vx2@tds.net> X-Mailer: Sylpheed version 1.0.6 (GTK+ 1.2.10; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: pkgdb -L issues *following xorg-7.3 update* X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 14:35:18 -0000 Running: FreeBSD 6.2-STABLE #0: Thu Aug 2 03:23:18 EDT 2007 Following the 20070913 xorg-7.3 update and using portupgrade-devel, pkgdb -L gave the following: # pkgdb -L [Updating the pkgdb in /var/db/pkg ... - 838 packages found (-0 +1) . done] Look for lost dependencies: HVSC-Update-2.8.3: ok /bin/sh:Argument list too long can't convert nil into String ImageMagick-6.3.3.5_1: # Seen the cyclic deps issue too, I csup'ed new port sources and made a new index, and updated xorg and ports again after the 1.202 +1 -2 ports/x11-toolkits/gtk20/Makefile commit. While pkgdb -F is clean, I still see the same results when issuing pkgdb -L: [Updating the pkgdb in /var/db/pkg ... - 838 packages found (-0 +1) . done] Look for lost dependencies: HVSC-Update-2.8.3: ok /bin/sh:Argument list too long can't convert nil into String ImageMagick-6.3.3.5_1: # Thinking this may be attributed to portupgrade-devel -- I deinstalled it, installed portupgrade-2.3.1,2. Still, I am seeing the same output from pkgdb -L, is anyone else seeing this? I'm just wondering what state my deps are in now. Thanks, Rob