Date: Mon, 27 Mar 2006 09:40:21 GMT From: Jeff Brown <jabrown@caida.org> To: openoffice@FreeBSD.org Subject: Re: ports/94449: editors/openoffice.org-2.0: compile error while making 'hsqldb' Message-ID: <200603270940.k2R9eLod057026@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/94449; it has been noted by GNATS. From: Jeff Brown <jabrown@caida.org> To: bug-followup@FreeBSD.org, rotkap@gmx.de Cc: Subject: Re: ports/94449: editors/openoffice.org-2.0: compile error while making 'hsqldb' Date: Mon, 27 Mar 2006 01:38:40 -0800 (PST) I've poked at this a bit, and this particular failure seems to be caused by an entry in solenv/inc/unxfbsdi.mk: SOLAR_JAVA*=TRUE It seems that the top-level openoffice configure script ensures that SOLAR_JAVA is unset when configured "--without-java"; however, unixfbsdi.mk is included later on during the build, and it sets SOLAR_JAVA to TRUE, which triggers building of java-dependent components. (I guess "*=" is dmake-ese for "?=".) I've changed the above line to: SOLAR_JAVA= ...and now my openoffice-2.0 builds get much, much farther before falling over and dying for no obvious reason. -JAB
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603270940.k2R9eLod057026>