From owner-freebsd-openoffice@FreeBSD.ORG Fri Jul 21 00:14:14 2006 Return-Path: X-Original-To: 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 52C2F16A4DA for ; Fri, 21 Jul 2006 00:14:14 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1881B43D46 for ; Fri, 21 Jul 2006 00:14:14 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id k6L0EBbf005252; Thu, 20 Jul 2006 17:14:11 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k6L0E4JQ007242; Thu, 20 Jul 2006 17:14:10 -0700 (PDT) Date: Fri, 21 Jul 2006 09:13:41 +0900 (JST) Message-Id: <20060721.091341.55827366.chat95@mac.com> To: freebsd@chillt.de From: NAKATA Maho In-Reply-To: <44BFF1CD.1040901@chillt.de> References: <44BFF1CD.1040901@chillt.de> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: lang/gcc41-withgcjawt does not actually work 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: Fri, 21 Jul 2006 00:14:14 -0000 In Message-ID: <44BFF1CD.1040901@chillt.de> Bartosz Fabianowski wrote: > This way, the WITH_JAVA_AWT setting gets ignored and > lang/gcc41-withgcjawt builds without Java, just like lang/gcc41. A patch > for the Makefile that fixes this (and makes portlint happy) is attached. I'll fix it soon :) > Unfortunately, after this bug has been fixed, two more problems occur. > Buried somewhere deep in the source code of gcj is an old version of > libtool that does not work on recent versions of FreeBSD. I had to > replace the following two executables with the system libtool from > /usr/local/bin: > > /usr/ports/lang/gcc41-withgcjawt/work/build/i386-portbld-freebsd6.1/libjava/classpath/libtool > /usr/ports/lang/gcc41-withgcjawt/work/build/i386-portbld-freebsd6.1/libjava/libtool I had been suffered from this for long time...remaking ltmain.sh (?) or something by libtoolize --force doesn't solve the problem, etc. many thanks. > Buried somewhere deep in the source code of gcj is an old version of really. btw: * I had already raised an issue for this problem. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28442 thanks, -- NAKATA, Maho (maho@FreeBSD.org)