From owner-freebsd-ports@FreeBSD.ORG Tue Jun 20 10:05:22 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6046116A47D for ; Tue, 20 Jun 2006 10:05:22 +0000 (UTC) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (www.creo.hu [217.113.62.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id B835D43D46 for ; Tue, 20 Jun 2006 10:05:20 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (localhost [127.0.0.1]) by beastie.creo.hu (8.13.4/8.13.4) with ESMTP id k5KA33Ck078120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Jun 2006 12:03:03 +0200 (CEST) (envelope-from csaba@beastie.creo.hu) Received: (from csaba@localhost) by beastie.creo.hu (8.13.4/8.13.4/Submit) id k5KA32HT078118; Tue, 20 Jun 2006 12:03:02 +0200 (CEST) (envelope-from csaba) Date: Tue, 20 Jun 2006 12:03:02 +0200 From: Csaba Henk To: Alexander Leidinger Message-ID: <20060620100301.GT49983@beastie.creo.hu> References: <20060620091630.4uid5rgn4000cccg@netchild.homeip.net> <20060620080815.GS49983@beastie.creo.hu> <20060620103357.fg7pmhilckc0wgc0@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060620103357.fg7pmhilckc0wgc0@netchild.homeip.net> User-Agent: Mutt/1.5.9i Cc: freebsd-ports@freebsd.org Subject: Re: keeping up with "gnu-libtool -> libtool15" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 10:05:22 -0000 On Tue, Jun 20, 2006 at 10:33:57AM +0200, Alexander Leidinger wrote: > Create the dirlist file, run aclocal and then autoconf. I expect that > it will work then. I figured out that libtoolize should be called before aclocal (or else I get "required file `./ltmain.sh' not found". However, even doing that is not sufficient: while the configure script will be generated with no apparent failure, it still bails out out with /usr/local/bin/bash: ./ltconfig: No such file or directory configure: error: libtool configure failed The same happens if I call autoreconf. * * * Doing that also reveals what I see as the _real_ problem (which goes beyond my actual misery with FUSE): the non-gnu-prefixed versions of autotools are not a _transparent_ drop-in replacement for the gnu-prefixed ones. That is, autoreconf (which is then autoreconf259) will fail with Can't exec "aclocal" So one have to look for workarounds for making autoreconf259 find aclocal19 as aclocal (and so on). (Or did I miss some knob which will have this effect globally?) Regards, Csaba