From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 18:01:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3583616A41F for ; Thu, 6 Oct 2005 18:01:18 +0000 (GMT) (envelope-from robert@thedayfamily.org.uk) Received: from mail.thedayfamily.org.uk (dsl-80-41-162-81.access.as9105.com [80.41.162.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71ECA43D48 for ; Thu, 6 Oct 2005 18:01:17 +0000 (GMT) (envelope-from robert@thedayfamily.org.uk) Received: from localhost (localhost [127.0.0.1]) by mail.thedayfamily.org.uk (Postfix) with ESMTP id 2050B21C034 for ; Thu, 6 Oct 2005 19:01:16 +0100 (BST) Received: from mail.thedayfamily.org.uk ([127.0.0.1]) by localhost (thedayfamily.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23246-05 for ; Thu, 6 Oct 2005 19:01:15 +0100 (BST) Received: from aramis.thedayfamily.org.uk (unknown [192.168.0.91]) by mail.thedayfamily.org.uk (Postfix) with ESMTP for ; Thu, 6 Oct 2005 19:01:15 +0100 (BST) Date: Thu, 6 Oct 2005 19:01:13 +0100 From: "Robert K. Day" To: freebsd-questions@freebsd.org Message-ID: <20051006190113.75ea686b@aramis.thedayfamily.org.uk> X-Mailer: Sylpheed-Claws 1.9.14 (GTK+ 2.6.10; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at thedayfamily.org.uk Subject: Openoffice 1.1.5 compile failure 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: Thu, 06 Oct 2005 18:01:18 -0000 I'm trying to compile the latest version of OpenOffice from ports, through portupgrade -Rra, but it fails. I'm using the options WITHOUT_MOZILLA and WITHOUT_JAVA. Here's the part of the build that fails: -------------+ creating locale dependent resource bundles mkdir -p ../../unxfbsd.pro/misc/registry/res/de/org/openoffice/ /usr/local/bin/xsltproc -o ../../unxfbsd.pro/misc/registry/res/de/org/openoffice /Inet.properties \ --stringparam locale de \ ../../util/resource.xsl org/openoffice/Inet.xcs XPath error : Undefined variable compilation error: file ../../util/resource.xsl line 87 element template Failed to compile predicate XPath error : Undefined variable compilation error: file ../../util/resource.xsl line 87 element template Failed to compile predicate dmake: Error code 5, while making '../../unxfbsd.pro/misc/registry/res/de/org/o penoffice/Inet.properties' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-1.1/w ork/OOo_1.1.5/officecfg/registry/schema dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 I'm not sure exactly what the error is, but it mentions Inet - internet? Is this linked to the use of WITHOUT_MOZILLA? Any help is appreciated, Robert