From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 30 03:58:07 2003 Return-Path: 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 848F737B401 for ; Sun, 30 Mar 2003 03:58:07 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E73F43F93 for ; Sun, 30 Mar 2003 03:58:06 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h2UBw40k035280; Sun, 30 Mar 2003 13:58:04 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Sun, 30 Mar 2003 13:58:04 +0200 (CEST) From: Martin Blapp To: dev@porting.openoffice.org Message-ID: <20030330133411.J99771@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: FreeBSD: (1.1Beta) Autopilot->Report only works as user root X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 11:58:11 -0000 Hi all, During my smoketests with OpenOffice1.1Beta and the JDK I see code which works for root, but doesn't work as user. I opened I Issue for this: 12832 Is this the same case for Linux if you cd into the program dir before you start OO ? The crash is 100% reproducable: "->File->Autopilot->Report" and OpenOffice crashes. This does not happen as user root. If I make /usr/local/OpenOffice.org-644/program world writable it works. Bad bad ... I looked more closly at the crash. Some temporary files seem to be crated in the CWD, which is really wrong. 1065 soffice.bin NAMI "/usr/local/OpenOffice.org-644/program/svd7b.tmp" 1065 soffice.bin RET open -1 errno 13 Permission denied 1065 soffice.bin CALL mkdir(0xbfbfdaf0,0x1ff) 1065 soffice.bin NAMI "/var/tmp/sv1oe.tmp" 1065 soffice.bin RET mkdir 0 1065 soffice.bin CALL rmdir(0xbfbfdaf0) 1065 soffice.bin NAMI "/var/tmp/sv1oe.tmp" 1065 soffice.bin RET rmdir 0 1065 soffice.bin CALL lstat(0x3f186e68,0xbfbfdec0) 1065 soffice.bin NAMI "/var/tmp/sv1oe.tmp" 1065 soffice.bin RET lstat -1 errno 2 No such file or directory 1065 soffice.bin CALL open(0x3f186e68,0,0) 1065 soffice.bin NAMI "/var/tmp/sv1oe.tmp" 1065 soffice.bin RET open -1 errno 2 No such file or directory 1065 soffice.bin PSIG SIGSEGV caught handler=0x2913a7d0 mask=0x0 code=0xc 1065 soffice.bin CALL sigprocmask(0x3,0x29148e64,0) 1065 soffice.bin RET sigprocmask 0 1065 soffice.bin PSIG SIGPROF caught handler=0x2913a7d0 mask=0x0 code=0x0 1065 soffice.bin CALL gettimeofday(0x29148df8,0) 1065 soffice.bin RET gettimeofday 0 An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x31D076EA Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name symbol for the error just occurred. Please refer to release documentation for possible reason and solutions. Current Java thread: at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method) at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:187) at $Proxy47.loadStylesFromURL(Unknown Source) at com.sun.star.wizards.common.TextDocument.loadStyleTemplates(TextDocument.java:620) at com.sun.star.wizards.report.ReportWizard.startReportWizard(ReportWizard.java:1590) at com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation.trigger(CallReportWizard.java:194) Dynamic libraries: 0x8048000 /usr/local/OpenOffice.org-644/program/soffice.bin 0x280b9000 /usr/local/OpenOffice.org-644/program/libsvl644fi.so 0x2824f000 /usr/local/OpenOffice.org-644/program/libvcl644fi.so 0x2856a000 /usr/local/OpenOffice.org-644/program/libcppu.so.3 0x2858e000 /usr/local/OpenOffice.org-644/program/libcppuhelpergcc3.so.3 0x285db000 /usr/local/OpenOffice.org-644/program/libtl644fi.so 0x28690000 /usr/local/OpenOffice.org-644/program/libvos3gcc3.so 0x286be000 /usr/local/OpenOffice.org-644/program/libsal.so.3 0x2886c000 /usr/local/OpenOffice.org-644/program/libutl644fi.so 0x288f2000 /usr/local/OpenOffice.org-644/program/libucbhelper2gcc3.so 0x28978000 /usr/local/OpenOffice.org-644/program/libcomphelp3gcc3.so 0x28a28000 /usr/local/OpenOffice.org-644/program/libsalhelpergcc3.so.3 0x28a2b000 /usr/local/OpenOffice.org-644/program/libsvt644fi.so 0x28fc0000 /usr/X11R6/lib/libXaw.so.7 0x2901a000 /usr/X11R6/lib/libXt.so.6 0x29069000 /usr/X11R6/lib/libX11.so.6 0x2912f000 /usr/lib/libc_r.so.5 0x29152000 /usr/local/OpenOffice.org-644/program/libstlport_gcc.so 0x291e7000 /usr/lib/libstdc++.so.4 0x2925b000 /usr/lib/libm.so.2 0x29278000 /usr/lib/libc.so.5 0x2934b000 /usr/X11R6/lib/libXext.so.6 0x29359000 /usr/local/OpenOffice.org-644/program/libpsp644fi.so 0x2940f000 /usr/local/OpenOffice.org-644/program/libicui18n.so.22 0x294ce000 /usr/local/OpenOffice.org-644/program/libicuuc.so.22 0x2955d000 /usr/local/OpenOffice.org-644/program/libicule.so.22 0x29580000 /usr/local/OpenOffice.org-644/program/libicudata.so.22 0x29da1000 /usr/local/OpenOffice.org-644/program/libsot644fi.so 0x29dec000 /usr/X11R6/lib/libSM.so.6 0x29df5000 /usr/X11R6/lib/libICE.so.6 0x29e0c000 /usr/local/OpenOffice.org-644/program/libtk644fi.so 0x2a0d9000 /usr/X11R6/lib/libXmu.so.6 0x2a0ef000 /usr/X11R6/lib/libXpm.so.4 0x2a106000 /usr/local/OpenOffice.org-644/program/libjvmaccessgcc3.so.3 0x2a129000 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 0x2a12c000 /usr/X11R6/lib/libGL.so 0x2a197000 /usr/X11R6/lib/modules/dri/r200_dri.so 0x2ea92000 /usr/X11R6/lib/libXcursor.so.1 0x2ea9b000 /usr/X11R6/lib/libXrender.so.1 0x2eaa2000 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 0x2eac0000 /usr/local/OpenOffice.org-644/program/libsmgr.so 0x2eaea000 /usr/local/OpenOffice.org-644/program/libcpld.so 0x2eaf3000 /usr/local/OpenOffice.org-644/program/libsimreg.so 0x2eb0b000 /usr/local/OpenOffice.org-644/program/libdefreg.so 0x2eb22000 /usr/local/OpenOffice.org-644/program/libtdmgr.so 0x2eb40000 /usr/local/OpenOffice.org-644/program/libimpreg.so 0x2eb5c000 /usr/local/OpenOffice.org-644/program/libsec.so 0x2eb80000 /usr/local/OpenOffice.org-644/program/libreg.so.3 0x2eb98000 /usr/local/OpenOffice.org-644/program/libstore.so.3 0x2f1fb000 /usr/local/OpenOffice.org-644/program/librdbtdp.so 0x2f230000 /usr/local/OpenOffice.org-644/program/libspl644fi.so 0x2f239000 /usr/local/OpenOffice.org-644/program/libsfx644fi.so 0x2f642000 /usr/local/OpenOffice.org-644/program/libfwe644fi.so 0x2f6c5000 /usr/local/OpenOffice.org-644/program/libsb644fi.so 0x2f792000 /usr/local/OpenOffice.org-644/program/libso644fi.so 0x2f848000 /usr/local/OpenOffice.org-644/program/libj644fi_g.so 0x2f84f000 /usr/local/OpenOffice.org-644/program/libofa644fi.so 0x2f8db000 /usr/local/OpenOffice.org-644/program/libsvx644fi.so 0x30453000 /usr/local/OpenOffice.org-644/program/libgo644fi.so 0x304ba000 /usr/local/OpenOffice.org-644/program/libxo644fi.so 0x30874000 /usr/local/OpenOffice.org-644/program/libxcr644fi.so 0x308f1000 /usr/local/OpenOffice.org-644/program/libfwi644fi.so 0x30974000 /usr/local/OpenOffice.org-644/program/libcfgmgr2.so 0x30b64000 /usr/local/OpenOffice.org-644/program/libtcv.so 0x30b81000 /usr/local/OpenOffice.org-644/program/libsax.so 0x30d02000 /usr/local/OpenOffice.org-644/program/libucb1.so 0x30d3f000 /usr/local/OpenOffice.org-644/program/libfwl644fi.so 0x30d82000 /usr/local/OpenOffice.org-644/program/libucpfile1.so 0x30de4000 /usr/local/OpenOffice.org-644/program/libgcc3_uno.so 0x30def000 /usr/local/OpenOffice.org-644/program/libwrp644fi.so 0x30e2a000 /usr/local/OpenOffice.org-644/program/libi18npool644fi.so 0x310d8000 /usr/local/OpenOffice.org-644/program/libucppkg1.so 0x31102000 /usr/local/OpenOffice.org-644/program/libpackage2.so 0x31148000 /usr/local/OpenOffice.org-644/program/libfwk644fi.so 0x3145b000 /usr/local/OpenOffice.org-644/program/libucpchelp1.so 0x314f4000 /usr/local/OpenOffice.org-644/program/libdb-3.2.so 0x31565000 /usr/local/OpenOffice.org-644/program/libdb_cxx-3.2.so 0x315ef000 /usr/local/OpenOffice.org-644/program/libsts644fi.so 0x31644000 /usr/local/OpenOffice.org-644/program/libdtransX11644fi.so 0x31686000 /usr/local/OpenOffice.org-644/program/libsw644fi.so 0x320b9000 /usr/local/OpenOffice.org-644/program/libscn644fi.so 0x320d8000 /usr/local/OpenOffice.org-644/program/liblocaledata_en.so 0x3220b000 /usr/local/OpenOffice.org-644/program/libuui644fi.so 0x32315000 /usr/local/OpenOffice.org-644/program/libmcnttype.so 0x32411000 /usr/local/OpenOffice.org-644/program/libjavaloader.so 0x3242d000 /usr/local/OpenOffice.org-644/program/libjen.so 0x3245c000 /usr/local/jdk1.4.1/jre/lib/i386/client/libjvm.so 0x328b8000 /usr/local/jdk1.4.1/jre/lib/i386/native_threads/libhpi.so 0x328c2000 /usr/local/jdk1.4.1/jre/lib/i386/libverify.so 0x328d7000 /usr/local/jdk1.4.1/jre/lib/i386/libjava.so 0x328f5000 /usr/local/jdk1.4.1/jre/lib/i386/libzip.so 0x3e65e000 /usr/local/OpenOffice.org-644/program/libjava_uno.so 0x3e740000 /usr/local/jdk1.4.1/jre/lib/i386/libawt.so 0x3e9b1000 /home/mb/OpenOffice.org1.1Beta/user/temp/java/c/libmlib_image.so 0x3e9fd000 /usr/X11R6/lib/libXp.so.6 0x3ea05000 /usr/X11R6/lib/libXtst.so.6 0x3ea1a000 /usr/local/OpenOffice.org-644/program/libfileacc.so 0x3ea3e000 /usr/local/OpenOffice.org-644/program/libres644fi.so 0x3eabb000 /usr/local/OpenOffice.org-644/program/libdba644fi.so 0x3ecbc000 /usr/local/OpenOffice.org-644/program/libdbtools2.so 0x3ee1c000 /usr/local/OpenOffice.org-644/program/libdbu644fi.so 0x28098000 /usr/libexec/ld-elf.so.1 Local Time = Sun Mar 30 12:32:15 2003 Elapsed Time = 3 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.1-p3-root_27_mar_2003_23_33 mixed mode) # From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 30 18:44:01 2003 Return-Path: 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 96A5F37B401 for ; Sun, 30 Mar 2003 18:44:01 -0800 (PST) Received: from postal2.es.net (postal2.es.net [198.128.3.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1189F43FA3 for ; Sun, 30 Mar 2003 18:44:01 -0800 (PST) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal2.es.net (Postal Node 2) with ESMTP id MUA74016 for ; Sun, 30 Mar 2003 18:43:56 -0800 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id E18155D07 for ; Sun, 30 Mar 2003 18:43:55 -0800 (PST) To: openoffice@freebsd.org Date: Sun, 30 Mar 2003 18:43:55 -0800 From: "Kevin Oberman" Message-Id: <20030331024355.E18155D07@ptavv.es.net> Subject: Problems with OpenOffice 1.1beta X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 02:44:02 -0000 Two minor issues with OO 1.1beta, both trivial to fix. Installed from the package. User installation script failed because to tries to run the setup from the wrong directory, Corrected to OpenOffice.org-644. Then tried to run a program and failed with: :exec: scalc: not found Changed the script to do: cd $oopath && exec ./$program "$@" (Add "./") It is now running to at least a trivial extent. I still get an error that /usr/bin/lpc could not be found. I use LPRng and it has binaries in /usr/local. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 31 11:02:50 2003 Return-Path: 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 B761F37B405 for ; Mon, 31 Mar 2003 11:02:50 -0800 (PST) Received: from t-indiv5-88.athome.tue.nl (t-indiv5-84.athome.tue.nl [131.155.241.84]) by mx1.FreeBSD.org (Postfix) with SMTP id B536944030 for ; Mon, 31 Mar 2003 11:01:59 -0800 (PST) (envelope-from avleeuwen@piwebs.com) Received: (qmail 86774 invoked by uid 85); 31 Mar 2003 19:01:59 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-1.7/5.0):. Processed in 6.367507 secs); 31 Mar 2003 19:01:59 -0000 X-Spam-Status: No, hits=-1.7 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 31 Mar 2003 19:01:52 -0000 From: Arjan van Leeuwen To: Martin Blapp , openoffice@freebsd.org Date: Mon, 31 Mar 2003 21:01:47 +0200 User-Agent: KMail/1.5 References: <20030329191134.R99771@cvs.imp.ch> In-Reply-To: <20030329191134.R99771@cvs.imp.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303312101.47840.avleeuwen@piwebs.com> Subject: Re: FreeBSD: OO.org 1.1Beta packages available. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 19:02:58 -0000 I'm trying to use the packages on FreeBSD-CURRENT (from March 25). Whenever I'm saving a document (either the normal way or via 'export to pdf'), I'm getting this error message: Error saving the document Untitled1: Write Error. The file could not be written. I remember having a problem like this with the OpenOffice packages earlier, which was solved when I compiled the port. Of course, I don't have the port right now, so I can't try. Is there an easy solution for this problem? Best regards, Arjan van Leeuwen avleeuwen@piwebs.com On Saturday 29 March 2003 19:28, Martin Blapp wrote: > Hi, > > As ususal, the packages are available on http://projects.imp.ch/openoffice > for both FreeBSD CURRENT (5.0) and FreeBSD STABLE (4.8). > > I'm happy to hear about all reported bugs. Some are already known > are (please do not report these back to me): > > -> soffice doesn't start if it is not called within the same directory, > see Issue 12795. > > -> soffice calls setup in background, but crashes itself if no user > dir is already installed. I'll try to fix this the weekend. > > -> soffice does not startup if > $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg is missing. If one does > "touch" this file, OO starts up. > > -> file->autopilot->form still crashes. See Issue 9462. > > Any fixes for these bugs or pointers are welcome. > > Martin > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 1 02:57:08 2003 Return-Path: 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 4891E37B401 for ; Tue, 1 Apr 2003 02:57:08 -0800 (PST) Received: from amsfep13-int.chello.nl (amsfep13-int.chello.nl [213.46.243.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1008143FBF for ; Tue, 1 Apr 2003 02:57:07 -0800 (PST) (envelope-from s.smid@chello.nl) Received: from localhost ([127.0.0.1]) by amsfep13-int.chello.nl (InterMail vM.5.01.05.17 201-253-122-126-117-20021021) with SMTP id <20030401105705.FFCC6867.amsfep13-int.chello.nl@localhost> for ; Tue, 1 Apr 2003 12:57:05 +0200 X-Mailer: Openwave WebEngine, version 2.8.8 (webedge20-101-183-105-20021108) From: To: Date: Tue, 1 Apr 2003 12:57:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20030401105705.FFCC6867.amsfep13-int.chello.nl@localhost> Subject: Open Office 1.0.2 Package? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: s.smid@chello.nl List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 10:57:08 -0000 Hi, I'm having some trouble installing OpenOffice on my laptop. The problem is diskspace. I haven't got 4 Gb free to build it so I'm wondering if there any open office packages availible for FreeBSD ? I checked ftp.nl.FreeBSD.org and ftp2.nl.FreeBSD.org but both of them don't have the package... :( Best regards, Sander Smid From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 1 03:43:23 2003 Return-Path: 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 3539F37B401 for ; Tue, 1 Apr 2003 03:43:23 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2ECB43FB1 for ; Tue, 1 Apr 2003 03:43:21 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6/8.12.3) with ESMTP id h31BhFv5089820; Tue, 1 Apr 2003 13:43:19 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Tue, 1 Apr 2003 13:43:15 +0200 (CEST) From: Martin Blapp To: s.smid@chello.nl In-Reply-To: <20030401105705.FFCC6867.amsfep13-int.chello.nl@localhost> Message-ID: <20030401134241.B60385@cvs.imp.ch> References: <20030401105705.FFCC6867.amsfep13-int.chello.nl@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: Re: Open Office 1.0.2 Package? X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 11:43:23 -0000 Hi, > I'm having some trouble installing OpenOffice on my laptop. The problem is diskspace. I haven't got 4 Gb free to build it so I'm wondering if there any open office packages availible for FreeBSD ? > > I checked ftp.nl.FreeBSD.org and ftp2.nl.FreeBSD.org but both of them don't have the package... :( > > Best regards, > Sander Smid > Check http://projects.imp.ch/openoffice Martin From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 1 22:15:03 2003 Return-Path: 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 F255437B401 for ; Tue, 1 Apr 2003 22:15:02 -0800 (PST) Received: from undo.chillt.de (p26.nas3.wlg.callplus.net.nz [202.180.85.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D463543F75 for ; Tue, 1 Apr 2003 22:14:59 -0800 (PST) (envelope-from freebsd@chillt.de) Received: from chillt.de (localhost [127.0.0.1]) by undo.chillt.de (8.12.9/8.12.9) with ESMTP id h326F5LP000556 for ; Wed, 2 Apr 2003 18:15:07 +1200 (NZST) (envelope-from freebsd@chillt.de) Message-ID: <3E8A7FE9.4030803@chillt.de> Date: Wed, 02 Apr 2003 18:15:05 +1200 From: Bartosz Fabianowski User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: New bug in openoffice-devel and fix for "AutoPilot" bug X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 06:15:03 -0000 Hi, I've just built the most current openoffice-devel (644 snapshot 20030412) from ports on a 4-STABLE box and have run into all the known bugs as well as one that I have not seen documented anywhere yet. Whenever I'm opening a file that contains any sort of formatting (i.e. not a simple text file) or saving a file, OpenOffice.org wants to create a temporary file for this operation. Unfortunately, for some reason the "Temporary Files" path does not get set by the setup program, neither during network installation nor during workstation installation. Therefore, the path is set to the default value of "/usr/local/OpenOffice.org-644/program" for all users. Of course, only root has write permissions and so OpenOffice.org reports an error instead of reading or writing files when run as any user but root. The relevant ktrace output is: 223 soffice.bin CALL open(0xbfbfd780,0xa02,0x1b6) 223 soffice.bin NAMI "/usr/local/OpenOffice.org-644/program/svcki.tmp" 223 soffice.bin RET open -1 errno 13 Permission denied The problem can be solved by setting the "Temporary Files" path to "/var/tmp" manually in the OpenOffice.org "Options" dialog and restarting the program. It certainly seems like a bug in the setup program, but since nobody seems to have ever reported such a bug on Linux yet, I assume it must have something to do with the port. Itis interesting to note that at least on my system, setting the "Temporary Files" path to a directory where I have write permissions and restaring the program also fixes the crash reported when clicking on "File->AutoPilot->Report". - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Tue Apr 1 23:20:44 2003 Return-Path: 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 1FE9A37B401 for ; Tue, 1 Apr 2003 23:20:44 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0422843F3F for ; Tue, 1 Apr 2003 23:20:43 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h327KeO9076967; Wed, 2 Apr 2003 09:20:40 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Wed, 2 Apr 2003 09:20:40 +0200 (CEST) From: Martin Blapp To: Bartosz Fabianowski In-Reply-To: <3E8A7FE9.4030803@chillt.de> Message-ID: <20030402091932.H44060@cvs.imp.ch> References: <3E8A7FE9.4030803@chillt.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: Re: New bug in openoffice-devel and fix for "AutoPilot" bug X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2003 07:20:44 -0000 Hi, > 223 soffice.bin CALL open(0xbfbfd780,0xa02,0x1b6) > 223 soffice.bin NAMI "/usr/local/OpenOffice.org-644/program/svcki.tmp" > 223 soffice.bin RET open -1 errno 13 Permission denied > > The problem can be solved by setting the "Temporary Files" path to > "/var/tmp" manually in the OpenOffice.org "Options" dialog and > restarting the program. It certainly seems like a bug in the setup > program, but since nobody seems to have ever reported such a bug on > Linux yet, I assume it must have something to do with the port. > > Itis interesting to note that at least on my system, setting the > "Temporary Files" path to a directory where I have write permissions and > restaring the program also fixes the crash reported when clicking on > "File->AutoPilot->Report". Yeah that's a good point. I did know the bug for the wrong temp path, but I did not know that one can change it in the settings. I'll fix that ASAP. Martin From owner-freebsd-openoffice@FreeBSD.ORG Fri Apr 4 07:04:10 2003 Return-Path: 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 7D86A37B401 for ; Fri, 4 Apr 2003 07:04:10 -0800 (PST) Received: from undo.chillt.de (p55.nas3.wlg.callplus.net.nz [202.180.85.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC2743F3F for ; Fri, 4 Apr 2003 07:04:07 -0800 (PST) (envelope-from freebsd@chillt.de) Received: from chillt.de (localhost [127.0.0.1]) by undo.chillt.de (8.12.9/8.12.9) with ESMTP id h327KuQH000294 for ; Wed, 2 Apr 2003 19:20:58 +1200 (NZST) (envelope-from freebsd@chillt.de) Message-ID: <3E8A8F58.1080702@chillt.de> Date: Wed, 02 Apr 2003 19:20:56 +1200 From: Bartosz Fabianowski User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org References: <20030329191134.R99771@cvs.imp.ch> <200303312101.47840.avleeuwen@piwebs.com> In-Reply-To: <200303312101.47840.avleeuwen@piwebs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD: OO.org 1.1Beta packages available. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 15:04:10 -0000 > I'm trying to use the packages on FreeBSD-CURRENT (from March 25). Whenever > I'm saving a document (either the normal way or via 'export to pdf'), I'm > getting this error message: > > Error saving the document Untitled1: > Write Error. > The file could not be written. > Is there an easy solution for this problem? Indeed, there is: It seems that the setup program does not correctly set the "Temporary files" path and OpenOffice.org is unable to create any temporary files, which are necessary for correct operation. Go to the "Tools->Options..." menu in OpenOffice.org, in the "Options" dialog choose "OpenOffice.org->Paths" and change the path labelled as "Temporary files" to "/var/tmp". You then then need to restart OpenOffice.org and it should be able to load and save files just fine. You will have to repeat this for all user that want to use OpenOffice.org, except for root. By the way, this also seems to fix the "AutoPilot" bug reported earlier. - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Fri Apr 4 07:04:13 2003 Return-Path: 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 404EC37B401 for ; Fri, 4 Apr 2003 07:04:13 -0800 (PST) Received: from undo.chillt.de (p55.nas3.wlg.callplus.net.nz [202.180.85.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38DE443F75 for ; Fri, 4 Apr 2003 07:04:11 -0800 (PST) (envelope-from freebsd@chillt.de) Received: from chillt.de (localhost [127.0.0.1]) by undo.chillt.de (8.12.9/8.12.9) with ESMTP id h327RLwP000310 for ; Wed, 2 Apr 2003 19:27:22 +1200 (NZST) (envelope-from freebsd@chillt.de) Message-ID: <3E8A90D9.2010409@chillt.de> Date: Wed, 02 Apr 2003 19:27:21 +1200 From: Bartosz Fabianowski User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org References: <20030329191134.R99771@cvs.imp.ch> <200303312101.47840.avleeuwen@piwebs.com> In-Reply-To: <200303312101.47840.avleeuwen@piwebs.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD: OO.org 1.1Beta packages available. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 15:04:13 -0000 > I'm trying to use the packages on FreeBSD-CURRENT (from March 25). Whenever > I'm saving a document (either the normal way or via 'export to pdf'), I'm > getting this error message: > > Error saving the document Untitled1: > Write Error. > The file could not be written. > > Is there an easy solution for this problem? Indeed, there is: It seems that the setup program does not correctly set the "Temporary files" path and OpenOffice.org is unable to create any temporary files, which are necessary for correct operation. Go to the "Tools->Options..." menu in OpenOffice.org, in the "Options" dialog choose "OpenOffice.org->Paths" and change the path labelled as "Temporary files" to "/var/tmp". You then then need to restart OpenOffice.org and it should be able to load and save files just fine. You will have to repeat this for all user that want to use OpenOffice.org, except for root. By the way, this also seems to fix the "AutoPilot" bug reported earlier. - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Fri Apr 4 07:06:48 2003 Return-Path: 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 6CE8937B401 for ; Fri, 4 Apr 2003 07:06:48 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1454A43FB1 for ; Fri, 4 Apr 2003 07:06:47 -0800 (PST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h34F6jNT040812; Fri, 4 Apr 2003 17:06:45 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 4 Apr 2003 17:06:45 +0200 (CEST) From: Martin Blapp To: Bartosz Fabianowski In-Reply-To: <3E8A8F58.1080702@chillt.de> Message-ID: <20030404170601.V37965@cvs.imp.ch> References: <20030329191134.R99771@cvs.imp.ch> <200303312101.47840.avleeuwen@piwebs.com> <3E8A8F58.1080702@chillt.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: openoffice@freebsd.org Subject: Re: FreeBSD: OO.org 1.1Beta packages available. X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 15:06:48 -0000 Hi, > It seems that the setup program does not correctly set the "Temporary > files" path and OpenOffice.org is unable to create any temporary files, > which are necessary for correct operation. Go to the "Tools->Options..." > menu in OpenOffice.org, in the "Options" dialog choose > "OpenOffice.org->Paths" and change the path labelled as "Temporary > files" to "/var/tmp". You then then need to restart OpenOffice.org and > it should be able to load and save files just fine. You will have to > repeat this for all user that want to use OpenOffice.org, except for root. > > By the way, this also seems to fix the "AutoPilot" bug reported earlier. I think I've found the bug in the OOO source causing this. In the next beta package (next week) this will be fixed. Martin From owner-freebsd-openoffice@FreeBSD.ORG Sat Apr 5 10:39:49 2003 Return-Path: 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 41DBE37B401; Sat, 5 Apr 2003 10:39:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5B8243FA3; Sat, 5 Apr 2003 10:39:48 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h35IdmUp084206; Sat, 5 Apr 2003 10:39:48 -0800 (PST) (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h35IdmTQ084202; Sat, 5 Apr 2003 10:39:48 -0800 (PST) Date: Sat, 5 Apr 2003 10:39:48 -0800 (PST) From: Tilman Linneweh Message-Id: <200304051839.h35IdmTQ084202@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/50595: editors/openoffice (1.0.2) compilation hangs X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 18:39:49 -0000 Synopsis: editors/openoffice (1.0.2) compilation hangs Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: arved Responsible-Changed-When: Sat Apr 5 10:39:20 PST 2003 Responsible-Changed-Why: Over to Maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=50595 From owner-freebsd-openoffice@FreeBSD.ORG Sat Apr 5 10:49:07 2003 Return-Path: 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 933D337B401; Sat, 5 Apr 2003 10:49:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30AA043FB1; Sat, 5 Apr 2003 10:49:07 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from freefall.freebsd.org (mbr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h35In7Up086493; Sat, 5 Apr 2003 10:49:07 -0800 (PST) (envelope-from mbr@freefall.freebsd.org) Received: (from mbr@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h35In6rD086489; Sat, 5 Apr 2003 10:49:06 -0800 (PST) Date: Sat, 5 Apr 2003 10:49:06 -0800 (PST) From: Martin Blapp Message-Id: <200304051849.h35In6rD086489@freefall.freebsd.org> To: david@realityrift.com, mbr@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/50595: editors/openoffice (1.0.2) compilation hangs X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 18:49:07 -0000 Synopsis: editors/openoffice (1.0.2) compilation hangs State-Changed-From-To: open->analyzed State-Changed-By: mbr State-Changed-When: Sat Apr 5 10:47:18 PST 2003 State-Changed-Why: Unfortunatly this can still happen. I experience it with 1 of 100 builds. The problem is buggy locking in rtld, which needs to be cleaned up. In the meantime just restart the compile and it will not hang anymore. http://www.freebsd.org/cgi/query-pr.cgi?pr=50595