From owner-freebsd-office@FreeBSD.ORG Fri May 18 15:31:11 2012 Return-Path: Delivered-To: freebsd-office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68D3D106566B; Fri, 18 May 2012 15:31:11 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f07:14d3:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 1742E8FC0A; Fri, 18 May 2012 15:31:10 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f07:14d3:1::5]) by mail.farley.org (8.14.5/8.14.5) with ESMTP id q4IFV9bV073153; Fri, 18 May 2012 11:31:09 -0400 (EDT) (envelope-from scf@FreeBSD.org) Date: Fri, 18 May 2012 11:31:09 -0400 (EDT) From: "Sean C. Farley" To: freebsd-office@FreeBSD.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.02 (BSF 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.farley.org Cc: Maho Nakata Subject: Re: OpenOffice 3.4.0 issues X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 15:31:11 -0000 On Fri, 11 May 2012, Sean C. Farley wrote: > I admit upfront that I have been playing with the build for > editors/openoffice-3 such as removing gconf and gnome-vfs. Also, I > disabled bdb in textproc/redland. A few things caught my eye, but I > want to confirm with others. > > 1. The configuration for my user was being created here: > /usr/local/openoffice-3.4.0/openoffice.org3/program/../program/../.openoffice.org > > Without permissions to create that directory I get: > [Java framework] Error in function createSettingsDocument (elements.cxx). > javaldx failed! > > Otherwise, it works fine. > > 2. Permissions on most directories under /usr/local/openoffice-3.4.0 > were 775. umask for root is 022. However, the package I created (via > portmaster -g) installed on another system (with portmaster -P) with > correct permissions. > > Can anyone confirm my observations? Please keep me on Cc. Here is my fix. I modified /usr/local/openoffice-3.4.0/openoffice.org3/program/bootstraprc by changing: UserInstallation=$ORIGIN/../.openoffice.org/3 to: UserInstallation=$SYSUSERCONFIG/.openoffice.org/3 Does anyone else see their user directory being created under /usr/local/openoffice-3.4.0/openoffice.org3/.openoffice.org? Sean -- scf@FreeBSD.org