From owner-freebsd-questions@FreeBSD.ORG Fri Jun 1 20:25:19 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 983FD16A46B for ; Fri, 1 Jun 2007 20:25:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8694713C4CA for ; Fri, 1 Jun 2007 20:25:19 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 117D61A3C1A; Fri, 1 Jun 2007 13:26:32 -0700 (PDT) Received: from rot13.obsecurity.org (rot13.obsecurity.org [192.168.1.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id B7FA5513AE; Fri, 1 Jun 2007 16:25:18 -0400 (EDT) Received: by rot13.obsecurity.org (Postfix, from userid 1001) id A8E60C1D6; Fri, 1 Jun 2007 16:25:18 -0400 (EDT) Date: Fri, 1 Jun 2007 16:25:18 -0400 From: Kris Kennaway To: Matt Juszczak Message-ID: <20070601202518.GA57768@rot13.obsecurity.org> References: <20070601155423.Y73725@saturn.atopia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070601155423.Y73725@saturn.atopia.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: portsdb error 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, 01 Jun 2007 20:25:19 -0000 On Fri, Jun 01, 2007 at 03:55:14PM -0400, Matt Juszczak wrote: > Hi all, > > While running portsdb -uU, I'm getting the following: > > This is with no refuse files, nothing ignored, and a full up-to-date ports > collection. Any ideas? > > saturn# portsdb -uU > Updating the ports index ... Generating INDEX.tmp - please wait..===> > arabic/ae_fonts_mono failed > *** Error code 1 > ===> accessibility/at-poke failed > *** Error code 1 > 2 errors What happens when you run make describe in those directories? Kris