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