From owner-freebsd-openoffice@FreeBSD.ORG Sun Mar 6 13:56:07 2005 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 B2C3416A4CE; Sun, 6 Mar 2005 13:56:07 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067E643D2F; Sun, 6 Mar 2005 13:56:07 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ICX0049JNSIN9C0@bgo1smout1.broadpark.no>; Sun, 06 Mar 2005 14:50:42 +0100 (CET) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0ICX00HJWO4T04C0@bgo1sminn1.broadpark.no>; Sun, 06 Mar 2005 14:58:05 +0100 (CET) Received: by dsa.des.no (Pony Express, from userid 666) id D129646E07; Sun, 06 Mar 2005 14:56:05 +0100 (CET) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 7D33795813; Sun, 06 Mar 2005 14:56:02 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 728E833C1B; Sun, 06 Mar 2005 14:56:02 +0100 (CET) Date: Sun, 06 Mar 2005 14:56:02 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) To: openoffice@FreeBSD.org, harti@FreeBSD.org Message-id: <86u0no3mkt.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.0.2 X-Spam-Level: Subject: openoffice / make weirdness on -CURRENT 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, 06 Mar 2005 13:56:07 -0000 I tried to 'make clean' after a failed OpenOffice build and got very weird results. (BTW, why does openoffice-1.1 hardcode WRKDIR?) A simple 'make clean' forks a bunch of make, sort and sh processes and swaps my box to death. That's a 3.6 GHz P4 with 2 GB RAM, 1.5 GB of which were free (according to top) before 'make clean' started. 'make -dl clean' (which is supposed to do the exact same thing but echo all commands, ignoring @) produces the following: root@xps /usr/ports/editors/openoffice-1.1# make -dl clean cd /usr/ports/editors/openoffice-1.1 && make clean-depends for dir in $(checked=3D""; for dir in $(echo "/usr/local/bin/perl5.8.6:/us= r/ports/lang/perl5.8 /usr/local/bin/perl5.8.6:/usr/ports/lang/perl5.8 /usr= /local/jdk1.4.2/bin/java:/usr/ports/java/jdk14 gcc32:/usr/ports/lang/gcc32 = zip:/usr/ports/archivers/zip unzip:/usr/ports/archivers/unzip gcp:/usr/po= rts/sysutils/coreutils xmkmf:/usr/ports/devel/imake-6 /usr/X11R6/lib/libX= ft.so:/usr/ports/x11-fonts/libXft /usr/local/bin/ant:/usr/ports/devel/apach= e-ant gmake:/usr/ports/devel/gmake bison:/usr/ports/devel/bison /usr/local/= bin/perl5.8.6:/usr/ports/lang/perl5.8 /usr/local/bin/autoconf259:/usr/ports= /devel/autoconf259 pkg-config:/usr/ports/devel/pkgconfig /usr/local/bin/in= tltool-extract:/usr/ports/textproc/intltool jpeg.9:/usr/ports/graphi= cs/jpeg png.5:/usr/ports/graphics/png mng.1:/usr/ports/graphics/libmng f= reetype.9:/usr/ports/print/freetype2 glib12.3:/usr/ports/devel/glib12 gt= k12.2:/usr/ports/x11-toolkits/gtk12 ORBit.2:/usr/ports/devel/ORBit glib-2.0= .400:/usr/ports/devel/glib20 atk-1.0.800:/usr/ports/accessibility/atk pango= -1.0.600:/usr/ports/x11-toolkits/pango gtk-x11-2.0.400:/usr/ports/x11-toolk= its/gtk20 /usr/local/bin/perl5.8.6:/usr/ports/lang/perl5.8 pkg-config:/usr= /ports/devel/pkgconfig " | /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut = -f 2 -d ':') $(echo | /usr/bin/sed -e 'y/ /\n/' | /usr/bin/cut -f 1 -d ':'= ); do if [ -d $dir ]; then if (echo $checked | /usr/bin/grep -qwv "$dir")= ; then child=3D$(cd $dir; make PARENT_CHECKED=3D"$checked" all-depends-lis= t); for d in $child; do echo $d; done; echo $dir; checked=3D"$dir $child= $checked"; fi; else echo "openoffice-1.1.4: \"$dir\" non-existent -- de= pendency list incomplete" >&2; fi; done | /usr/bin/sort -u); do (cd $dir= ; make NOCLEANDEPENDS=3Dyes clean); done Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' ; for dir in ; do if [ -d ir ]; then if (echo hecked | /usr/bin/grep -q= wv ir); then child=3D; for d in hild; do echo ; done; echo ir; checked= =3Dir: not found Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier ''' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier '/' Unknown modifier ''' Unknown modifier ''' Unknown modifier ''' ; for dir in ; do if [ -d ir ]; then if (echo hecked | /usr/bin/grep -q= wv ir); then child=3D; for d in hild; do echo ; done; echo ir; checked= =3Dir: not found cd: can't cd to " *** Error code 2 Stop in /usr/ports/editors/openoffice-1.1. *** Error code 1 Stop in /usr/ports/editors/openoffice-1.1. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 7 01:38:23 2005 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 CC7B416A4CF; Mon, 7 Mar 2005 01:38:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A7FF43D53; Mon, 7 Mar 2005 01:38:23 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j271cNee027699; Mon, 7 Mar 2005 01:38:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j271cNID027695; Mon, 7 Mar 2005 01:38:23 GMT (envelope-from linimon) Date: Mon, 7 Mar 2005 01:38:23 GMT From: Mark Linimon Message-Id: <200503070138.j271cNID027695@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/78492: [PORT UPDATE] editors/ooodict-all: adds thesaurus support, more dictionaries supported 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, 07 Mar 2005 01:38:24 -0000 Synopsis: [PORT UPDATE] editors/ooodict-all: adds thesaurus support, more dictionaries supported Responsible-Changed-From-To: freebsd-ports-bugs->openoffice Responsible-Changed-By: linimon Responsible-Changed-When: Mon Mar 7 01:38:13 GMT 2005 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=78492 From owner-freebsd-openoffice@FreeBSD.ORG Mon Mar 7 11:03:12 2005 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 CBBFC16A4CE for ; Mon, 7 Mar 2005 11:03:12 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED0043D1F for ; Mon, 7 Mar 2005 11:03:12 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27B3CHB038732 for ; Mon, 7 Mar 2005 11:03:12 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27B3BEZ038726 for openoffice@freebsd.org; Mon, 7 Mar 2005 11:03:11 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 7 Mar 2005 11:03:11 GMT Message-Id: <200503071103.j27B3BEZ038726@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Subject: Current problem reports assigned to you 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, 07 Mar 2005 11:03:12 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [2003/05/11] ports/52068 openoffice portupgrade of editors/openoffice .org-1. a [2003/05/12] ports/52087 openoffice error while building japanese/openoffice o [2004/01/23] ports/61760 openoffice OpenOffice-1.1 still stalls in install on o [2004/03/24] ports/64678 openoffice openoffice 1.1 upgrade fails due to JDK c o [2004/05/31] ports/67413 openoffice OpenOffice 1.1 PDF Export is BROKEN o [2004/10/07] ports/72414 openoffice Precompiled el-openoffice-1.1.2_1 first t o [2004/11/29] ports/74518 openoffice openoffice-1.1 build failure on 4-stable: o [2004/12/14] ports/75039 openoffice OpenOffice 1.1.2 javaldx crashes at start o [2005/02/09] ports/77287 openoffice OOo2 cannot build without Mozilla o [2005/02/09] ports/77290 openoffice OOo2 moz needs GTK2 f [2005/02/10] ports/77336 openoffice OpenOffice 2.0 needs python dependency 11 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/05/10] ports/66480 openoffice openoffice-1.1.1 port uses root's $HOME f o [2005/01/17] ports/76330 openoffice editors/openoffice-1.1 calls uname needle o [2005/01/27] ports/76770 openoffice openoffice-2.0-devel cannot build -DWITHO o [2005/02/27] ports/78134 openoffice editors/openoffice: typo o [2005/02/27] ports/78141 openoffice openoffice-2.0-devel cannot build -DWITH_ o [2005/03/02] ports/78332 openoffice [PATCH] no help content in polish/open-of o [2005/03/06] ports/78492 openoffice [PORT UPDATE] editors/ooodict-all: adds 7 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Tue Mar 8 19:08:01 2005 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 F0BFF16A4CE for ; Tue, 8 Mar 2005 19:08:01 +0000 (GMT) Received: from smtp.interchange.ubc.ca (mta1.interchange.ubc.ca [142.103.145.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E81C43D4C for ; Tue, 8 Mar 2005 19:08:01 +0000 (GMT) (envelope-from camortis@interchange.ubc.ca) Received: from portal9.itservices.ubc.ca (portal9.itservices.ubc.ca [142.103.134.16]) by smtp.interchange.ubc.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0ID1001J2RTC1J@smtp.interchange.ubc.ca> for freebsd-openoffice@freebsd.org; Tue, 08 Mar 2005 11:08:00 -0800 (PST) Date: Tue, 08 Mar 2005 11:08:00 -0800 (PST) Date-warning: Date header was inserted by smtp.interchange.ubc.ca From: Cameron Ortis To: freebsd-openoffice@freebsd.org Message-id: <16951858.1110308880499.JavaMail.myubc2@portal9.itservices.ubc.ca> MIME-version: 1.0 X-Mailer: uPortal WEB email client 3.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Subject: Openoffice install from ports 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, 08 Mar 2005 19:08:02 -0000 Hello, I recently uninstalled an older version of openoffice in order to upgrade ... I've followed the patching instructions on http://porting.openoffice.org/freebsd/ but still cannot get past the port message "type make -DBROKEN for more information"; or something to that effect. I've also tried pkg_add -r openoffice but when I try to startup after install it complains that openoffice is missing an installation and setup script. Am I missing something simple? Any help would be appreciated ... I should also note that I am not really keen on upgrading to 5.3 just yet ... but perhaps it is time ... Many thanks in advance, Cam uname -a = Freebsd 4.11 release #1 cvsup'd = March 07/05 From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 9 17:53:33 2005 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 F1DE416A4CE for ; Wed, 9 Mar 2005 17:53:33 +0000 (GMT) Received: from shim1.irt.drexel.edu (shim1.irt.drexel.edu [144.118.29.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9853B43D39 for ; Wed, 9 Mar 2005 17:53:33 +0000 (GMT) (envelope-from jsmith@drexel.edu) Received: from conversion-daemon.shim1.irt.drexel.edu by shim1.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <0ID300801IQMCN@shim1.irt.drexel.edu> for freebsd-openoffice@freebsd.org; Wed, 09 Mar 2005 12:53:32 -0500 (EST) Received: from vorpal.math.drexel.edu (vorpal.math.drexel.edu [129.25.6.250]) by shim1.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTP id <0ID300G0AJ17U6@shim1.irt.drexel.edu> for freebsd-openoffice@freebsd.org; Wed, 09 Mar 2005 12:53:31 -0500 (EST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by vorpal.math.drexel.edu (8.13.3/8.12.10) with ESMTP id j29HrNeb061206 for ; Wed, 09 Mar 2005 12:53:23 -0500 (EST envelope-from jsmith@drexel.edu) Date: Wed, 09 Mar 2005 12:53:22 -0500 From: "Justin R. Smith" To: freebsd-openoffice@freebsd.org Message-id: <422F3812.7030208@drexel.edu> Organization: Drexel University MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0 (X11/20041228) X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Subject: Odd problem building OpenOffice 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, 09 Mar 2005 17:53:34 -0000 I use two machine, seemingly configured the same. On the slower machine, I have no trouble building OpenOffice (1.1.4 and 2.0) but on the faster machine (with hyperthreading) I get the message: "File to patch:" with both versions, and the build fails. It's as if the build-script is not supplying the file name to the patch program properly. Obviously, I would like to build openoffice on the faster machine... I have no idea why the same build-script behaves differently on the two machines. Any suggestions? From owner-freebsd-openoffice@FreeBSD.ORG Wed Mar 9 20:58:10 2005 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 1EE4D16A4CE; Wed, 9 Mar 2005 20:58:10 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB2D543D2D; Wed, 9 Mar 2005 20:58:09 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j29Kw9a8088083; Wed, 9 Mar 2005 20:58:09 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j29Kw9ke088079; Wed, 9 Mar 2005 20:58:09 GMT (envelope-from vs) Date: Wed, 9 Mar 2005 20:58:09 GMT From: Volker Stolz Message-Id: <200503092058.j29Kw9ke088079@freefall.freebsd.org> To: vs@FreeBSD.org, freebsd-i386@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/78428: Openoffice-1.1.4 stops compiling -> dmake: Error code 1 ... 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, 09 Mar 2005 20:58:10 -0000 Synopsis: Openoffice-1.1.4 stops compiling -> dmake: Error code 1 ... Responsible-Changed-From-To: freebsd-i386->openoffice Responsible-Changed-By: vs Responsible-Changed-When: Wed Mar 9 20:56:51 GMT 2005 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=78428 From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 01:01:29 2005 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 4028A16A4CE for ; Thu, 10 Mar 2005 01:01:29 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB68043D58 for ; Thu, 10 Mar 2005 01:01:28 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from localhost.localdomain (shumai.marcuscom.com [192.168.1.4]) j2A11bk8059784 for ; Wed, 9 Mar 2005 20:01:37 -0500 (EST) (envelope-from marcus@FreeBSD.org) Date: Wed, 9 Mar 2005 20:01:37 -0500 (EST) Message-Id: <200503100101.j2A11bk8059784@creme-brulee.marcuscom.com> From: marcus@FreeBSD.org To: openoffice@FreeBSD.org Subject: PLEASE READ: Upcoming GNOME 2.10 upgrade 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: Thu, 10 Mar 2005 01:01:29 -0000 On Friday, March 11, GNOME 2.10 will be imported into the FreeBSD ports tree. This upgrade brings with it new versions of Glib 2. This new version includes a shared library version bump that will affect the following ports which you maintain. We would like to bump these ports' PORTREVISIONs to make upgrades easier for our users. If there is a port listed here that you would not like touched, please let us know as soon as possible. Please keep in mind that bumping PORTREVISIONs will be a benefit to our users as it will not require them to do forced portupgrades. Thank you. Marcus on behalf of the FreeBSD GNOME Team LIST OF PORTS: arabic/openoffice-1.1 chinese/openoffice-1.1-zh_CN chinese/openoffice-1.1-zh_TW editors/ooodict-all editors/openoffice-1.1 editors/openoffice-1.1-ca editors/openoffice-1.1-cs editors/openoffice-1.1-devel editors/openoffice-1.1-dk editors/openoffice-1.1-el editors/openoffice-1.1-es editors/openoffice-1.1-et editors/openoffice-1.1-fi editors/openoffice-1.1-it editors/openoffice-1.1-nl editors/openoffice-1.1-se editors/openoffice-1.1-sk editors/openoffice-1.1-sl_SI editors/openoffice-1.1-tr editors/openoffice-2.0-devel french/openoffice-1.1 german/openoffice-1.1 hungarian/openoffice-1.1 japanese/openoffice-1.1 japanese/openoffice-templates korean/openoffice-1.1 polish/openoffice-1.1 portuguese/openoffice-1.1-pt_BR portuguese/openoffice-1.1-pt_PT russian/openoffice-1.1 From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 17:54:14 2005 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 E961216A4CE; Thu, 10 Mar 2005 17:54:14 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D02A43D3F; Thu, 10 Mar 2005 17:54:07 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j2AI75nx084354; Thu, 10 Mar 2005 15:07:05 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j2AHrpl7003969; Thu, 10 Mar 2005 14:53:51 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j2AHropV003962; Thu, 10 Mar 2005 14:53:50 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Thu, 10 Mar 2005 14:53:50 -0300 From: Fernan Aguero To: openoffice@freebsd.org, maho@freebsd.org Message-ID: <20050310175350.GI27364@iib.unsam.edu.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: OOo-1.1.4 for FreeBSD.4x? 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: Thu, 10 Mar 2005 17:54:15 -0000 Hi! I remember writing about this in the past. From what I remember there was a problem with rtld in FreeBSD-4. Now I see that the port is still marked as BROKEN, however the following page mentions a few things which make me think that the port may be fixed. http://porting.openoffice.org/freebsd/ (News section) the entry for 2005/Jan/31 first says that the port is BROKEN, but then says that Hiromi sent a patch and that 1.1.4 works in 4.11-RELEASE. the entry for 2005/Feb/5 says that marck sent a patch for STABLE. What is the status of the OOo port for 4.x? I remember building 1.1.3 without problems on my box, so if the 1.1.4 is indeed still BROKEN on 4.x, then perhaps a notice could be put on that same page so that users can be directed to appropriate packages for 1.1.3? Thanks in advance, and sorry for bothering you again with this. Fernan From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 18:09:21 2005 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 DAB3716A4CE; Thu, 10 Mar 2005 18:09:21 +0000 (GMT) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F71743D53; Thu, 10 Mar 2005 18:09:21 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.5] (dsl-082-083-130-219.arcor-ip.net [82.83.130.219]) by dd3.kasserver.com (Postfix) with ESMTP id C520299EAC; Thu, 10 Mar 2005 19:09:18 +0100 (CET) Message-ID: <42308D4B.6050604@chillt.de> Date: Thu, 10 Mar 2005 19:09:15 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fernan Aguero References: <20050310175350.GI27364@iib.unsam.edu.ar> In-Reply-To: <20050310175350.GI27364@iib.unsam.edu.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: maho@freebsd.org cc: openoffice@freebsd.org Subject: Re: OOo-1.1.4 for FreeBSD.4x? 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: Thu, 10 Mar 2005 18:09:22 -0000 I'm not running 4-STABLE myself anymore, so I can't say for sure. But on the very page you referenced, there is a section called "Supported platforms" that explains the situation with 4.x. There is a patch for rtld, but it is unsupported and might not work. So you can give it a try if you want to, but it might break. At least that's my understanding. - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 18:31:27 2005 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 7319916A4CE; Thu, 10 Mar 2005 18:31:27 +0000 (GMT) Received: from smtp.unsam.edu.ar (smtp.unsam.edu.ar [170.210.48.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E802443D58; Thu, 10 Mar 2005 18:31:25 +0000 (GMT) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (pi.iib.unsam.edu.ar [192.168.10.11]) by smtp.unsam.edu.ar (8.12.6/8.12.6) with ESMTP id j2AIiHnx086329; Thu, 10 Mar 2005 15:44:17 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: from pi.iib.unsam.edu.ar (localhost [127.0.0.1]) by pi.iib.unsam.edu.ar (8.13.1/8.13.1) with ESMTP id j2AIV3Te064278; Thu, 10 Mar 2005 15:31:04 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) Received: (from fernan@localhost) by pi.iib.unsam.edu.ar (8.13.1/8.13.1/Submit) id j2AIV3Sp064271; Thu, 10 Mar 2005 15:31:03 -0300 (ART) (envelope-from fernan@iib.unsam.edu.ar) X-Authentication-Warning: pi.iib.unsam.edu.ar: fernan set sender to fernan@iib.unsam.edu.ar using -f Date: Thu, 10 Mar 2005 15:31:03 -0300 From: Fernan Aguero To: Bartosz Fabianowski Message-ID: <20050310183103.GL27364@iib.unsam.edu.ar> References: <20050310175350.GI27364@iib.unsam.edu.ar> <42308D4B.6050604@chillt.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42308D4B.6050604@chillt.de> User-Agent: Mutt/1.5.6i cc: maho@freebsd.org cc: openoffice@freebsd.org Subject: Re: OOo-1.1.4 for FreeBSD.4x? 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: Thu, 10 Mar 2005 18:31:27 -0000 +----[ Bartosz Fabianowski (10.Mar.2005 15:13): | | I'm not running 4-STABLE myself anymore, so I can't say for sure. But on | the very page you referenced, there is a section called "Supported | platforms" that explains the situation with 4.x. There is a patch for rtld, | but it is unsupported and might not work. So you can give it a try if you | want to, but it might break. At least that's my understanding. | | - Bartosz | +----] Thanks for the pointer. I should have read _all_ the page before posting! What I don't quite understand is what might break by using the rtld patch ... the OO build? or might it interfere with the running and/or building of other ports/programs? Thanks for any insight, Fernan From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 18:57:01 2005 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 63C2816A4CE; Thu, 10 Mar 2005 18:57:01 +0000 (GMT) Received: from dd3.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id E064143D53; Thu, 10 Mar 2005 18:57:00 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [192.168.0.5] (dsl-082-083-130-219.arcor-ip.net [82.83.130.219]) by dd3.kasserver.com (Postfix) with ESMTP id 955A68F975; Thu, 10 Mar 2005 19:56:59 +0100 (CET) Message-ID: <4230987E.6050601@chillt.de> Date: Thu, 10 Mar 2005 19:57:02 +0100 From: Bartosz Fabianowski User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fernan Aguero References: <20050310175350.GI27364@iib.unsam.edu.ar> <42308D4B.6050604@chillt.de> <20050310183103.GL27364@iib.unsam.edu.ar> In-Reply-To: <20050310183103.GL27364@iib.unsam.edu.ar> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: maho@freebsd.org cc: openoffice@freebsd.org Subject: Re: OOo-1.1.4 for FreeBSD.4x? 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: Thu, 10 Mar 2005 18:57:01 -0000 > What I don't quite understand is what might break by using > the rtld patch ... the OO build? or might it interfere with the > running and/or building of other ports/programs? Technically, nothing should break. For all the applications that worked before, rtld should behave just like it did. Only in the case that there is no _end symbol, rtld now should work whereas before, it barfed. But if something happens to go wrong - that is, if the patch has some unexpected side effect and misbehaves somewhere, this could well break your other apps, because the dynamic linker is such an important part of the system. However, the patch has been in 4-STABLE since 25th February and in DragonflyBSD CVS since 4th February and nobody seems to have complained so far. So, your chances of this working are good - but if all hell breaks lose and your system stops working, don't say you haven't been warned ;). - Bartosz From owner-freebsd-openoffice@FreeBSD.ORG Thu Mar 10 23:27:36 2005 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 7519716A4CE for ; Thu, 10 Mar 2005 23:27:36 +0000 (GMT) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C891543D4C for ; Thu, 10 Mar 2005 23:27:35 +0000 (GMT) (envelope-from kwlogical@bellsouth.net) Received: from [127.0.0.1] ([216.78.218.9]) by imf18aec.mail.bellsouth.net (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP id <20050310232735.OSCM7187.imf18aec.mail.bellsouth.net@[127.0.0.1]> for ; Thu, 10 Mar 2005 18:27:35 -0500 Message-ID: <4230D7E5.8020101@bellsouth.net> Date: Thu, 10 Mar 2005 18:27:33 -0500 From: Logical- User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Openoffice 1.1.4 FreeBSD 5.3 Benchmark Build 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: Thu, 10 Mar 2005 23:27:36 -0000 Just finished a OOo 1.1.4 build, here are the results: Date: 2005-03-10 Comment: Clean install. ===ooo-buildbench.sh output=== FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2393.20-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbff real memory = 536805376 (511 MB) avail memory = 515629056 (491 MB) ACPI APIC Table: ioapic0 irqs 0-23 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface no cache build 6h31m14.36s real 4h51m30.23s user 41m51.79s sys full cache build 1h44m37.13s real 50m9.29s user 31m6.87s sys OOo version 1.1.4 uname FreeBSD accord.bsdlogical.us 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:1 9:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 ===end=== Thanks, let me know if there's anything else I can do. -bsdlogical