From owner-freebsd-stable@FreeBSD.ORG Thu Dec 14 00:49:17 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 065E516A416 for ; Thu, 14 Dec 2006 00:49:17 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8200743CD9 for ; Thu, 14 Dec 2006 00:44:39 +0000 (GMT) (envelope-from ws@au.dyndns.ws) Received: from ppp195-63.lns1.adl4.internode.on.net (HELO [192.168.100.132]) ([203.122.195.63]) by ipmail02.adl2.internode.on.net with ESMTP; 14 Dec 2006 11:16:03 +1030 X-IronPort-AV: i="4.12,165,1165152600"; d="scan'208"; a="59988590:sNHT4626755651" From: Wayne Sierke To: "Wayne M. Barnes" In-Reply-To: <20061213182756.GA7998@klentaq.com> References: <20061213182756.GA7998@klentaq.com> Content-Type: text/plain Date: Thu, 14 Dec 2006 10:14:41 +1030 Message-Id: <1166053481.902.9.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Missing pkg-descr X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 00:49:17 -0000 On Wed, 2006-12-13 at 12:27 -0600, Wayne M. Barnes wrote: > Dear FreeBSD, > > Did something happen to the location for the "pkg-descr" so > that ports can't find it? The following happens to me a lot, > for many packages: > > ===> Installing for gmake-3.81_1 > ===> Generating temporary packing list > ** Missing pkg-descr for gmake-3.81_1. > *** Error code 1 > > Stop in /usr/ports/devel/gmake. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/open-motif. > *** Error code 1 > > A workaround is to add this package with pkg_add -rv, but this > is tiresome, since I must do it many times to finish a complicated > port (this time the port is java/jdk15). > > This happened on a new install of > FreeBSD poweredge.etaq.com 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 > UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386 > %ll /usr/ports/devel/gmake/pkg-descr -rw-r--r-- 1 root wheel 215 May 18 2000 /usr/ports/devel/gmake/pkg-descr If the file doesn't exist, is there anything unusual re the maintenance of the ports tree on that system? Perhaps old files were pruned, etc.? Refreshing the ports tree ought to fix it. Wayne P.S. This probably ought to have gone to ports@ or questions@.