From owner-freebsd-openoffice Mon Jul 15 7: 5: 7 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2CE737B400 for ; Mon, 15 Jul 2002 07:05:04 -0700 (PDT) Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15EC643E42 for ; Mon, 15 Jul 2002 07:05:03 -0700 (PDT) (envelope-from gerrit@mako.pmp.uni-hannover.de) Received: from mako.pmp.uni-hannover.de by mgate.uni-hannover.de with LocalSMTP (PP) with SMTP; Mon, 15 Jul 2002 16:03:49 +0200 Received: (from gerrit@localhost) by mako.pmp.uni-hannover.de (8.9.3/8.9.3) id QAA17208; Mon, 15 Jul 2002 16:03:39 +0200 Date: Mon, 15 Jul 2002 16:03:38 +0200 From: Gerrit Kuehn To: Martin Blapp Cc: openoffice@freebsd.org Subject: Re: FreeBSD Port: openoffice-1.0.0 Message-ID: <20020715160338.C11691@pmp.uni-hannover.de> References: <20020715092023.A11691@pmp.uni-hannover.de> <20020715150013.F89433-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5-current-20011015i In-Reply-To: <20020715150013.F89433-100000@levais.imp.ch>; from mb@imp.ch on Mon, Jul 15, 2002 at 03:00:35PM +0200 Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jul 15, 2002 at 03:00:35PM +0200, Martin Blapp wrote: > > However, I can the reproduce the missing $(PERL) variable. > Can you explain me that a little more and send me a fix ? I'll try: When I try to compile OO I get the following error: --- mkdir ./unxfbsd.pro/misc/build/nas-1.4.1/ mkdir: ./unxfbsd.pro/misc/build/nas-1.4.1/: File exists cd ./unxfbsd.pro/misc/build/nas-1.4.1/ && make World && touch so_built Building Network Audio System sample implementation Mon Jul 15 15:45:38 CEST 2002 xargs: illegal option -- p usage: xargs [-0t] [-J replstr] [-n number [-x]] [-s size] [utility [argument ...]] *** Error code 1 Stop in /usr/ports/german/openoffice/work/oo_1.0_src/nas/unxfbsd.pro/misc/build nas-1.4.1. dmake: Error code 1, while making './unxfbsd.pro/misc/build/so_built' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/german/openoffice/work/oo_1. 0_src/nas dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/german/openoffice. --- I found out that the problem is a missing ${PERL} variable in work/oo_1.0_src/nas/unxfbsd.pro/misc/build/nas-1.4.1/Makefile and work/oo_1.0_src/nas/unxfbsd.pro/misc/build/nas-1.4.1/Imakefile If you replace the two occurences of ${PERL} by /usr/bin/perl in Makefile and Imakefile, everything works fine. I suppose that the real problem is that in work/oo_1.0_src/FreeBSDEnv.Set PERL_PATH is set, but PERL isn't. Hope this helps. cu Gerrit -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message