ports/94449: editors/openoffice.org-2.0: compile error while making 'hsqldb'

Jeff Brown jabrown at caida.org
Mon Mar 27 09:40:29 UTC 2006


The following reply was made to PR ports/94449; it has been noted by GNATS.

From: Jeff Brown <jabrown at caida.org>
To: bug-followup at FreeBSD.org, rotkap at 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


More information about the freebsd-openoffice mailing list