Script "configure" failed unexpectedly...
Shuvaev Alexey
shuvaev at issp.ac.ru
Sat Nov 11 17:06:22 UTC 2006
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
More information about the freebsd-openoffice
mailing list