From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 20:52:03 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D9CA16A41C for ; Wed, 29 Jun 2005 20:52:03 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D86143D49 for ; Wed, 29 Jun 2005 20:52:03 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from russian-caravan.cloud9.net (localhost [127.0.0.1]) by russian-caravan.cloud9.net (Postfix) with SMTP id 824261A2AE for ; Wed, 29 Jun 2005 16:52:02 -0400 (EDT) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 4F68D1A16E for ; Wed, 29 Jun 2005 16:52:02 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id B58BF114CA for ; Wed, 29 Jun 2005 16:52:01 -0400 (EDT) Received: from keyslapper.net ([127.0.0.1]) by localhost (keyslapper.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12516-01 for ; Wed, 29 Jun 2005 16:52:01 -0400 (EDT) Received: by keyslapper.net (Postfix, from userid 1001) id 83F2111471; Wed, 29 Jun 2005 16:52:01 -0400 (EDT) Date: Wed, 29 Jun 2005 16:52:01 -0400 From: Louis LeBlanc To: FreeBSD Ports Message-ID: <20050629205201.GD56335@keyslapper.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline X-PGP-Key: http://www.keyslapper.net/~leblanc/leblanc-at-keyslapper-net.asc User-Agent: Mutt/1.5.9i X-Virus-Scanned: amavisd-new at keyslapper.net X-AntiVirus: Checked by Vexira Antivirus v1.5 Cc: Subject: OpenOffice.org ports breaking index rebuild 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: Wed, 29 Jun 2005 20:52:03 -0000 I apologise if this is coming through for the umpteenth time. I'm not on the ports list, so you may have already gotten this information, but I figured I'd share just in case. It appears that several language based OpenOffice.Org ports are breaking index generation. I recenly refreshed my ports and was unable to rebuild the index with the following error: # portsdb -Ufu Updating the ports index ... Generating INDEX.tmp - please wait..fr-ooodict-BE-1.20050518: "/usr/ports/french/openoffice-1.1" non-existent -- dependency list incomplete ===> french/ooodict-fr_BE failed *** Error code 1 After a little examination I realized the fr-oodict-BE port is trying to find ports/french/open0ffice-1.1, which doesn't exist. I temporarily fixed the problem by linking openoffice.org from editors to french, and continued. This time I ran into the same problem with japanese/openoffice-templates looking for japanese/openoffice-1.1. Same solution, try again: Success - with a couple minor mentions of "no entry for ...". Now I just have to remove the dummy links so I don't get wierd behavior in the event these ports are actually created rather than simply correcting the paths in the other two. Lou