Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 16:03:38 +0200
From:      Gerrit Kuehn <gerrit@pmp.uni-hannover.de>
To:        Martin Blapp <mb@imp.ch>
Cc:        openoffice@freebsd.org
Subject:   Re: FreeBSD Port: openoffice-1.0.0
Message-ID:  <20020715160338.C11691@pmp.uni-hannover.de>
In-Reply-To: <20020715150013.F89433-100000@levais.imp.ch>; from mb@imp.ch on Mon, Jul 15, 2002 at 03:00:35PM %2B0200
References:  <20020715092023.A11691@pmp.uni-hannover.de> <20020715150013.F89433-100000@levais.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020715160338.C11691>