From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 17 19:55:46 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8703F16A401; Mon, 17 Apr 2006 19:55:46 +0000 (UTC) (envelope-from freebsd@chillt.de) Received: from dd2718.kasserver.com (dd2718.kasserver.com [81.209.184.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2562F43D48; Mon, 17 Apr 2006 19:55:45 +0000 (GMT) (envelope-from freebsd@chillt.de) Received: from [127.0.0.1] (dslb-084-061-203-004.pools.arcor-ip.net [84.61.203.4]) by dd2718.kasserver.com (Postfix) with ESMTP id 575A51D9B5; Mon, 17 Apr 2006 21:55:29 +0200 (CEST) Message-ID: <4443F2BC.8010102@chillt.de> Date: Mon, 17 Apr 2006 21:55:40 +0200 From: Bartosz Fabianowski User-Agent: Thunderbird 1.5 (X11/20060402) MIME-Version: 1.0 To: Mark Linimon References: <200604171934.k3HJYXX8075735@freefall.freebsd.org> In-Reply-To: <200604171934.k3HJYXX8075735@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: ports/95951: editors/Openoffice.org-2.0 build WITH_GNUGCJ fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Apr 2006 19:55:46 -0000 This is actually a problem with libtool while building lang/gcc41-withgcjawt. There are three possible causes for this: a) The lang/gcc41 port (master port of lang/gcc41-withgcjawt) comes with an outdated libtool version and needs "USE_AUTOTOOLS=libtool:15" in order to use the system-provided libtool 1.5. This is highly unlikely as others would certainly have noticed that lang/gcc41 does not compile before. b) AWT, as bundled with gcc 4.1, uses its own private copy of libtool which happens to be outdated. I don't know whether lang/gcc41 compiles AWT as well. If it doesn't, then it's possible that this somehow got missed so far - but it is also very unlikely (Maho would have noticed this while testing his own port). c) By far the most likely explanation: You have not correctly updated the ports installed on your system when libtool handling was redone in February. Short of "portupgrade -af", this is hard to fix. There is a port that was compiled with an old version of libtool somewhere on your machine and it needs to be reinstalled; finding this port won't be easy. You can try "portupgrade -a" of course to see whether there aren't any obviously stale ports. - Bartosz