From owner-freebsd-openoffice@FreeBSD.ORG Fri Jan 5 07:13:10 2007 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 196DC16A40F for ; Fri, 5 Jan 2007 07:13:10 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.freebsd.org (Postfix) with ESMTP id CEE5813C4A7 for ; Fri, 5 Jan 2007 07:13:07 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so6506744wxc for ; Thu, 04 Jan 2007 23:13:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:message-id:to:cc:subject:from:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding:sender; b=TeEuGcXreJety9yARpJr7r9xY0//lYRN6MOi78MYHPCPkGRlC8WPdJw4M7PK04LGweLEcY2SfSdi1PyKYzXx/8KjIGAFic6EsjgJ/RTAnSIsBTI9Vrbi0G8u6jaH+KccUBqDoZOCKkuVDlM9UmbqwpwDpObt/DB81nhUpavW+H0= Received: by 10.70.9.4 with SMTP id 4mr42687881wxi.1167981187376; Thu, 04 Jan 2007 23:13:07 -0800 (PST) Received: from localhost ( [133.11.172.102]) by mx.google.com with ESMTP id 10sm41917376wrl.2007.01.04.23.13.05; Thu, 04 Jan 2007 23:13:06 -0800 (PST) Date: Fri, 05 Jan 2007 16:12:39 +0900 (JST) Message-Id: <20070105.161239.74540740.chat95@mac.com> To: peterjeremy@optushome.com.au From: NAKATA Maho In-Reply-To: <20061230093836.GF45526@turion.vk2pj.dyndns.org> References: <20061222101416.GD837@turion.vk2pj.dyndns.org> <20061225.093531.106824372.chat95@mac.com> <20061230093836.GF45526@turion.vk2pj.dyndns.org> X-Mailer: Mew version 5.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: Maho NAKATA Cc: freebsd-openoffice@freebsd.org Subject: Re: Unable to build editors/openoffice.org-2 on 6.1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 07:13:10 -0000 From: Peter Jeremy Subject: Re: Unable to build editors/openoffice.org-2 on 6.1 Date: Sat, 30 Dec 2006 20:38:36 +1100 > On Mon, 2006-Dec-25 09:35:31 +0900, NAKATA Maho wrote: > >> ###################################################### > >> Systemcall (Try 1): epm -f bsd openoffice.org-gnome-integration /home/ports_work/usr/ports/editors/openoffice.org-2/work/OOE680_m6/instsetoo_native/unxfbsdi.pro/OpenOffice/bsd/listfile/en-US/epm_OpenOffice_gid_Module_Optional_Gnome_unxfbsdi_OOE680__en-US.lst -v 2>&1 | > >> epm: Unable to execute "pkg_create" program: No such file or directory > >> ESP Package Manager v3.7.0 > >> Copyright 1999-2003 by Easy Software Products. > >> Patched for OpenOffice.org > > > >This seems to be known issue that epm cannot parse too long pathname (255?) > >please try /usr/ports instead of /home/ports_work/ > > My ports tree is a read-only NFS mount at /usr/ports. I have WRKDIRPREFIX > set to /home/ports_work, creating the above path. I don't believe that my > problem is the epm pathname limit because: > 1) The pathnames listed are still well below 255 characters. > 2) The problem goes away if epm explicitly uses /usr/sbin/pkg_create > instead of relying on $PATH (see ports/107126) > 3) Changing WRKDIRPREFIX to /home/a fails in an identical fashion even > though I can build OOo2 with WRKDIRPREFIX=/var/obj on another host > with /usr/sbin in $PATH. okay, now I understand what you say. committed, and raised as an issue http://qa.openoffice.org/issues/show_bug.cgi?id=73157 to upstreamed. in your case, you don't need to fill out JCA (joint copyright assignment), as epm is external program. all the best, -- NAKATA, Maho (maho@FreeBSD.org)