Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2006 20:11:55 +0300 (MSK)
From:      Shuvaev Alexey <shuvaev@issp.ac.ru>
To:        freebsd-openoffice@freebsd.org
Subject:   Script "configure" failed unexpectedly...
Message-ID:  <20061111200209.F50774@issp1.issp.ac.ru>

next in thread | raw e-mail | index | archive | help
It seems that there are 2 misprints in editors/openoffice.org-2.0*
ports. It affects only those users who trying to build OOo WITH_GNUGCJ.

The following error message appear while building:

checking whether to build with Java support... yes
configure: error: /usr/local/lib/jvm/java-gcj41/bin/gij not found set 
with_jdk_home
===> Script "configure" failed unexpectedly.

It is possible to install java/java-gcj-compat port manually or
apply the following patch (see also PR ports/105400):

--- Makefile.orig       Sat Nov 11 19:30:54 2006
+++ Makefile    Sat Nov 11 19:31:37 2006
@@ -96,9 +96,9 @@
  .if defined(WITH_GNUGCJ)
  GCCVER=41
  BUILD_DEPENDS+= 
${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
-BUILD_DEPEND+= 
${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat
+BUILD_DEPENDS+= 
${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat
  RUN_DEPENDS+= 
${LOCALBASE}/libdata/ldconfig/gcc41-withgcjawt:${PORTSDIR}/lang/gcc41-withgcjawt
-RUN_DEPEND+= 
${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat
+RUN_DEPENDS+= 
${LOCALBASE}/lib/jvm/java-gcj41/bin/java:${PORTSDIR}/java/java-gcj-compat
  .else
  .if ${ARCH} == amd64
  GCCVER=41



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061111200209.F50774>