From owner-freebsd-openoffice Sun Oct 27 15:31:43 2002 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 3BE4F37B401 for ; Sun, 27 Oct 2002 15:31:42 -0800 (PST) Received: from ns1.rwwa.com (ns1.rwwa.com [66.92.67.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4073E43E42 for ; Sun, 27 Oct 2002 15:31:41 -0800 (PST) (envelope-from witr@rwwa.com) Received: from rwwa.com (harvey.rwwa.com [192.124.97.11]) by ns1.rwwa.com (Postfix) with ESMTP id C7A9D32C4 for ; Sun, 27 Oct 2002 18:31:39 -0500 (EST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 X-Exmh-Isig-CompType: comp X-Exmh-Isig-Folder: wine-users To: openoffice@FreeBSD.org Subject: parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" Mime-Version: 1.0 Content-Type: text/plain Date: Sun, 27 Oct 2002 18:31:39 -0500 From: Robert Withrow Message-Id: <20021027233139.C7A9D32C4@ns1.rwwa.com> 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: I get this error when building OO 1.0.1_4 from the port on FreeBSD 4.7R (this has also been reported on CURRENT): ============= Building project idlc ============= /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source ------------------------------ Making: ../unxfbsd.pro/misc/parser.cxx parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" parser.yy:1018.2-1025.9: invalid $ value parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.11: invalid $ value parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type parser.yy:1018.2-1029.37: invalid $ value parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.38: invalid $ value parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type parser.yy:1018.2-1032.43: invalid $ value parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type parser.yy:1018.2-1036.11: invalid $ value parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action dmake: Error code 1, while making '../unxfbsd.pro/misc/parser.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/editors/openoffice. In fact, it appears that parser.yy is faulty at line 1000. Adding a semicolon here and continuing gets rid of the first error. I can't get rid of the second one starting at line 1703... Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Oct 27 15:37:50 2002 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 E8CCE37B401 for ; Sun, 27 Oct 2002 15:37:49 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE92343E42 for ; Sun, 27 Oct 2002 15:37:48 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9RNblW0053679; Mon, 28 Oct 2002 00:37:47 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9RNbl752036513; Mon, 28 Oct 2002 00:37:47 +0100 (MEZ) Date: Mon, 28 Oct 2002 00:38:43 +0100 (CET) From: Martin Blapp To: Robert Withrow Cc: Subject: Re: parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" In-Reply-To: <20021027233139.C7A9D32C4@ns1.rwwa.com> Message-ID: <20021028003750.V5019-100000@levais.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, > parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" > parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action > Stop in /usr/ports/editors/openoffice. > > In fact, it appears that parser.yy is faulty at line 1000. Adding a semicolon > here and continuing gets rid of the first error. I can't get rid of the second > one starting at line 1703... > I'm not able to reproduce it. Do you have a new bison version installed ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Sun Oct 27 15:49:17 2002 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 A247F37B401 for ; Sun, 27 Oct 2002 15:49:16 -0800 (PST) Received: from ns1.rwwa.com (ns1.rwwa.com [66.92.67.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3837543E42 for ; Sun, 27 Oct 2002 15:49:16 -0800 (PST) (envelope-from witr@rwwa.com) Received: from rwwa.com (harvey.rwwa.com [192.124.97.11]) by ns1.rwwa.com (Postfix) with ESMTP id 758D332C4; Sun, 27 Oct 2002 18:49:15 -0500 (EST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Martin Blapp Cc: openoffice@FreeBSD.ORG Subject: Re: parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" In-Reply-To: Your message of "Mon, 28 Oct 2002 00:38:43 +0100." <20021028003750.V5019-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 27 Oct 2002 18:49:15 -0500 From: Robert Withrow Message-Id: <20021027234915.758D332C4@ns1.rwwa.com> 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 mb@imp.ch said: :-I'm not able to reproduce it. Do you have a new bison version :-installed ? <~># pkg_info | grep -i bison bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc --------------------------------------------------------------------- Robert Withrow, R.W. Withrow Associates, Swampscott MA, witr@rwwa.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Mon Oct 28 1:30:20 2002 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 3B13C37B401 for ; Mon, 28 Oct 2002 01:30:19 -0800 (PST) Received: from trifork.kievweb.net.ua (trifork-v0.kievweb.net.ua [195.177.68.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A4E43E42 for ; Mon, 28 Oct 2002 01:30:17 -0800 (PST) (envelope-from root@trifork.kievweb.net.ua) Received: from trifork.kievweb.net.ua (localhost [127.0.0.1]) by trifork.kievweb.net.ua (8.12.6/8.12.6) with ESMTP id g9S9UEYT012277 for ; Mon, 28 Oct 2002 11:30:14 +0200 (EET) (envelope-from root@trifork.kievweb.net.ua) Received: (from root@localhost) by trifork.kievweb.net.ua (8.12.6/8.12.6/Submit) id g9S9UERP012276 for openoffice@freebsd.org; Mon, 28 Oct 2002 11:30:14 +0200 (EET) Date: Mon, 28 Oct 2002 11:30:14 +0200 (EET) From: Charlie Root Message-Id: <200210280930.g9S9UERP012276@trifork.kievweb.net.ua> To: openoffice@freebsd.org Subject: openoffice port fails to build 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 Hello people, freshly fetched OO port says while building: ------------------------------ Making: ../unxfbsd.pro/misc/parser.cxx parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" parser.yy:1018.2-1025.9: invalid $ value parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.11: invalid $ value parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type parser.yy:1018.2-1029.37: invalid $ value parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.38: invalid $ value parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type parser.yy:1018.2-1032.43: invalid $ value parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type parser.yy:1018.2-1036.11: invalid $ value parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action dmake: Error code 1, while making '../unxfbsd.pro/misc/parser.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/russian/openoffice/work/oo_1 .0.1_src/idlc/source dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/russian/openoffice. What am I doing wrong? WBR, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Mon Oct 28 6:37:20 2002 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 3556537B401 for ; Mon, 28 Oct 2002 06:37:19 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFB343E3B for ; Mon, 28 Oct 2002 06:37:17 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9SEbEW0005590; Mon, 28 Oct 2002 15:37:14 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9SEbD752050668; Mon, 28 Oct 2002 15:37:14 +0100 (MEZ) Date: Mon, 28 Oct 2002 15:38:09 +0100 (CET) From: Martin Blapp To: Charlie Root Cc: Subject: Re: openoffice port fails to build In-Reply-To: <200210280930.g9S9UERP012276@trifork.kievweb.net.ua> Message-ID: <20021028153710.B5019-100000@levais.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, Just fixed in cvs. You seem to have a installed bison in /usr/local/bin which is stricter in syntax. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +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 Mon Oct 28 9:36:50 2002 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 5932F37B401 for ; Mon, 28 Oct 2002 09:36:49 -0800 (PST) Received: from trifork.kievweb.net.ua (trifork-v0.kievweb.net.ua [195.177.68.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B463D43E75 for ; Mon, 28 Oct 2002 09:36:46 -0800 (PST) (envelope-from stesin@kievweb.net.ua) Received: from trifork.kievweb.net.ua (localhost [127.0.0.1]) by trifork.kievweb.net.ua (8.12.6/8.12.6) with ESMTP id g9SHahS3020338; Mon, 28 Oct 2002 19:36:43 +0200 (EET) (envelope-from stesin@kievweb.net.ua) Received: from localhost (stesin@localhost) by trifork.kievweb.net.ua (8.12.6/8.12.6/Submit) with ESMTP id g9SHagob020335; Mon, 28 Oct 2002 19:36:42 +0200 (EET) X-Authentication-Warning: trifork.kievweb.net.ua: stesin owned process doing -bs Date: Mon, 28 Oct 2002 19:36:42 +0200 (EET) From: Andrew Stesin To: Martin Blapp Cc: openoffice@freebsd.org, Subject: Re: openoffice port fails to build In-Reply-To: <20021028153710.B5019-100000@levais.imp.ch> Message-ID: <20021028193354.Y20319-100000@trifork.kievweb.net.ua> 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 Martin, thanks a lot. Yes you are correct: when upgrading ports, ``portupgrade -a'' also fetched and installed root@trifork:~# bison --version bison (GNU Bison) 1.75 Written by Robert Corbett and Richard Stallman. which got into ports recently. I didn't even mentioned. Thanks once again, Andrew On Mon, 28 Oct 2002, Martin Blapp wrote: > Hi, > > Just fixed in cvs. You seem to have a installed bison in > /usr/local/bin which is stricter in syntax. > > Martin > > Martin Blapp, > ------------------------------------------------------------------ > ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH > Phone: +41 061 826 93 00: +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 Mon Oct 28 16: 4:55 2002 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 07BDF37B404; Mon, 28 Oct 2002 16:04:55 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD4F343E4A; Mon, 28 Oct 2002 16:04:54 -0800 (PST) (envelope-from pat@FreeBSD.org) Received: from freefall.freebsd.org (pat@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9T04sx3039792; Mon, 28 Oct 2002 16:04:54 -0800 (PST) (envelope-from pat@freefall.freebsd.org) Received: (from pat@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9T04sMJ039788; Mon, 28 Oct 2002 16:04:54 -0800 (PST) Date: Mon, 28 Oct 2002 16:04:54 -0800 (PST) From: Patrick Li Message-Id: <200210290004.g9T04sMJ039788@freefall.freebsd.org> To: pat@FreeBSD.org, freebsd-ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/44511: openoffice-devel won't build 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 Synopsis: openoffice-devel won't build Responsible-Changed-From-To: freebsd-ports->openoffice Responsible-Changed-By: pat Responsible-Changed-When: Mon Oct 28 16:04:41 PST 2002 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=44511 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Oct 29 1:22:16 2002 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 57F3737B401 for ; Tue, 29 Oct 2002 01:22:15 -0800 (PST) Received: from trifork.kievweb.net.ua (trifork-v0.kievweb.net.ua [195.177.68.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19BCC43E3B for ; Tue, 29 Oct 2002 01:22:13 -0800 (PST) (envelope-from root@trifork.kievweb.net.ua) Received: from trifork.kievweb.net.ua (localhost [127.0.0.1]) by trifork.kievweb.net.ua (8.12.6/8.12.6) with ESMTP id g9T9M5S3079131 for ; Tue, 29 Oct 2002 11:22:05 +0200 (EET) (envelope-from root@trifork.kievweb.net.ua) Received: from localhost (root@localhost) by trifork.kievweb.net.ua (8.12.6/8.12.6/Submit) with ESMTP id g9T9M5CU079128 for ; Tue, 29 Oct 2002 11:22:05 +0200 (EET) Date: Tue, 29 Oct 2002 11:22:05 +0200 (EET) From: Charlie ROOT To: openoffice@freebsd.org Subject: Still fails to build... :( Message-ID: <20021029112122.Y79122-100000@trifork.kievweb.net.ua> 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 ============= Building project idlc ============= /usr/ports/russian/openoffice/work/oo_1.0.1_src/idlc/source/preproc ------------- /usr/ports/russian/openoffice/work/oo_1.0.1_src/idlc/source ------------------------------ Making: ../unxfbsd.pro/misc/parser.cxx parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" parser.yy:1018.2-1025.9: invalid $ value parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.11: invalid $ value parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type parser.yy:1018.2-1029.37: invalid $ value parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.38: invalid $ value parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type parser.yy:1018.2-1032.43: invalid $ value parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type parser.yy:1018.2-1036.11: invalid $ value parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action dmake: Error code 1, while making '../unxfbsd.pro/misc/parser.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/russian/openoffice/work/oo_1.0.1_src/idlc/source dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 Stop in /usr/ports/russian/openoffice. -------------------------------------------------------- # New ports collection makefile for: OpenOffice # Date created: 28 Februar 2002 # Whom: Martin Blapp # # $FreeBSD: ports/editors/openoffice/Makefile,v 1.135 2002/10/26 14:23:31 demon Exp $ # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Oct 29 12:29:37 2002 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 48B7837B401 for ; Tue, 29 Oct 2002 12:29:35 -0800 (PST) Received: from list.ru (pax2-124.cis.ru [212.109.194.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 95D3F43E4A for ; Tue, 29 Oct 2002 12:29:29 -0800 (PST) (envelope-from 9btb1@list.ru) From: "Your IE Toolbar" <9btb1@list.ru> To: Subject: Get Your IE Toolbar! Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 30 Oct 2002 02:28:10 +0600 Reply-To: "Your IE Toolbar" <9btb1@list.ru> Content-Transfer-Encoding: 8bit Message-Id: <20021029202929.95D3F43E4A@mx1.FreeBSD.org> 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 Make your customers and visitors always have the link to your site on their Explorer toolbar. Custom Toolbars increase your ability to market your site anywhere within millions of Internet browsers and takes only seconds to install. Custom IE Toolbar with unlimited menu items - 200$US! Advanced IE Toolbar with Update Module - 400$US! Unlimited IE Toolbar features with the plain rate of 20$US p/h for programming! http://www.besttoolbars.net You may distribute your Toolbar to your Web site visitors, employees, etc. This provides quick access to your Web site and other useful links you find appropriate for those who would download your Toolbar. If you're a business owner, use your company custom IE Toolbar to make your team share common Web resources. If you're working on several computers (home, office, etc.) you can have an IE Toolbar that will store all your "favorites" on the server. That means, that you will never ever have to update your favorite links again and again on all your computers - you can do it just once! Features: - One-click access to your website and pages through an always-present browser toolbar - Personal Buttons, Dynamic Buttons and Menus Items to IE Toolbar - Customizable search features/ Integrated Search Engines - Live News Feeds - Custom Icons and Superb Branding - Instant Messaging Broadcasting to Users - Instantly deploy new web products remotely on customer's desktops and make them immediately usable. - Targeted and Non-Targeted Marketing - and much much more... Order online at http://www.besttoolbars.net Please feel free to contact me 9btb1@list.ru Your e-mail was taken from a public place. There is no need to unsubscribe as it's one time mailing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Tue Oct 29 17:57:13 2002 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 A2D5F37B401 for ; Tue, 29 Oct 2002 17:57:12 -0800 (PST) Received: from kashmir.etowns.net (dsl-65-184-96-65.telocity.com [65.184.96.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E36D543E3B for ; Tue, 29 Oct 2002 17:57:06 -0800 (PST) (envelope-from somebody@kashmir.etowns.net) Received: from hurd1.kashmir.etowns.net (hurd1 [192.168.0.41]) by kashmir.etowns.net (8.12.6/8.12.6) with ESMTP id g9U1v5aW002707 for ; Tue, 29 Oct 2002 17:57:05 -0800 (PST) (envelope-from somebody@kashmir.etowns.net) Received: (from somebody@localhost) by hurd1.kashmir.etowns.net (8.12.6/8.12.6/Submit) id g9U1v3AO029825 for openoffice@freebsd.org; Tue, 29 Oct 2002 17:57:03 -0800 (PST) Date: Tue, 29 Oct 2002 17:57:03 -0800 From: ANYBODY To: openoffice@freebsd.org Subject: kernel: pid ### (soffice.bin) uid *, exited on signal 6 Message-ID: <20021030015703.GA29679@hurd1.kashmir.etowns.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i 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, I am running current cvsuped oct 25th. Since building and installing openoffice takes too much time and disk space so I downloaded the binaries from the openoffice.org web page. After carefully checking all the dependencies and installing the openoffice. I fired it I get the initial splash screen and then it suddenly crashes "unrecoverable error" on the console I saw the following message: kernel: pid ### (soffice.bin) uid *, exited on signal 6 is anybody successfully running openoffice in current? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 5: 5:57 2002 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 8008D37B401 for ; Wed, 30 Oct 2002 05:05:46 -0800 (PST) Received: from smtp7.jaring.my (smtp7.jaring.my [61.6.32.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D0E43E42 for ; Wed, 30 Oct 2002 05:05:44 -0800 (PST) (envelope-from kaeru@pd.jaring.my) Received: from j57.crc22.jaring.my (j57.crc22.jaring.my [61.6.159.71]) by smtp7.jaring.my (8.11.4/8.11.4) with ESMTP id g9UD5bO25936 for ; Wed, 30 Oct 2002 21:05:38 +0800 (MYT) Subject: Problem building OpenOffice 1.0.1_4from ports From: Khairil Yusof To: openoffice@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ELw6qBDeTXKzNJFmGym8" X-Mailer: Ximian Evolution 1.0.8 Date: 30 Oct 2002 21:05:13 +0800 Message-Id: <1035983116.49822.838.camel@daemon.localhost> Mime-Version: 1.0 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 --=-ELw6qBDeTXKzNJFmGym8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable My openoffice build keeps on failing at this point below every time. I managed to build 1.0.1_3 a few weeks ago. CFLAGS =3D -O -pipe CXXFLAGS+=3D -fmemoize-lookups -fsave-memoized =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Building project idlc =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source/preproc ------------- /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source ------------------------------ Making: ../unxfbsd.pro/misc/parser.cxx parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" parser.yy:1018.2-1025.9: invalid $ value parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.11: invalid $ value parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type parser.yy:1018.2-1029.37: invalid $ value parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.38: invalid $ value parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type parser.yy:1018.2-1032.43: invalid $ value parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type parser.yy:1018.2-1036.11: invalid $ value parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action dmake: Error code 1, while making '../unxfbsd.pro/misc/parser.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 ------------- uname ------------- uname -a FreeBSD daemon.localhost 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 17:15:15 MYT 2002 ------------- pkginfo ------------ All dependencies + ports tree are up to date. ImageMagick-5.5.1.1 Image processing tools (interactive optional--misc/display=20 Mesa-3.4.2_2 A graphics library similar to SGI's OpenGL ORBit-0.5.17 High-performance CORBA ORB with support for the C language ORBit2-2.4.3 High-performance CORBA ORB with support for the C language Sablot-0.96_2 XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2 XFree86-4.2.0_1,1 X11/XFree86 core distribution (complete, using mini/meta-po XFree86-FontServer-4.2.0_1 XFree86-4 Font Server XFree86-NestServer-4.2.1_1 XFree86-4 Xnest server XFree86-PrintServer-4.2.1_1 XFree86-4 print Server XFree86-Server-4.2.1_5 XFree86-4 X server and related programs XFree86-VirtualFramebufferServer-4.2.1_1 XFree86-4 Virtual Framebuffer Server XFree86-aoutlibs-3.3.6.9 XFree86 a.out compatibility libraries XFree86-clients-4.2.1_2 XFree86-4 Client environments XFree86-documents-4.2.0 XFree86-4 Document Files XFree86-font100dpi-4.2.0 XFree86-4 bitmap 100 dpi fonts XFree86-font75dpi-4.2.0 XFree86-4 bitmap 75 dpi fonts XFree86-fontCyrillic-4.2.0_4 XFree86-4 Cyrillic Fonts XFree86-fontDefaultBitmaps-4.2.0 XFree86-4 default bitmap fonts XFree86-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files XFree86-libraries-4.2.1_2 XFree86-4 include/(shared) library kit Xaw3d-1.5 A 3-D Athena Widget set that looks like Motif aalib-1.4.r5_1 An ascii art library acroread-5.06_1 View, distribute and print PDF documents apache-1.3.27 The extremely popular Apache http server. Very fast, very=20 aspell-0.50.2 Spelling checker with better suggestion logic than ispell atk-1.0.3 A GNOME accessibility toolkit (ATK) autoconf-2.53_1 Automatically configure source code on many Un*x platforms autoconf213-2.13.000227_4 Automatically configure source code on many Un*x platforms=20 automake-1.5,1 GNU Standards-compliant Makefile generator automake14-1.4.5_8 GNU Standards-compliant Makefile generator (legacy version=20 autotrace-0.30.5 Convert bitmap to vector graphics bash-2.05b.004 The GNU Bourne Again Shell bison-1.75 A parser generator from FSF, (mostly) compatible with Yacc bonobo-1.0.21_1 The component and compound document system for GNOME bonobo-activation-1.0.3 An object activation framework for GNOME 2.0 bonobo-conf-0.16 Bonobo configuration moniker bugbuddy2-2.2.0 A bug reporting tool for GNOME 2.0 calamaris-2.52 A perl script to produce statistics out of Squid log files cclient-2001a,1 Mark Crispen's C-client mail access routines celestia-1.2.4 Scriptable space flight simulator for X cups-base-1.1.15.1_4 The Common UNIX Printing System curl-7.9.8 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsbook-1.21 A tutorial and reference for CVS cvsup-without-gui-16.1f General network file distribution system optimized for CVS=20 db3-3.3.11,1 The Berkeley DB package, revision 3 docbook-xml-4.2 XML version of the DocBook DTD docbook-xsl-1.55.0 XSL DocBook stylesheets dri-devel-20021008_1 Unstable DRI (3d HW OpenGL acceleration) drivers for some c drm-kmod-0.9.6 A FreeBSD kernel modules for 3d acceleration with the DRI eel2-2.0.7 Generally useful classes and extensions to GNOME electricsheep-2.1 A nice distributed screensaver eog2-1.0.3 The Eye Of Gnome image viewer eperl-2.2.14 Embedded Perl 5 Language esound-0.2.29 A sound library for enlightenment package evolution-1.0.8 An integrated mail, calendar and address book distributed s expat-1.95.5 XML 1.0 parser written in C fastest_cvsup-0.2.8 Finds fastest CVSup server firebird-1.0 The open-source InterBase(tm) 6.0 spin-off (Classic version flashplugin-mozilla-0.4.10_1 A GPL standalone Flash (TM) plugin for Mozilla web browser freetds-0.60_1 Sybase/Microsoft TDS protocol library freetype-1.3.1_2 A free and portable TrueType font rendering engine freetype2-2.1.2_1 A free and portable TrueType font rendering engine frontline-0.5.1 An autotrace GUI FRONTend like streamLINE(TM) g-wrap-1.1.11 A tool for exporting C libraries into Scheme interpreters gail-0.17 An implementation of the ATK interfaces for GTK+ widgets gal-0.19.3 A collection of widgets taken from GNOME gnumeric and evolu gcc-3.1.1_20020909 GNU Compiler Collection 3.1 (inprogress version) gconf-1.0.9_2 A configuration database system for GNOME gconf-editor-0.3.1 A gconf database editor for the GNOME 2.0 environment gconf2-1.2.1 A configuration database system for GNOME gd-1.8.4_6 A graphics library for fast image creation gd-2.0.1_3 A graphics library for fast creation of images gdbm-1.8.0 The GNU database manager gdchart-0.11.2 Easy to use, fast C API for creating charts and graphs gdk-pixbuf-0.21.0 A graphic library for GTK+ gdm2-2.4.0.11_4 GNOME 2.0 version of xdm display manager gedit2-2.0.5 A small but powerful text editor for Gnome 2.0 Desktop Envi gettext-0.11.5_1 GNU gettext package ghostscript-gnu-7.05_3 GNU Postscript interpreter gimp-1.2.3_2,1 the GNU Image Manipulation Program glade2-1.1.2 A user interface builder for GTK+/GNOME gle-3.0.3 A GL Tubing and Extrusion Library glib-1.2.10_7 Some useful routines of C programming (previous stable vers glib-2.0.6 Some useful routines of C programming (current stable versi glibwww-0.2_1 A library for people wanting to use libwww with gtk/gnome gmake-3.80 GNU version of 'make' utility gnet-1.1.4 A simple network library built upon Glib gnome2-2.0_4 The "meta-port" for the GNOME 2.0 integrated X11 desktop gnomeapplets2-2.0.3_1 Applets components for the Gnome 2.0 Desktop Environment gnomeaudio-1.4.0 Sound files for use with GNOME gnomecanvas-0.21.0 A graphics library for GNOME gnomecontrolcenter2-2.0.2.91 Control center for GNOME 2.0 project gnomedb-0.2.96_1 Provide uniform access to data sources for the GNOME enviro gnomedesktop-2.0.9 Additional UI API for GNOME 2.0 gnomegames2-2.0.4 The game applications package for the Gnome 2.0 Desktop Env gnomehier-1.0_3 An utility port, installing hierarchy of common GNOME direc gnomelibs-1.4.2_1 Libraries for GNOME, a GNU desktop environment gnomemedia2-2.0.2.5 Multimedia applications for the GNOME 2.0 desktop gnomemimedata-2.0.1_1 A MIME and Application database for GNOME gnomepanel-2.0.10 Panel component for the GNOME 2.0 Desktop gnomepilot-0.1.67 3Com PalmPilot conduit system for GNOME gnomepilot-conduits-0.9 Additional conduits for gnome-pilot gnomeprint-0.37 Gnome print support library gnomesession-2.0.8 Session component for the GNOME 2.0 desktop gnomespell-0.4.1_1 A GNOME/Bonobo component for spell checking gnomesystemmonitor-2.0.2 GNOME 2.0 system monitor program gnometerminal-2.0.1 Terminal component for the GNOME 2.0 Desktop gnomeuserdocs2-2.0.1 GNOME 2.0 users guide gnomeutils2-2.0.5,1 GNOME 2.0 support utilities gnomevfs-1.0.5_4 GNOME Virtual File System gnomevfs2-2.0.4 GNOME Virtual File System gnucash-1.6.8 Quicken-like money and finace manager gnupg-1.2.1 The GNU Privacy Guard gob-1.0.12 A preprocessor for making GTK+ objects with inline C gpa-0.4.3 This is a graphical frontend for the GNU Privacy Guard gtk-1.2.10_8 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.0.6 Gimp Toolkit for X11 GUI (current stable version) gtk-engines-0.12_2 Theme engine for gtk+ toolkits gtk-engines2-1.9.0 Theme engine for the gtk+-2.0 toolkit gtkglarea-1.2.2_1 An OpenGL widget for the GTK+ GUI toolkit gtkhtml-1.0.4_1 Lightweight HTML rendering/printing/editing engine gtkmm-1.2.8_1 C++ wrapper for gtk, a x11 graphics library gtkspell2-2.0.2_1 A GTK+ 2 spell checking component guile-1.4.1_2 GNU's Ubiquitous Intelligent Language for Extension guile-gtk-0.20_1 Guile binding library for GTK+ guppi-0.40.3_1 A ploting program for GNOME hdf-4.1r5 Hierarchical Data Format library (from NCSA) help2man-1.26 Automatically generating simple manual pages from program o icc-6.0.1.304_1 Intels C/C++ compiler, set up to produce native FreeBSD obj imake-4.2.0_1 Imake and other utilities from XFree86 imlib-1.9.14_1 A graphic library for enlightenment package imlib2-1.0.6_1 The next generation graphic library for enlightenment packa intltool-0.22 Xml internationalization support for GNOME, and others ispell-3.2.06_2 An interactive spelling checker for multiple languages ja-Canna-3.5b2_4 Kana-Kanji conversion system ja-Wnn7-lib-98.10.28 Include files and a library of Wnn6 ja-kinput2-canna+sj3+wnn7-3.1.b2 Input server of Japanese text (Canna+SJ3+Wnn7) ja-sj3-2.0.1.20_1 A Japanese input method jasper-1.500.4 An implementation of the codec specified in the JPEG-2000 s javavmwrapper-1.4 Wrapper script for various Java Virtual Machines jbigkit-1.4 Lossless compression for bi-level images such as scanned pa jdk-1.3.1p7_1 Java Development Kit 1.3 jpeg-6b_1 IJG's jpeg compression utilities lame-3.92 ISO code based fast MP3 encoder kit lcms-1.08 Light Color Management System -- a color management library libIDL-0.8.0 A library for creating trees of CORBA Interface Definition=20 libao-esound-0.8.3_1 Portable audio output library libart_lgpl2-2.3.10 Library for high-performance 2D graphics libast-0.5 A library of assorted spiffy things libaudiofile-0.2.3 A sound library for SGI audio file libbonobo-2.0.1 A component and compound document system for GNOME2 libbonoboui-2.0.3.2 GUI frontend to the libbonobo component of GNOME2 libcapplet-1.4.0.5 A library for writing custom applets for GNOME Control Cent libesmtp-1.0rc1 A library for posting electronic mail libflash-0.4.10 GPL Flash (TM) Library libfpx-1.2.0.4_1 Library routines for working with Flashpix images libgda-0.2.96_1 Provides uniform access to different kinds of data sources libgda2-0.8.199 Provides uniform access to different kinds of data sources libghttp-1.0.9 GNOME http client library libglade-0.17_2 GNOME glade library libglade2-2.0.1 GNOME glade library libgnome-2.0.5 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.0.4 A graphics library for GNOME libgnomedb-0.8.199 Library components for the GNOME database frontend libgnomeprint-1.116.1 Gnome print support library libgnomeprintui-1.116.0 Gnome print support library libgnomeui-2.0.5 Libraries for the GNOME GUI, a GNU desktop environment libgnugetopt-1.2 GNU getopt library libgtkhtml-2.0.2 Lightweight HTML rendering/printing/editing engine libgtop2-2.0.0_2 GNOME 2.0 top library libiconv-1.8_2 A character set conversion library libmcal-0.6_2 Modular Calendar Access Library libmcrypt-2.5.3 Multi-cipher cryptographic library (used in PHP3) libmikmod-esound-3.1.10 MikMod Sound Library libmng-1.0.3 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.2.1_1 A free library for decoding mpeg-2 and mpeg-1 video streams libogg-1.0_1,3 Ogg bitstream library libole2-0.2.4 Support library for OLE functions (MS-Excel) for gnumeric libpanel-1.4.2 A library for writing custom applets for GNOME Panel librep-0.16.1_1 An Emacs Lisp like runtime library librsvg-1.0.3_1 Library for parsing and rendering SVG vector-graphic files librsvg2-2.0.1 Library for parsing and rendering SVG vector-graphic files libsigc++-1.0.4 Callback Framework for C++ libtool-1.3.4_4 Generic shared library support script libungif-4.1.0b1 Tools and library routines for working with GIF images libunicode-0.4_3 A library for manipulating Unicode characters and strings libusb-0.1.6a Library giving userland programs access to USB devices libvorbis-1.0_1,3 Audio compression codec library libwmf-0.2.6 Tools and library for converting microsoft's wmf (windows m libwnck-0.17 Library used for writing pagers and taskslists libwww-5.4.0 The W3C Reference Library libxml-1.8.17_1 Xml parser library for GNOME libxml2-2.4.26 Xml parser library for GNOME libxslt-1.0.22 The XSLT C library for GNOME libzvt-2.0.1 Library components for Zed's Virtual Terminal linc-0.5.3 A library for writing networked servers & clients linux-realplayer-8.cs2 Linux RealPlayer 8.0 from RealNetworks linux-sun-jdk-1.3.1.05_1 Sun Java Development Kit 1.3 for Linux linux_base-7.1_1 The base set of packages needed in Linux mode linux_devtools-6.1 Packages needed for doing development in Linux mode linux_mesa-3.4.2_1 A graphics library similar to SGI's OpenGL, used from Linux m4-1.4_1 GNU's m4 mad-esound-0.14.2b_2 High-quality MPEG audio decoder man2html-3.0.1 Convert nroff(1) man pages to HTML metacity-2.4.2 A window manager for the adult in you metacity-setup-0.7.1_1 A graphical configurator tool for the metacity window manag metatheme2-0.9.7 An utility for managing "theme sets" that accomodate gtk, w mhash-0.8.14 Library provides an easy way to access strong hashes such a ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many languages=20 mkcatalog-1.1 A maintainance utility for sgml catalog files mod_php4-4.2.3 PHP4 module for Apache mozilla-1.1_1,2 The open source, standards compliant web browser mpeg_lib-1.3.1 A collection of C routines to decode MPEG movies mpg321-0.2.10_2 A free command-line mp3 player, compatible with mpg123 mplayer-fonts-0.50 A font pack for the mplayer OSD and SUB mplayer-gtk-0.90.0.8_2 High performance media player that supports many formats mplayer-skins-1.0.3 Skins for MPlayer's Graphical User Interface (GUI) mysql-client-3.23.53 Multithreaded SQL database (client) mysql-server-3.23.52_1 Multithreaded SQL database (server) nasm-0.98.33,1 General-purpose multi-platform x86 assembler nautilus-gtkhtml-0.3.2_1 A simple NautilusView component for displaying html files i nautilus2-2.0.7 GNOME file manager and graphical shell developed by Eazel netpbm-10.11 A toolkit for conversion of images between different format nspr-4.2 A platform-neutral API for system level and libc like funct nss-3.4.2 A set of libraries to support development of security-enabl ntop-2.0.99.r2_2 Network monitoring tool with command line and web interface oaf-0.6.10_1 Object Activation Framework for GNOME open-motif-2.2.2_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-2.0.25_2 Open source LDAP client and server software p5-DBI-1.28 The perl5 Database Interface. Required for DBD::* modules p5-Data-ShowTable-3.3 Perl5 module to pretty-print arrays of data p5-Date-Manip-5.40 Perl5 module containing date manipulation routines p5-Digest-MD5-2.20 Perl5 interface to the MD5 algorithm p5-Finance-Quote-1.07 Get stock and mutual fund quotes from various exchanges p5-HTML-0.6 Perl5 module for writing HTML documents p5-HTML-Parser-3.26 Perl5 module for parse HTML tag p5-HTML-TableExtract-1.08 Extract text contained in tables within an HTML document p5-HTML-Tagset-3.03 Some useful data table in parsing HTML p5-MIME-Base64-2.12 Perl5 module for Base64 and Quoted-Printable encodings p5-Mysql-modules-1.2216 Perl5 modules for accessing MySQL databases p5-Net-1.11,1 Perl5 modules to access and use network protocols p5-Net-Daemon-0.36 Perl5 extension for portable daemons p5-PlRPC-0.2016 Perl module for writing RPC servers and clients p5-Storable-2.04 Persistency for perl data structures p5-Test-Simple-0.47 Basic utilities for writing tests in perl p5-Time-HiRes-1.36,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.22 Perl5 interface to Uniform Resource Identifier (URI) refere p5-libwww-5.65_1 Perl5 library for WWW access pan2-0.13.1_1 Threaded GNOME 2 newsreader based on Agent for Windows pango-1.0.5 An open-source framework for the layout and rendering of i1 pcre-3.9 Perl Compatible Regular Expressions library pdflib-4.0.3 A C library for dynamically generating PDF pilot-link-0.11.4 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.13.0 An utility used to retrieve information about installed lib plotutils-2.4.1 A plotting library and toolkit png-1.2.5 Library for manipulating PNG images popt-1.6.4 A getopt(3) like library with a number of enhancements, fro portupgrade-20020921.1 Very powerful FreeBSD ports/packages upgrading tool and mor postgresql-7.2.3 The most advanced open-source database available anywhere psiconv-0.8.3 A conversion utility to convert Psion 5(MX) files into othe pstoedit-3.32_1 Convert PostScript to other vector graphic formats pth-1.4.1_1 GNU Portable Threads py22-expat-2.2.2_2 Python interface to the Expat XML parser py22-numeric-21.0 The Numeric Extension to Python python-2.2.2 An interpreted object-oriented programming language rep-gtk2-0.16,1 GTK+ binding for rep Lisp interpreter rpm-3.0.6_6 The Red Hat Package Manager rsync-2.5.5_1 A network file distribution/synchronization utility ruby-1.6.7.2002.09.12 An object-oriented interpreted scripting language ruby-bdb1-0.1.7 Ruby interface to Berkeley DB revision 1.8x with full featu ruby-shim-ruby18-1.7.3.2002.09.20 A set of Ruby modules to provide Ruby 1.8 functionalities sane-backends-1.0.8 API for access to scanners, digitals camera, frame grabbers sane-frontends-1.0.8 Tools for access to scanners, digitals camera, frame grabbe sawfish2-2.0,1 Lisp configurable window manager scintilla-1.44 A full-featured free source code editing component for GTK+ scrollkeeper-0.3.11_4,1 An Open Document Cataloging Project sdl-1.2.4_1 Cross-platform multi-media development API (developm. vers. sdl_mixer-1.2.4_1 A sample multi-channel audio mixer library sdocbook-xml-4.1.2.5 "Simplified" DocBook XML DTD sed_inplace-2002.10.19 A modified version of the sed(1) which can do in-place edit slib-2d1_2 A portable scheme library for all standard scheme implement smpeg-0.4.4 A free MPEG1 video player library with sound support sodipodi-0.27 A small vector based drawing program with GNOME libraries sox-12.17.3_1 SOund eXchange - universal sound sample translator squid-2.4_10 The successful WWW proxy cache and accelerator svgalib-1.4.2_1 A low level console graphics library swig-1.1p5_8 Simplified Wrapper and Interface Generator t1lib-1.3.1 A Type 1 Rasterizer Library for UNIX/X11 tcl-8.3.4_4 Tool Command Language tiff-3.5.7 Tools and library routines for working with TIFF images timidity++-esound-2.11.3 Software MIDI player tk-8.3.4_3 Graphical toolkit for TCL tuxracer-0.61 A 3d penguin racing game using OpenGL unzip-5.50 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X vim-6.1.231 Vi "workalike", with many additional features webalizer-2.1.10_1 A web server log file analysis program weblint-1.020 HTML validator and sanity checker wget-1.8.2_1 Retrieve files from the 'net via HTTP and FTP win32-codecs-011002.0.0.60 Huge compilation of Win32 binary codecs, including MPEG-4(D wrapper-1.0_2 Wrapper for XFree86-4 server xchat2-1.9.3 An X11 IRC client using the GTK+ 2 toolkit xloadimage-4.1.10 X11 Image Loading Utility xmms-crystality-0.92 Realtime XMMS plugin for remastering mp3 sound xmms-esound-gnome-1.2.7_2 X Multimedia System --- An audio player with a Winamp GUI xpdf-1.01 Display tool for PDF files xscreensaver-gnome-4.05_2 Save your screen while you entertain your cat (for GNOME us yelp-1.0.6 A help browser for GNOME 2.0 desktop zip-2.3_1 Create/update ZIP files compatible with pkzip --=-ELw6qBDeTXKzNJFmGym8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA9v9kJDAqnLW/+/X8RAunlAKDJWoUYNsPWgKfqza6f6jfYc4mSowCeLKiH k8iwpKbl02R84xqnvOb6sGU= =Hj99 -----END PGP SIGNATURE----- --=-ELw6qBDeTXKzNJFmGym8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 8:46: 6 2002 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 56EA437B401 for ; Wed, 30 Oct 2002 08:46:04 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 0973943E42 for ; Wed, 30 Oct 2002 08:46:03 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 23434 invoked from network); 30 Oct 2002 16:46:00 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 16:46:00 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 16:46:00 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 15730 invoked by uid 1001); 30 Oct 2002 16:45:59 -0000 Date: Wed, 30 Oct 2002 16:45:59 +0000 From: Tom Hukins To: openoffice@FreeBSD.org Subject: Open Office build failed on -stable Message-ID: <20021030164559.A15716@eborcom.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've just tried building the current Open Office port for FreeBSD (Makefile 1.136 and all recent patches, checked against cvsweb.freebsd.org) on a recent -stable machine: FreeBSD greylag.hukins.hn.org 4.7-STABLE-20021028-JPSNAP FreeBSD 4.7-STABLE-20021028-JPSNAP #0: Mon Oct 28 01:06:36 GMT 2002 root@tora.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 Please find an error message attached which is the result of trying to "make install" the port. I hope you find this useful - let me know if you need more information. Thanks, Tom --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="openoffice-build-error.txt" Making: ../../unxfbsd.pro/lib/idlcpp.lib echo unxfbsd.pro/obj/cpp.o unxfbsd.pro/obj/eval.o unxfbsd.pro/obj/getopt.o unxfbsd.pro/obj/incl ude.o unxfbsd.pro/obj/lex.o unxfbsd.pro/obj/macro.o unxfbsd.pro/obj/nlist.o unxfbsd.pro/obj/tok ens.o unxfbsd.pro/obj/unix.o | xargs -n1 > ../../unxfbsd.pro/lib/idlcpp.lib ------------------------------ Making: ../../unxfbsd.pro/bin/idlcpp unx g++31 -O -L../../unxfbsd.pro/lib -L../lib -L/usr/ports/editors/openoffice/work/oo_1.0.1_src/sol env/unxfbsd/lib -L/usr/ports/editors/openoffice/work/oo_1.0.1_src/solver/641/unxfbsd.pro/lib -L /usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/unxfbsd/lib -L/usr/local/jdk1.3.1/lib -L /usr/X11R6/lib -o ../../unxfbsd.pro/bin/idlcpp ../../unxfbsd.pro/obj/cpp.o ../../unxfbsd.pro/ob j/eval.o ../../unxfbsd.pro/obj/getopt.o ../../unxfbsd.pro/obj/include.o ../../unxfbsd.pro/obj/l ex.o ../../unxfbsd.pro/obj/macro.o ../../unxfbsd.pro/obj/nlist.o ../../unxfbsd.pro/obj/tokens.o ../../unxfbsd.pro/obj/unix.o -lm -rwxr-xr-x 1 root wheel 40541 Oct 30 16:34 ../../unxfbsd.pro/bin/idlcpp ------------- /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/source ------------------------------ Making: ../unxfbsd.pro/misc/parser.cxx parser.yy:1000.11: parse error, unexpected ":", expecting ";" or "|" parser.yy:1018.2-1025.9: invalid $ value parser.yy:1018.2-1025.9: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.11: invalid $ value parser.yy:1018.2-1027.11: $9 of `constants_export' has no declared type parser.yy:1018.2-1027.22: $3 of `constants_export' has no declared type parser.yy:1018.2-1029.37: invalid $ value parser.yy:1018.2-1029.37: $9 of `constants_export' has no declared type parser.yy:1018.2-1029.41: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.34: $3 of `constants_export' has no declared type parser.yy:1018.2-1032.38: invalid $ value parser.yy:1018.2-1032.38: $9 of `constants_export' has no declared type parser.yy:1018.2-1032.43: invalid $ value parser.yy:1018.2-1032.43: $5 of `constants_export' has no declared type parser.yy:1018.2-1036.11: invalid $ value parser.yy:1018.2-1036.11: $5 of `constants_export' has no declared type parser.yy:1703.10-1708.16: type clash (`dclval' `') on default action dmake: Error code 1, while making '../unxfbsd.pro/misc/parser.cxx' ---* TG_SLO.MK *--- ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice/work/oo_1.0.1_src/idlc/s ource dmake: Error code 1, while making 'build_all' ---* TG_SLO.MK *--- *** Error code 255 --YZ5djTAD1cGYuMQK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 11:18:53 2002 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 2399037B401; Wed, 30 Oct 2002 11:18:53 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B37943E75; Wed, 30 Oct 2002 11:18:51 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UJIfQN017670; Wed, 30 Oct 2002 20:18:41 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UJIf752132489; Wed, 30 Oct 2002 20:18:41 +0100 (MEZ) Date: Wed, 30 Oct 2002 20:19:42 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030164559.A15716@eborcom.com> Message-ID: <20021030201903.D530-100000@levais.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, > I've just tried building the current Open Office port for FreeBSD > (Makefile 1.136 and all recent patches, checked against > cvsweb.freebsd.org) on a recent -stable machine: > FreeBSD greylag.hukins.hn.org 4.7-STABLE-20021028-JPSNAP FreeBSD > 4.7-STABLE-20021028-JPSNAP #0: Mon Oct 28 01:06:36 GMT 2002 > root@tora.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 That's strange. I think this bug is fixed. Can you send me your FreeBSDEnv.Set ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 11:57:41 2002 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 D808F37B401 for ; Wed, 30 Oct 2002 11:57:36 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id E62FD43E4A for ; Wed, 30 Oct 2002 11:57:35 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 21362 invoked from network); 30 Oct 2002 19:57:35 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 19:57:35 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 19:57:34 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 16829 invoked by uid 1001); 30 Oct 2002 19:57:34 -0000 Date: Wed, 30 Oct 2002 19:57:34 +0000 From: Tom Hukins To: Martin Blapp Cc: openoffice@FreeBSD.ORG Subject: Re: Open Office build failed on -stable Message-ID: <20021030195734.A16811@eborcom.com> References: <20021030164559.A15716@eborcom.com> <20021030201903.D530-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030201903.D530-100000@levais.imp.ch>; from mb@imp.ch on Wed, Oct 30, 2002 at 08:19:42PM +0100 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 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Oct 30, 2002 at 08:19:42PM +0100, Martin Blapp wrote: > > Hi, > > > I've just tried building the current Open Office port for FreeBSD > > (Makefile 1.136 and all recent patches, checked against > > cvsweb.freebsd.org) on a recent -stable machine: > > FreeBSD greylag.hukins.hn.org 4.7-STABLE-20021028-JPSNAP FreeBSD > > 4.7-STABLE-20021028-JPSNAP #0: Mon Oct 28 01:06:36 GMT 2002 > > root@tora.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 > > That's strange. I think this bug is fixed. > > Can you send me your FreeBSDEnv.Set ? I've attached it to this message. Martin, thanks for letting me know where to find this file. Tom --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="FreeBSDEnv.Set" # ################################################################# # OpenOffice 641 build environment file for: FreeBSD. # Generated on: Wed Oct 30 15:18:16 GMT 2002 # Source this file to set up the build environment. # 1. exec (t)csh # 2. source FreeBSDEnv.Set # ################################################################# setenv SRC_ROOT /usr/ports/editors/openoffice/work/oo_1.0.1_src setenv SHELL /bin/tcsh setenv JAVA_HOME /usr/local/jdk1.3.1 setenv PERL_PATH /usr/bin setenv STLPORT4 NO_STLPORT4 setenv BUILD_SOSL true setenv LOCAL_SOLENV true # # Platform independent constant values. # setenv RES_ENUS TRUE setenv CALL_CDECL TRUE setenv COMMON_OUTDIR setenv common_build setenv NO_SRS_PATCH true setenv PROFULLSWITCH product=full setenv BIG_GOODIES TRUE setenv BMP_WRITES_FLAG TRUE setenv BUILD_SOSL_RELEASE TRUE setenv MK_UNROLL TRUE setenv MULTITHREAD_OBJ setenv NO_REC_RES TRUE setenv PROEXT .pro setenv SO3 TRUE setenv SOLAR_PLUGIN TRUE setenv TF_PACKAGES TRUE setenv TF_FILEURL TRUE setenv TF_CFGDATA TRUE setenv TF_SVDATA TRUE setenv TF_SDBAPI ist_da setenv TF_UCB ist_da setenv UPDATER YES setenv build_deliver true setenv USE_NEWCHARSET TRUE setenv USE_NEW_RSC TRUE setenv VCL TRUE setenv USE_NAMESPACE TRUE setenv ENABLEUNICODE TRUE setenv NEW_JAR_PACK TRUE setenv NO_BSYMBOLIC TRUE setenv TF_FILTER TRUE setenv PSPRINT TRUE setenv MKDEPENDSOLVER TRUE # # Platform dependent constant values. # setenv SOLAR_JAVA TRUE setenv BIG_SVX TRUE setenv COM GCC setenv COMPATH NO_COMPATH setenv CPU I setenv CPUNAME INTEL setenv CVER C300 setenv DLLSUFFIX fi setenv GUI UNX setenv GUIBASE unx setenv GUIENV sal setenv GVER VCL setenv OS FREEBSD setenv CC gcc31 setenv CXX g++31 setenv EXCEPTIONS dwarf2 setenv OSVERSION 470100 setenv PTHREAD_CFLAGS -D_THREAD_SAFE setenv PTHREAD_LIBS -pthread setenv OUTPATH unxfbsd setenv INPATH unxfbsd.pro setenv GVERDIR unxfbsd.pro setenv PATH_SEPERATOR : setenv XPVERSION 3 setenv PROSWITCH -DPRODUCT # # Variable values. # setenv UPD 641 setenv SOLARUPD 641 setenv WORK_STAMP SRC641 setenv TF_ONE51 SRC641 setenv TF_SVDATA TRUE setenv TF_CFGDATA TRUE setenv TF_FILEURL TRUE setenv URD_ONLY SRC641 setenv SOLARROOT $SRC_ROOT setenv SOLARSRC $SRC_ROOT setenv RSCRES $SRC_ROOT setenv SOLARVER /usr/ports/editors/openoffice/work/oo_1.0.1_src/solver setenv SOLARVERSION $SOLARVER/641 setenv SOLARENV /usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv setenv SOLARENVINC $SOLARENV/inc setenv LOCALINI $SOLARENV/config setenv STAR_INIROOT $SOLARENV/config setenv STAR_INIROOTOLD $SOLARENV/config setenv STAR_STANDLST $SOLARENV/config/stand.lst setenv STAR_SSCOMMON $SOLARENV/config/ssolar.cmn setenv STAR_SSCOMMON $SOLARENV/config/ssolar.cmn setenv STAR_SSOLARINI $SOLARENV/config/ssolar.ini setenv STAR_RESOURCEPATH $SOLARVER/$UPD/$INPATH/bin setenv STAR_REGISTRY $STAR_RESOURCEPATH/applicat.rdb setenv DMAKEROOT $SOLARENVINC/startup setenv CLASSPATH $JAVA_HOME/jre/lib/rt.jar setenv XCLASSPATH $JAVA_HOME/jre/lib/rt.jar setenv LD_LIBRARY_PATH .:$SOLARENV/$INPATH/lib:../lib:$SOLARVER/$UPD/$INPATH/lib setenv SOLARDEF " -DUNX -DGCC -DC300 -DVCL -DFREEBSD -DINTEL -DX86 -DOSVERSION=470100 -D_THREAD_SAFE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DSUPD=641 -DPRODUCT -DUPDVER=""'"'"SV641"'"'""" setenv SOLAREXTRALIB " -L../lib" setenv SOLARINCLUDES " -I$SOLARENV/inc" setenv PATH .:$SOLARVER/$UPD/$INPATH/bin:$SOLARENV/$OUTPATH/bin:$SOLARENV/bin:$JAVA_HOME/bin:NO_COMPATH:/usr/bin:/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin setenv SOLARLIB " -L../lib -L$SOLARENV/$OUTPATH/lib -L$SOLARVER/$UPD/$INPATH/lib -L$SOLARENV/$OUTPATH/lib -L$JAVA_HOME/lib -L/usr/X11R6/lib" setenv SOLARINC " -I. -I$SOLARVER/$UPD/$INPATH/inc/stl -I$SOLARVER/$UPD/$INPATH/inc/external -I$SOLARVER/$UPD/$INPATH/inc -I$SOLARENV/$OUTPATH/inc -I$SOLARENV/inc -I$SRC_ROOT/res -I/usr/include -I/usr/ports/editors/openoffice/work/oo_1.0.1_src/solver/641/unxfbsd.pro/inc/stl -I$SOLARENV/inc/Xp31 -I$JAVA_HOME/include -I$JAVA_HOME/include/freebsd -I$JAVA_HOME/include/green_threads/include -I/usr/X11R6/include -I/lib/gcc-lib/i386-portbld-freebsd4.7/3.1.1/include -I/usr/include" setenv COMMON_BUILD_TOOLS $SRC_ROOT/external/common setenv DELIVER deliver.pl setenv MKOUT mkout.pl setenv ZIPDEP zipdep.pl setenv USE_SHELL tcsh # # Aliases. # alias dmake "dmake product=full" alias mkout "perl $SOLARENV/bin/mkout.pl" alias deliver "perl $SOLARENV/bin/deliver.pl" alias build "perl $SOLARENV/bin/build.pl product=full" alias zipdep "perl $SOLARENV/bin/zipdep.pl" alias nmake "dmake product=full" unsetenv JDKLIB >& /dev/null unsetenv ASM_PATH >& /dev/null unsetenv UNZIP_PATH >& /dev/null unsetenv FRAMEWORKSHOME >& /dev/null unsetenv RES_ARAB >& /dev/null unsetenv RES_CHINSIM >& /dev/null unsetenv RES_CHINTRAD >& /dev/null unsetenv RES_DAN >& /dev/null unsetenv RES_DTCH >& /dev/null unsetenv RES_FREN >& /dev/null unsetenv RES_GREEK >& /dev/null unsetenv RES_ITAL >& /dev/null unsetenv RES_JAPN >& /dev/null unsetenv RES_KOREAN >& /dev/null unsetenv RES_POL >& /dev/null unsetenv RES_PORT >& /dev/null unsetenv RES_RUSS >& /dev/null unsetenv RES_SPAN >& /dev/null unsetenv RES_SWED >& /dev/null unsetenv RES_TURK >& /dev/null unsetenv GLIBC >& /dev/null unsetenv COMEX >& /dev/null unsetenv BOTH >& /dev/null unsetenv CDPATHx >& /dev/null unsetenv DEMO_ENV >& /dev/null unsetenv DYNAMIC_CRT >& /dev/null unsetenv SET_EXCEPTIONS >& /dev/null unsetenv emergency >& /dev/null unsetenv use_shl_versions >& /dev/null unsetenv PERL >& /dev/null unsetenv SOLAREXTRAINC >& /dev/null unsetenv PATHEXTRA >& /dev/null unsetenv COMP_ENV >& /dev/null unsetenv JAVAHOME >& /dev/null unsetenv BISON_HAIRY >& /dev/null unsetenv BISON_SIMPLE >& /dev/null unsetenv TEMP >& /dev/null unsetenv TMP >& /dev/null unsetenv HOME >& /dev/null --fUYQa+Pmc3FrFX/N-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12: 3:55 2002 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 84B8D37B401; Wed, 30 Oct 2002 12:03:54 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 998EA43E4A; Wed, 30 Oct 2002 12:03:53 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UK3qQN022791; Wed, 30 Oct 2002 21:03:52 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UK3q752144948; Wed, 30 Oct 2002 21:03:52 +0100 (MEZ) Date: Wed, 30 Oct 2002 21:04:53 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030195734.A16811@eborcom.com> Message-ID: <20021030210259.J530-100000@levais.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, > > Can you send me your FreeBSDEnv.Set ? > > I've attached it to this message. Martin, thanks for letting me know > where to find this file. setenv PATH .:$SOLARVER/$UPD/$INPATH/bin:$SOLARENV/$OUTPATH/bin:$SOLARENV/bin:$JAVA_HOME/bin :NO_COMPATH:/usr/bin:/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin This looks good. Can you try the following ? $ cd /usr/ports/editors/openoffice/work/oo* $ tcsh $ source FreeBSDEnv.Set then send me: $ bison --version $ which bison Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12: 8:43 2002 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 24AFD37B401 for ; Wed, 30 Oct 2002 12:08:42 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 14DAE43E75 for ; Wed, 30 Oct 2002 12:08:41 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 25706 invoked from network); 30 Oct 2002 20:08:29 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 20:08:29 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 20:08:29 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 16975 invoked by uid 1001); 30 Oct 2002 20:08:29 -0000 Date: Wed, 30 Oct 2002 20:08:29 +0000 From: Tom Hukins To: Martin Blapp Cc: openoffice@FreeBSD.org Subject: Re: Open Office build failed on -stable Message-ID: <20021030200829.A16962@eborcom.com> References: <20021030195734.A16811@eborcom.com> <20021030210259.J530-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030210259.J530-100000@levais.imp.ch>; from mb@imp.ch on Wed, Oct 30, 2002 at 09:04:53PM +0100 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 On Wed, Oct 30, 2002 at 09:04:53PM +0100, Martin Blapp wrote: > > This looks good. Can you try the following ? > > $ cd /usr/ports/editors/openoffice/work/oo* > $ tcsh > $ source FreeBSDEnv.Set > > then send me: > > $ bison --version > $ which bison tom@greylag [openoffice/work/oo_1.0.1_src] bison --version bison (GNU Bison) 1.75 Written by Robert Corbett and Richard Stallman. Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. tom@greylag [openoffice/work/oo_1.0.1_src] which bison /usr/local/bin/bison I hope this helps - thanks for your quick response and all the excellent work you've put into porting Open Office. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12:10:31 2002 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 8C52837B401; Wed, 30 Oct 2002 12:10:30 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A8A043E3B; Wed, 30 Oct 2002 12:10:29 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKASQN023555; Wed, 30 Oct 2002 21:10:28 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKAS752142641; Wed, 30 Oct 2002 21:10:28 +0100 (MEZ) Date: Wed, 30 Oct 2002 21:11:29 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030200829.A16962@eborcom.com> Message-ID: <20021030211033.N530-100000@levais.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, > bison (GNU Bison) 1.75 That's your problem. > tom@greylag [openoffice/work/oo_1.0.1_src] which bison > /usr/local/bin/bison Dammnit. Still in tcsh, can you do $ print $PATH ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12:31:34 2002 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 3335437B401 for ; Wed, 30 Oct 2002 12:31:33 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id A13D643E88 for ; Wed, 30 Oct 2002 12:31:31 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 1414 invoked from network); 30 Oct 2002 20:31:27 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 20:31:27 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 20:31:27 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 17099 invoked by uid 1001); 30 Oct 2002 20:31:27 -0000 Date: Wed, 30 Oct 2002 20:31:27 +0000 From: Tom Hukins To: Martin Blapp Cc: openoffice@FreeBSD.org Subject: Re: Open Office build failed on -stable Message-ID: <20021030203127.A17078@eborcom.com> References: <20021030200829.A16962@eborcom.com> <20021030211033.N530-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030211033.N530-100000@levais.imp.ch>; from mb@imp.ch on Wed, Oct 30, 2002 at 09:11:29PM +0100 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 On Wed, Oct 30, 2002 at 09:11:29PM +0100, Martin Blapp wrote: > > > bison (GNU Bison) 1.75 > > That's your problem. > > > tom@greylag [openoffice/work/oo_1.0.1_src] which bison > > /usr/local/bin/bison > > Dammnit. Still in tcsh, can you do > > $ print $PATH I guess you mean "echo $PATH": tom@greylag [openoffice/work/oo_1.0.1_src] tcsh tom@greylag [openoffice/work/oo_1.0.1_src] source FreeBSDEnv.Set tom@greylag [openoffice/work/oo_1.0.1_src] echo $PATH .:/usr/ports/editors/openoffice/work/oo_1.0.1_src/solver/641/unxfbsd.pro/bin:/usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/unxfbsd/bin:/usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/bin:/usr/local/jdk1.3.1/bin:NO_COMPATH:/usr/bin:/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12:44:12 2002 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 71E2D37B401; Wed, 30 Oct 2002 12:44:11 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C960643E6E; Wed, 30 Oct 2002 12:44:09 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKi3QN027309; Wed, 30 Oct 2002 21:44:03 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKi3752144636; Wed, 30 Oct 2002 21:44:03 +0100 (MEZ) Date: Wed, 30 Oct 2002 21:45:04 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030203127.A17078@eborcom.com> Message-ID: <20021030214144.C530-100000@levais.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, > tom@greylag [openoffice/work/oo_1.0.1_src] echo $PATH > .:/usr/ports/editors/openoffice/work/oo_1.0.1_src/solver/641/unxfbsd.pro/bin: /usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/unxfbsd/bin: /usr/ports/editors/openoffice/work/oo_1.0.1_src/solenv/bin: /usr/local/jdk1.3.1/bin: NO_COMPATH: /usr/bin: /bin: /usr/sbin: /usr/X11R6/bin: /usr/local/bin: /usr/local/sbin setenv PATH .:$SOLARVER/$UPD/$INPATH/bin: $SOLARENV/$OUTPATH/bin: $SOLARENV/bin: $JAVA_HOME/bin:NO_COMPATH: /usr/bin: /bin: /usr/sbin: /usr/X11R6/bin: /usr/local/bin: /usr/local/sbin Ok, It looks good. Can you tell me now why /usr/bin/bison does not get found and /usr/local/bin/bison gets found ? You don't have /usr/bin/bison at it's place ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12:56:21 2002 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 207CC37B401 for ; Wed, 30 Oct 2002 12:56:21 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 510C843E42 for ; Wed, 30 Oct 2002 12:56:20 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 10978 invoked from network); 30 Oct 2002 20:56:19 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 20:56:19 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 20:56:19 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 17247 invoked by uid 1001); 30 Oct 2002 20:56:18 -0000 Date: Wed, 30 Oct 2002 20:56:17 +0000 From: Tom Hukins To: Martin Blapp Cc: openoffice@FreeBSD.org Subject: Re: Open Office build failed on -stable Message-ID: <20021030205617.A17228@eborcom.com> References: <20021030203127.A17078@eborcom.com> <20021030214144.C530-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030214144.C530-100000@levais.imp.ch>; from mb@imp.ch on Wed, Oct 30, 2002 at 09:45:04PM +0100 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 On Wed, Oct 30, 2002 at 09:45:04PM +0100, Martin Blapp wrote: > > Ok, It looks good. Can you tell me now why /usr/bin/bison does > not get found and /usr/local/bin/bison gets found ? > > You don't have /usr/bin/bison at it's place ? No, /usr/bin/bison isn't present on my system. I installed it yesterday from snapshots.jp.freebsd.org using a minimal install. "whereis bison" only finds the indstalled port under /usr/local. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 12:59:17 2002 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 E7CDA37B408; Wed, 30 Oct 2002 12:59:16 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B245243E8A; Wed, 30 Oct 2002 12:59:15 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKxEQN028973; Wed, 30 Oct 2002 21:59:14 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UKxE752141998; Wed, 30 Oct 2002 21:59:14 +0100 (MEZ) Date: Wed, 30 Oct 2002 22:00:15 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030205617.A17228@eborcom.com> Message-ID: <20021030215936.A530-100000@levais.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, > On Wed, Oct 30, 2002 at 09:45:04PM +0100, Martin Blapp wrote: > > > > Ok, It looks good. Can you tell me now why /usr/bin/bison does > > not get found and /usr/local/bin/bison gets found ? > > > > You don't have /usr/bin/bison at it's place ? > > No, /usr/bin/bison isn't present on my system. I installed it > yesterday from snapshots.jp.freebsd.org using a minimal install. That's your problem. :P Install a REAL release, this will fix your problem. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 13:44:10 2002 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 3360B37B406 for ; Wed, 30 Oct 2002 13:44:10 -0800 (PST) Received: from parmenides.zen.co.uk (parmenides.zen.co.uk [212.23.8.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 02EA443E4A for ; Wed, 30 Oct 2002 13:44:09 -0800 (PST) (envelope-from tom@FreeBSD.org) Received: (qmail 29665 invoked from network); 30 Oct 2002 21:44:07 -0000 Received: from protagoras.zen.co.uk (212.23.8.61) by parmenides.zen.co.uk with QMQP; 30 Oct 2002 21:44:07 -0000 Received: from dsl-62-3-122-102.zen.co.uk (HELO eborcom.com) (62.3.122.102) by protagoras.zen.co.uk with SMTP; 30 Oct 2002 21:44:07 -0000 X-Zen-Trace: 62.3.122.102 Received: (qmail 17455 invoked by uid 1001); 30 Oct 2002 21:44:06 -0000 Date: Wed, 30 Oct 2002 21:44:06 +0000 From: Tom Hukins To: Martin Blapp Cc: openoffice@FreeBSD.ORG Subject: Re: Open Office build failed on -stable Message-ID: <20021030214406.A17418@eborcom.com> References: <20021030205617.A17228@eborcom.com> <20021030215936.A530-100000@levais.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021030215936.A530-100000@levais.imp.ch>; from mb@imp.ch on Wed, Oct 30, 2002 at 10:00:15PM +0100 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 On Wed, Oct 30, 2002 at 10:00:15PM +0100, Martin Blapp wrote: > > > No, /usr/bin/bison isn't present on my system. I installed it > > yesterday from snapshots.jp.freebsd.org using a minimal install. > > That's your problem. :P Install a REAL release, this will fix > your problem. Okay, thanks again for your help. I'm compiling -STABLE now and I'll try again when it's finished. Most ports have installed okay with this minimal install, but I guess Open Office is more complex. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 14:27:26 2002 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 1999F37B401 for ; Wed, 30 Oct 2002 14:27:25 -0800 (PST) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8DF43E42 for ; Wed, 30 Oct 2002 14:27:24 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-66-126-109-193.dsl.lsan03.pacbell.net [66.126.109.193]) by pimout1-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9UMRN7N669644; Wed, 30 Oct 2002 17:27:23 -0500 Message-ID: <3DC05BB2.8000309@myrealbox.com> Date: Wed, 30 Oct 2002 14:22:42 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp , freebsd-openoffice@freebsd.org Subject: Re: Open Office build failed on -stable References: <20021030215936.A530-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Martin Blapp wrote: > Hi, > > >>On Wed, Oct 30, 2002 at 09:45:04PM +0100, Martin Blapp wrote: >> >>>Ok, It looks good. Can you tell me now why /usr/bin/bison does >>>not get found and /usr/local/bin/bison gets found ? >>> >>>You don't have /usr/bin/bison at it's place ? >> >>No, /usr/bin/bison isn't present on my system. I installed it >>yesterday from snapshots.jp.freebsd.org using a minimal install. > > > That's your problem. :P Install a REAL release, this will fix > your problem. Hm. I have three -STABLE boxes and one -CURRENT boxes and none has a /usr/bin/bison. A search through /usr/src also does not turn up any files named bison*. So where did you get yours? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Wed Oct 30 14:44:14 2002 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 83ADA37B401 for ; Wed, 30 Oct 2002 14:44:13 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52EA943E4A for ; Wed, 30 Oct 2002 14:44:12 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9UMiAQN039668; Wed, 30 Oct 2002 23:44:10 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9UMiA752148169; Wed, 30 Oct 2002 23:44:10 +0100 (MEZ) Date: Wed, 30 Oct 2002 23:45:11 +0100 (CET) From: Martin Blapp To: walt Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <3DC05BB2.8000309@myrealbox.com> Message-ID: <20021030234404.E530-100000@levais.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, > So where did you get yours? Right, I just checked that. $ ls -ld /usr/bin/bison -r-xr-xr-x 1 root wheel 71960 Jan 14 2000 /usr/bin/bison Argl. So I really have to fix the source so it works with new bison. Fixes 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 Thu Oct 31 1:23:58 2002 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 4698B37B401; Thu, 31 Oct 2002 01:23:57 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20A7E43E6E; Thu, 31 Oct 2002 01:23:56 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9V9NnQN019221; Thu, 31 Oct 2002 10:23:49 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9V9Nn752132934; Thu, 31 Oct 2002 10:23:49 +0100 (MEZ) Date: Thu, 31 Oct 2002 10:24:50 +0100 (CET) From: Martin Blapp To: Tom Hukins Cc: Subject: Re: Open Office build failed on -stable In-Reply-To: <20021030214406.A17418@eborcom.com> Message-ID: <20021031102408.G530-100000@levais.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, I have now local fixes for the bison parsing issue in my tree. I'll commit these this evening after testing. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +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 Thu Oct 31 13: 3:15 2002 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 04B8037B401 for ; Thu, 31 Oct 2002 13:03:15 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A799C43E8A for ; Thu, 31 Oct 2002 13:03:13 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g9VL3CTv058100; Thu, 31 Oct 2002 22:03:12 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g9VL3C752179670; Thu, 31 Oct 2002 22:03:12 +0100 (MEZ) Date: Thu, 31 Oct 2002 22:04:12 +0100 (CET) From: Martin Blapp To: Jan Stocker Cc: Subject: Bison 1.75 patches - please test In-Reply-To: <1036093348.635.10.camel@twoflower> Message-ID: <20021031220256.P530-100000@levais.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 all, Can you test if these patches solve the build problem ? http://people.freebsd.org/~mbr/ooo/patch-idlc+source+parser.y http://people.freebsd.org/~mbr/ooo/patch-nas+nas-1.4.1.patch Just put these files into the files directory in the Ooo.org port dir. Martin Martin Blapp, ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +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 Thu Oct 31 18:37:10 2002 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 3DADE37B401; Thu, 31 Oct 2002 18:37:09 -0800 (PST) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E4043E77; Thu, 31 Oct 2002 18:37:08 -0800 (PST) (envelope-from DouglasWTh@myrealbox.com) Received: from pool0334.cvx11-bradley.dialup.earthlink.net ([209.178.189.79] helo=daemon.mshome.net) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 187RgE-0002Ww-00; Thu, 31 Oct 2002 18:37:03 -0800 Subject: FreeBSD Port: openoffice-1.0.1_3 From: Douglas William Thrift To: openoffice@FreeBSD.org Cc: ports@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 18:37:16 -0800 Message-Id: <1036118237.42564.17.camel@daemon.mshome.net> Mime-Version: 1.0 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 Hello, I have tried building the Open Office port, but it has not been able to build completely. I would like to know when it will be available as a package. Thank you very much, Douglas Thrift -- _______________________________________________________________________ Douglas William Thrift DouglasWThNOSPAM@REMOVETHESEmyrealbox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Oct 31 18:44:24 2002 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 F3C0537B401; Thu, 31 Oct 2002 18:44:23 -0800 (PST) Received: from quanta.synchem.kyoto-u.ac.jp (quanta.synchem.kyoto-u.ac.jp [130.54.33.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBD943E42; Thu, 31 Oct 2002 18:44:22 -0800 (PST) (envelope-from chat95@mbox.kyoto-inet.or.jp) Received: from localhost (quanth.synchem.kyoto-u.ac.jp [130.54.33.130]) by quanta.synchem.kyoto-u.ac.jp (8.12.5/3.7W/00091819) with ESMTP id gA12eZ2B054124; Fri, 1 Nov 2002 11:40:35 +0900 (JST) Date: Fri, 01 Nov 2002 11:41:13 +0900 (JST) Message-Id: <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> To: DouglasWTh@myrealbox.com Cc: openoffice@FreeBSD.org, ports@FreeBSD.org Subject: Re: FreeBSD Port: openoffice-1.0.1_3 From: chat95@mbox.kyoto-inet.or.jp (Nakata Maho) Reply-To: chat95@mbox.kyoto-inet.or.jp In-Reply-To: <1036118237.42564.17.camel@daemon.mshome.net> References: <1036118237.42564.17.camel@daemon.mshome.net> X-Mailer: Mew version 2.2 on XEmacs 21.1.14 (Cuyahoga Valley) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 You can obtain at: http://projects.imp.ch/openoffice/ Thanks, Maho Nakata To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Oct 31 20: 0:50 2002 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 54CA637B401; Thu, 31 Oct 2002 20:00:49 -0800 (PST) Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB6C43E42; Thu, 31 Oct 2002 20:00:49 -0800 (PST) (envelope-from DouglasWTh@myrealbox.com) Received: from pool0932.cvx11-bradley.dialup.earthlink.net ([209.178.191.167] helo=daemon.mshome.net) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 187SzC-0005Nt-00; Thu, 31 Oct 2002 20:00:43 -0800 Subject: Re: FreeBSD Port: openoffice-1.0.1_3 From: Douglas William Thrift To: chat95@mbox.kyoto-inet.or.jp Cc: openoffice@FreeBSD.org, ports@FreeBSD.org In-Reply-To: <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> References: <1036118237.42564.17.camel@daemon.mshome.net> <20021101.114113.115942385.maho@scarlatti.synchem.kyoto-u.ac.jp> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 31 Oct 2002 20:00:56 -0800 Message-Id: <1036123257.65419.0.camel@daemon.mshome.net> Mime-Version: 1.0 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 Thank you! -- _______________________________________________________________________ Douglas William Thrift DouglasWThNOSPAM@REMOVETHESEmyrealbox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Oct 31 20: 5:48 2002 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 F1CB937B401 for ; Thu, 31 Oct 2002 20:05:47 -0800 (PST) Received: from pimout3-ext.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589F943E3B for ; Thu, 31 Oct 2002 20:05:47 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com ([67.114.255.161]) by pimout3-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id gA145kCv475898; Thu, 31 Oct 2002 23:05:46 -0500 Message-ID: <3DC1FC80.1060605@myrealbox.com> Date: Thu, 31 Oct 2002 20:01:04 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Blapp , freebsd-openoffice@FreeBSD.ORG Subject: Re: Bison 1.75 patches - please test References: <20021031220256.P530-100000@levais.imp.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Martin Blapp wrote: > Hi all, > > Can you test if these patches solve the build problem ? > > http://people.freebsd.org/~mbr/ooo/patch-idlc+source+parser.y > http://people.freebsd.org/~mbr/ooo/patch-nas+nas-1.4.1.patch > > Just put these files into the files directory in the Ooo.org > port dir. I get this: ===> mozilla-1.0.1_1 depends on shared library: ORBit.2 - found ===> Patching for openoffice-1.0.1_4 ===> Applying FreeBSD patches for openoffice-1.0.1_4 File to patch: and of course I don't know what file it wants to patch :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Thu Oct 31 21: 2:58 2002 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 3618537B401 for ; Thu, 31 Oct 2002 21:02:57 -0800 (PST) Received: from pimout1-ext.prodigy.net (pimout1-ext.prodigy.net [207.115.63.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D74D43E3B for ; Thu, 31 Oct 2002 21:02:56 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-66-126-110-137.dsl.lsan03.pacbell.net [66.126.110.137]) by pimout1-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id gA152t7N167814 for ; Fri, 1 Nov 2002 00:02:55 -0500 Message-ID: <3DC209E6.40402@myrealbox.com> Date: Thu, 31 Oct 2002 20:58:14 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-openoffice@freebsd.org Subject: Re: Bison 1.75 patches - please test References: <20021031220256.P530-100000@levais.imp.ch> <3DC1FC80.1060605@myrealbox.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 walt wrote: > Martin Blapp wrote: > >> Hi all, >> >> Can you test if these patches solve the build problem ? >> >> http://people.freebsd.org/~mbr/ooo/patch-idlc+source+parser.y >> http://people.freebsd.org/~mbr/ooo/patch-nas+nas-1.4.1.patch > I get this: > > ===> mozilla-1.0.1_1 depends on shared library: ORBit.2 - found > ===> Patching for openoffice-1.0.1_4 > ===> Applying FreeBSD patches for openoffice-1.0.1_4 > File to patch: > > and of course I don't know what file it wants to patch :-( Actually (now that I've read the patch-idlc file) the patch is looking for parser.y but I have parser.yy. I entered parser.yy at the prompt and it apparently applied cleanly and OO is busy compiling now. I'll let you know tomorrow what happens. Why do I have an extra 'y' in my filename? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Nov 1 5: 6:20 2002 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 0AE5537B401 for ; Fri, 1 Nov 2002 05:06:19 -0800 (PST) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EE943E9C for ; Fri, 1 Nov 2002 05:06:18 -0800 (PST) (envelope-from wa1ter@myrealbox.com) Received: from myrealbox.com (adsl-64-175-106-179.dsl.lsan03.pacbell.net [64.175.106.179]) by pimout2-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id gA1D6F6G293042; Fri, 1 Nov 2002 08:06:16 -0500 Message-ID: <3DC27B34.8010306@myrealbox.com> Date: Fri, 01 Nov 2002 05:01:40 -0800 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mb@imp.ch Cc: freebsd-openoffice@freebsd.org Subject: Re: Bison 1.75 patches - please test References: <20021031220256.P530-100000@levais.imp.ch> <3DC1FC80.1060605@myrealbox.com> <3DC209E6.40402@myrealbox.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 walt wrote: > walt wrote: > >> Martin Blapp wrote: >> >>> Hi all, >>> >>> Can you test if these patches solve the build problem ? >>> >>> http://people.freebsd.org/~mbr/ooo/patch-idlc+source+parser.y >>> http://people.freebsd.org/~mbr/ooo/patch-nas+nas-1.4.1.patch Now it stops here: /usr/local/tmp/ports/editors/openoffice/work/oo_1.0.1_src/connectivity/source/parse ------------------------------ Making: ../../unxfbsd.pro/misc/sqlbison.cxx sqlbison.y:138.7-18: type redeclaration for SQL_TOKEN_NAME sqlbison.y:146.7-18: type redeclaration for ')' sqlbison.y:148.8-19: type redeclaration for '.' sqlbison.y:149.8-19: type redeclaration for '(' sqlbison.y:162.199-213: type redeclaration for SQL_TOKEN_CROSS sqlbison.y:168.201-214: type redeclaration for SQL_TOKEN_FULL sqlbison.y:172.68-81: type redeclaration for SQL_TOKEN_LEFT sqlbison.y:173.49-65: type redeclaration for SQL_TOKEN_NATURAL sqlbison.y:178.76-90: type redeclaration for SQL_TOKEN_RIGHT sqlbison.y:189.37-56: type redeclaration for SQL_TOKEN_BIT_LENGTH sqlbison.y:189.75-95: type redeclaration for SQL_TOKEN_CHAR_LENGTH sqlbison.y:191.43-58: type redeclaration for SQL_TOKEN_INSERT sqlbison.y:191.77-90: type redeclaration for SQL_TOKEN_LEFT sqlbison.y:192.79-96: type redeclaration for SQL_TOKEN_POSITION sqlbison.y:193.21-35: type redeclaration for SQL_TOKEN_RIGHT sqlbison.y:193.88-106: type redeclaration for SQL_TOKEN_SUBSTRING sqlbison.y:196.21-42: type redeclaration for SQL_TOKEN_CURRENT_DATE sqlbison.y:196.44-65: type redeclaration for SQL_TOKEN_CURRENT_TIME sqlbison.y:196.67-93: type redeclaration for SQL_TOKEN_CURRENT_TIMESTAMP sqlbison.y:197.103-119: type redeclaration for SQL_TOKEN_EXTRACT sqlbison.y:198.21-34: type redeclaration for SQL_TOKEN_HOUR sqlbison.y:198.36-51: type redeclaration for SQL_TOKEN_MINUTE sqlbison.y:198.54-68: type redeclaration for SQL_TOKEN_MONTH sqlbison.y:199.21-36: type redeclaration for SQL_TOKEN_SECOND sqlbison.y:199.100-113: type redeclaration for SQL_TOKEN_YEAR sqlbison.y:3023.1-2: parse error, unexpected "%%", expecting ";" or "|" dmake: Error code 1, while making '../../unxfbsd.pro/misc/sqlbison.cxx' ---* TG_SLO.MK *--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Nov 1 12:40: 4 2002 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 A5C3037B401 for ; Fri, 1 Nov 2002 12:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 519D943E75 for ; Fri, 1 Nov 2002 12:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1Ke2x3017827 for ; Fri, 1 Nov 2002 12:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1Ke2at017826; Fri, 1 Nov 2002 12:40:02 -0800 (PST) Date: Fri, 1 Nov 2002 12:40:02 -0800 (PST) Message-Id: <200211012040.gA1Ke2at017826@freefall.freebsd.org> To: openoffice@FreeBSD.org Cc: From: Mike Durian Subject: Re: ports/44511: openoffice-devel won't build Reply-To: Mike Durian 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 The following reply was made to PR ports/44511; it has been noted by GNATS. From: Mike Durian To: freebsd-gnats-submit@FreeBSD.org, durian@boogie.com Cc: Subject: Re: ports/44511: openoffice-devel won't build Date: Fri, 1 Nov 2002 13:31:56 -0700 Just an update that openoffice-devel still does not build on -current (or at least my combination of -current and various ports). It suffers from the same missing xmlparse.h problem. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Nov 1 13: 0:22 2002 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 CFE0C37B415 for ; Fri, 1 Nov 2002 13:00:15 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4883E43E88 for ; Fri, 1 Nov 2002 13:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1L0Fx3025298 for ; Fri, 1 Nov 2002 13:00:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1L0F78025297; Fri, 1 Nov 2002 13:00:15 -0800 (PST) Date: Fri, 1 Nov 2002 13:00:15 -0800 (PST) Message-Id: <200211012100.gA1L0F78025297@freefall.freebsd.org> To: openoffice@FreeBSD.org Cc: From: Mike Durian Subject: Re: ports/44511: openoffice-devel won't build Reply-To: Mike Durian 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 The following reply was made to PR ports/44511; it has been noted by GNATS. From: Mike Durian To: freebsd-gnats-submit@FreeBSD.org, durian@boogie.com Cc: Subject: Re: ports/44511: openoffice-devel won't build Date: Fri, 1 Nov 2002 13:58:43 -0700 --------------Boundary-00=_VX0XGV51SO0B9A0TQ74G Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I don't think this is the proper fix, but it does get things going. On Oct. 4, 2002, FreeBSD added the expat library to the base system, but named the include file bsdxml.h. There was no __FreeBSD_version bump for this. The closest was the change on Oct 15 from 500040 to 500041. The better fix is probably to check for the existance of bsdxml.h in one of the config files, but I didn't really want to dig into that right now. mike --------------Boundary-00=_VX0XGV51SO0B9A0TQ74G Content-Type: text/x-diff; charset="us-ascii"; name="ne_xml.c.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ne_xml.c.patch" --- ne_xml.c.orig Fri Nov 1 13:35:21 2002 +++ ne_xml.c Fri Nov 1 13:54:07 2002 @@ -41,7 +41,16 @@ #if defined(HAVE_EXPAT_H) #include #elif defined(HAVE_XMLPARSE_H) +#if defined(__FreeBSD__) +#include +#if __FreeBSD_version >= 500041 +#include +#else #include +#endif /* __FreeBSD_version */ +#else +#include +#endif /* __FreeBSD__ */ #elif defined(HAVE_XMLTOK_XMLPARSE_H) #include #else --------------Boundary-00=_VX0XGV51SO0B9A0TQ74G-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message From owner-freebsd-openoffice Fri Nov 1 13:20:43 2002 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 F107337B401 for ; Fri, 1 Nov 2002 13:20:42 -0800 (PST) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B511243E77 for ; Fri, 1 Nov 2002 13:20:41 -0800 (PST) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id gA1LKPTv073891; Fri, 1 Nov 2002 22:20:25 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id gA1LKO752205601; Fri, 1 Nov 2002 22:20:25 +0100 (MEZ) Date: Fri, 1 Nov 2002 22:21:24 +0100 (CET) From: Martin Blapp To: Mike Durian Cc: Subject: Re: ports/44511: openoffice-devel won't build In-Reply-To: <200211012100.gA1L0F78025297@freefall.freebsd.org> Message-ID: <20021101222011.X530-100000@levais.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, > I don't think this is the proper fix, but it does get things going. > On Oct. 4, 2002, FreeBSD added the expat library to the base system, > but named the include file bsdxml.h. There was no __FreeBSD_version > bump for this. The closest was the change on Oct 15 from 500040 to > 500041. That shouln't matter. Expat is compile inline of the openoffice project. > The better fix is probably to check for the existance of bsdxml.h in > one of the config files, but I didn't really want to dig into that > right now. If you cvsup, you should get the things working again. Do you really have all new patches ? Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message