From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 21:06:46 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 1A9DD16A421 for ; Wed, 29 Jun 2005 21:06:46 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from english-breakfast.cloud9.net (english-breakfast.cloud9.net [168.100.1.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9AF043D49 for ; Wed, 29 Jun 2005 21:06:45 +0000 (GMT) (envelope-from leblanc@keyslapper.net) Received: from english-breakfast.cloud9.net (localhost.cloud9.net [127.0.0.1]) by english-breakfast.cloud9.net (Postfix) with SMTP id 2FA68F7EB; Wed, 29 Jun 2005 17:06:45 -0400 (EDT) Received: from keyslapper.net (250-119.customer.cloud9.net [168.100.250.119]) by english-breakfast.cloud9.net (Postfix) with ESMTP id 7CFB6F774; Wed, 29 Jun 2005 17:06:44 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by keyslapper.net (Postfix) with ESMTP id 19888114FD; Wed, 29 Jun 2005 17:06:44 -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 14826-02; Wed, 29 Jun 2005 17:06:43 -0400 (EDT) Received: by keyslapper.net (Postfix, from userid 1001) id C0D4A114F3; Wed, 29 Jun 2005 17:06:43 -0400 (EDT) Date: Wed, 29 Jun 2005 17:06:43 -0400 From: Louis LeBlanc To: Adam Weinberger Message-ID: <20050629210643.GE56335@keyslapper.net> References: <20050629205201.GD56335@keyslapper.net> <42C30AE1.9080808@magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <42C30AE1.9080808@magnesium.net> 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: FreeBSD Ports , Louis LeBlanc Subject: Re: 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 21:06:46 -0000 On 06/29/05 01:56 PM, Adam Weinberger sat at the `puter and typed: > Louis LeBlanc wrote: > > 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. > > This was fixed a tiny bit ago, and we all get notified automatically > whenever INDEX builds break, so reporting it to us becomes a bit redundant. > > If you re-run cvsup (you might allow a bit of time for the commit to > propagate to all the cvsup mirrors), the INDEX should build fine. Also > note that under most circumstances you don't need to build your own > INDEX: cd /usr/ports && make fetchindex works fine for most people. > > # Adam I was afraid I was being redundant. Sorry for the noise. I'll keep that little auto-notification tidbit in mind. I know the fetchindex works, but I was suspicious that the autogenerated index might be a few days old because I thought I saw a port being updated that I had installed but wasn't showing up in the "portversion -L =" output. Thanks. Lou