From owner-freebsd-openoffice@FreeBSD.ORG Sat Nov 11 17:06:22 2006 Return-Path: X-Original-To: freebsd-openoffice@freebsd.org 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 0060416A417 for ; Sat, 11 Nov 2006 17:06:21 +0000 (UTC) (envelope-from shuvaev@issp.ac.ru) Received: from issp1.issp.ac.ru (issp1.issp.ac.ru [193.233.36.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8CE43D68 for ; Sat, 11 Nov 2006 17:06:21 +0000 (GMT) (envelope-from shuvaev@issp.ac.ru) Received: from issp1.issp.ac.ru [193.233.36.3:23550] (HELO/EHLO issp1.issp.ac.ru) by issp1.issp.ac.ru with ESMTP/inet id kABHBtlt051178 for ; Sat, 11 Nov 2006 20:11:56 +0300 (MSK) Date: Sat, 11 Nov 2006 20:11:55 +0300 (MSK) From: Shuvaev Alexey To: freebsd-openoffice@freebsd.org Message-ID: <20061111200209.F50774@issp1.issp.ac.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (issp1.issp.ac.ru [193.233.36.3]); Sat, 11 Nov 2006 20:11:56 +0300 (MSK) X-Antivirus: Dr.Web (R) for Mail Servers on issp1.issp.ac.ru host X-Antivirus-Code: 100000 Subject: Script "configure" failed unexpectedly... X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 17:06:22 -0000 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