From owner-freebsd-openoffice@FreeBSD.ORG Wed Feb 27 17:24:40 2008 Return-Path: Delivered-To: freebsd-openoffice@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 03841106566B; Wed, 27 Feb 2008 17:24:40 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-openoffice@FreeBSD.org Date: Wed, 27 Feb 2008 12:24:24 -0500 User-Agent: KMail/1.6.2 References: <200802261305.57241.jkim@FreeBSD.org> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200802271224.31228.jkim@FreeBSD.org> Cc: Subject: Re: openoffice.org-2.3.1_1 depends on libpaper-1.1.21_3 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: Wed, 27 Feb 2008 17:24:40 -0000 On Wednesday 27 February 2008 11:34 am, Richard (Rick) Seay wrote: > On Tue, Feb 26, 2008 at 1:05 PM, Jung-uk Kim wrote: > > AFAIK, paperconf is an optional feature and it is not fatal > > error. > > Thanks for the quick reply. > > I just reproduced the problem. Here is the message that I got: > > $ ls ~/.openoffice.org2 > > ls: /home/rick/.openoffice.org2: No such file or directory > > $ /usr/local/bin/openoffice.org-2.3.1 > > paperconf: not found > > $ > > > There was no pre-existing ~/.openoffice.org2. Perhaps I should not > have used the word "failed". In fact, the setup dialog completed > properly, but the "paperconf: not found" message made me think that > there was an error. From your reply, it seems that the message may > be safely ignored. After looking into it further, I find I can > produce the error message by just renaming /usr/local/bin/paperconf > and running any component of openoffice. Yes, you can safely ignore the message. FYI, it is optional feature because paperconf is GPL'd: http://www.openoffice.org/issues/show_bug.cgi?id=77363 Then, Linux people had the same issue: http://www.openoffice.org/issues/show_bug.cgi?id=78617 So, the final code became like this: http://lxr.go-oo.org/source/gsl/psprint/source/printer/printerinfomanager.cxx#143 Unfortunately it does not work for FreeBSD but I didn't bother looking into it. ;-) Jung-uk Kim