From owner-freebsd-ports@FreeBSD.ORG Fri Feb 15 00:49:06 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469E016A41A for ; Fri, 15 Feb 2008 00:49:06 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A723C13C459; Fri, 15 Feb 2008 00:49:05 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47B4E180.3020806@FreeBSD.org> Date: Fri, 15 Feb 2008 01:49:04 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Patrik Forsberg References: <47B42428.3020909@dataphone.se> In-Reply-To: <47B42428.3020909@dataphone.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: make index on FBSD 5 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: Fri, 15 Feb 2008 00:49:06 -0000 Patrik Forsberg wrote: > Hi, > > Trying to do a "make index" of the ports tree on a FBSD 5.4-RELEASE-p4 but get > the following error > " > Generating INDEX-5 - please wait..===> arabic/ae_fonts_mono failed > *** Error code 1 > ===> accessibility/accerciser failed > *** Error code 1 > 2 errors > > > > *** Error code 1 > > Stop in /usr/ports. > *** Error code 1 > > Stop in /usr/ports. > " > > I have no refuse file or WITH/WITHOUT statements in make.conf. > > The ports tree is updated with cvsup from cvsup2.se.freebsd.org today - but > been the same the past week or two. > I tried erasing the two offending directories from the ports tree and did a new > cvsup sync with the same result. What happens when you 'make describe' in those directories? Kris