From owner-freebsd-openoffice Sun Mar 23 16: 1:59 2003 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 E6A7A37B401; Sun, 23 Mar 2003 16:01:57 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94DC43F85; Sun, 23 Mar 2003 16:01:56 -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 h2O01sK3093453; Mon, 24 Mar 2003 01:01:54 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 24 Mar 2003 01:01:54 +0100 (CET) From: Martin Blapp To: openoffice@freebsd.org Cc: chat@freebsd.org, "" , Nakata Maho Subject: About the OpenOffice.org conference in Hamburg, Germany Message-ID: <20030322090052.U51453@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Folks, It was a great time in Hamburg. Although I took the night-train to travel (it took about 10 hours), I was relaxed thursday morning. We were about 200-250 people from all over the world. It was very nice and interesting to see all the people I only had email contact before in the mailing-lists. I was also happy to see maho@freebsd.org, who does a great job in leading the effort of a localized japanese OpenOffice.org version and helped me quite a bit to commit the freebsd changes to the openoffice repo. Very interesting was the speak from Michael Meeks from Ximian. He modified and adapted OO.org to the look and feel of gnome. It really looks better that way. I'm working to integrate some of the gnome changes which are already present in the tree, into our build, so there will soon be a -WITH_GNOME flag in the Makefile. And of course also the speak of Dan Williams, about the MacOS-X port. They have a lot more problems than we have currently with the BSD port, because the Aqua-Gui is lot different. So for the moment the Mac folks only have a X11 version. Unfortunatly I haven't been able to fix a crash in the sub-project setup2 during the conference, altough I visited the hackers room quite often ;). Regcomp still crashes because a Exception is not catched. I'll look at this next week. And before I forget it, 1.1 looks really promising, there are a bunch of new cool features like "send document as email", or the "macromedia flash" export filter which is really cool for presentations, the "mysql database driver", and the macro recording feature. The 1.1 release of Openoffice.org is scheduled to August 2003, and I promise that we will have a updated port this time. It's also planed after some QA to provide native FreeBSD binarys on the OpenOffice.org download servers. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Mar 28 7:45:52 2003 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 1D85D37B401; Fri, 28 Mar 2003 07:45:49 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8811E43F3F; Fri, 28 Mar 2003 07:45: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.6/8.12.3) with ESMTP id h2SFjj0k071678; Fri, 28 Mar 2003 16:45:46 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 28 Mar 2003 16:45:45 +0100 (CET) From: Martin Blapp To: dev@porting.openoffice.org Cc: openoffice@freebsd.org, "" Subject: OO1.1Beta for FreeBSD almost working - remaining issues In-Reply-To: <200303281021.32217.kevin.hendricks@sympatico.ca> Message-ID: <20030328162510.W47845@cvs.imp.ch> References: <200303280920.27106.kevin.hendricks@sympatico.ca> <200303281021.32217.kevin.hendricks@sympatico.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-13.1 required=5.0 tests=AWL,IN_REP_TO,REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, With help of Stephan Bergmann (bridge fix) I got the build actually running ! :-)) I've managed to build a version which actualy works. But there are some remaining problems: 1 soffice crashes if there is no $HOME/OpenOffice.org1.1Beta dir, but the startup of setup which gets called works. 2 soffice does not startup if $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg is missing. If one does "touch" this file, OO starts up. I did a workaround for this in the startup-wrapper: if [ ! -e $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg ]; then touch $HOME/OpenOffice.org1.1Beta/user/config/soffice.cfg fi 3 soffice does not startup if it is called from outside of the program dir, that means you have to cd to this path and start OO with ./soffice 4 The build should actually test if it can link against the jdk libs, which means that the jdk librarys are the same file format :) I'll happily provide code for this. 5 The crash in the autopilot->format menu is still there. We need to solve this before 1.1 is out. I'll open a ticket for this one. The question is now how we can deal with importing the changes. I've ifdefd everything for freebsd and we have ~100 patches to merge again - sigh. See http://www.freebsd.org/cgi/cvsweb.cgi/ports/editors/openoffice-devel for the changes. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sat Mar 29 10:28:19 2003 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 C016E37B401; Sat, 29 Mar 2003 10:28:16 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7339443F3F; Sat, 29 Mar 2003 10:28:15 -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 h2TIS80k045362; Sat, 29 Mar 2003 19:28:09 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 29 Mar 2003 19:28:08 +0100 (CET) From: Martin Blapp To: openoffice@freebsd.org, "" , "" Cc: dev@qa.openoffice.org Subject: FreeBSD: OO.org 1.1Beta packages available. Message-ID: <20030329191134.R99771@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sat Mar 29 11:46: 2 2003 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 371B737B401; Sat, 29 Mar 2003 11:45:59 -0800 (PST) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 054D443FBD; Sat, 29 Mar 2003 11:45:58 -0800 (PST) (envelope-from kevin.hendricks@sympatico.ca) Received: from [192.168.0.3] ([65.93.110.4]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030329194556.MJV4333.tomts5-srv.bellnexxia.net@[192.168.0.3]>; Sat, 29 Mar 2003 14:45:56 -0500 From: "Kevin B. Hendricks" To: dev@porting.openoffice.org, Martin Blapp , openoffice@freebsd.org, "" Subject: Re: [porting-dev] FreeBSD: OO.org 1.1Beta packages available. Date: Sat, 29 Mar 2003 14:44:31 -0500 User-Agent: KMail/1.5 Cc: dev@qa.openoffice.org 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: <200303291444.31760.kevin.hendricks@sympatico.ca> X-Spam-Status: No, hits=-23.6 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,RCVD_IN_RFCI, RCVD_IN_UNCONFIRMED_DSBL,REFERENCES,REPLY_WITH_QUOTES, USER_AGENT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Martin, Nice job! Do you have an issue dedicated to the remaining patches you need to get into the tree for OOo 1.1? Kevin On March 29, 2003 01:28 pm, 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 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@porting.openoffice.org > For additional commands, e-mail: dev-help@porting.openoffice.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sat Mar 29 14:31:34 2003 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 9195337B401; Sat, 29 Mar 2003 14:31:32 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 270E843FBD; Sat, 29 Mar 2003 14:31:31 -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 h2TMVN0k066494; Sat, 29 Mar 2003 23:31:23 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Sat, 29 Mar 2003 23:31:23 +0100 (CET) From: Martin Blapp To: "Kevin B. Hendricks" Cc: dev@porting.openoffice.org, "" , "" , "" Subject: Re: [porting-dev] FreeBSD: OO.org 1.1Beta packages available. In-Reply-To: <200303291444.31760.kevin.hendricks@sympatico.ca> Message-ID: <20030329232911.P99771@cvs.imp.ch> References: <20030329191134.R99771@cvs.imp.ch> <200303291444.31760.kevin.hendricks@sympatico.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-12.2 required=5.0 tests=AWL,IN_REP_TO,REFERENCES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Kevin, > Nice job! Do you have an issue dedicated to the remaining patches you need > to get into the tree for OOo 1.1? I'll do so after I have resolved these issues here. The jdk scan problem is my top priority now. Do you know where we need the file solenv/config/ssrx644.ini ? It seems that set_soenv contains a wrong reference for SOLARINI ... So do we need this or not ? Where are the new JDK scan routines ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message