From owner-freebsd-openoffice@FreeBSD.ORG Sat Oct 29 13:23:48 2005 Return-Path: X-Original-To: openoffice@freebsd.org 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 8165516A41F; Sat, 29 Oct 2005 13:23:48 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1125743D45; Sat, 29 Oct 2005 13:23:47 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-79.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.79]) by smtp01.mrf.mail.rcn.net with ESMTP; 29 Oct 2005 09:23:41 -0400 X-IronPort-AV: i="3.97,265,1125892800"; d="scan'208"; a="111704230:sNHT23167982" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17251.30773.562212.391119@jerusalem.litteratus.org> Date: Sat, 29 Oct 2005 09:25:09 -0400 To: openoffice@freebsd.org In-Reply-To: <20051029091535.GA20223@mccme.ru> References: <20051027080731.GA20746@mccme.ru> <20051029091535.GA20223@mccme.ru> X-Mailer: VM 7.17 under 21.5 (beta23) "daikon" XEmacs Lucid Cc: freebsd-ports@freebsd.org Subject: Re: openoffice 2.0 RC3 broken SaveAs 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: Sat, 29 Oct 2005 13:23:48 -0000 [Cross-posted to move the thread from ports to openoffice] Eugene M. Minkovskii writes: > Hello, I solve my problem for me. > > When I compile with options > > LOCALIZED_LANG=ru > WITHOUT_MOZILLA=yes > WITHOUT_JAVA=yes > > My OO 2.0 RC3 don't working properly (SaveAs broken) > > Now I recompile port with options > > LOCALIZED_LANG=ru > # WITHOUT_MOZILLA=yes (with mozilla) > # WITHOUT_JAVA=yes (and with java) > > my OO 2.0 begin working good (SaveAs working properly) > > In this thread Robert Huff tell about same problem: > http://www.freebsd.org/cgi/getmsg.cgi?fetch=218607+0+/usr/local/www/db/text/2005/freebsd-openoffice/20051016.freebsd-openoffice > he compile OO like me with options > > WITHOUT_MOZILLA=yes > WITHOUT_JAVA=yes > > We see: one of this two options broken. > > Edwin L. Culp in this thread report to us: he has no problems but > he use options > > LOCALIZED_LANG=es > WITHOUT_MOZILLA=yes > > I think option WITHOUT_JAVA broken. This may be OpenOffice bug, > or FreeBSD port bug. Robert Huff