From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N4dBf-0001F7-QL for garchives@archives.gentoo.org; Sun, 01 Nov 2009 16:21:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E0BFE0B44; Sun, 1 Nov 2009 16:21:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B85EE0B44 for ; Sun, 1 Nov 2009 16:21:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id ED40667233 for ; Sun, 1 Nov 2009 16:21:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.146 X-Spam-Level: X-Spam-Status: No, score=-3.146 required=5.5 tests=[AWL=-0.548, BAYES_00=-2.599, WEIRD_PORT=0.001] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70lxT--t-9IP for ; Sun, 1 Nov 2009 16:21:41 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 8D6CF67203 for ; Sun, 1 Nov 2009 16:21:40 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N4dBD-00086N-NC for gentoo-user@gentoo.org; Sun, 01 Nov 2009 17:21:23 +0100 Received: from adsl-69-234-184-177.dsl.irvnca.pacbell.net ([69.234.184.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 17:21:23 +0100 Received: from w41ter by adsl-69-234-184-177.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Nov 2009 17:21:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: libsxlt and aclocal/autoconf failing during emerge Date: Sun, 01 Nov 2009 08:21:00 -0800 Message-ID: References: <87fx8znjj4.fsf@newsguy.com> <87639vngnr.fsf@newsguy.com> <87tyxemg32.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-184-177.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091101 Shredder/3.1a1pre In-Reply-To: <87tyxemg32.fsf@newsguy.com> Sender: news X-Archives-Salt: 9afd21ac-642d-4839-96b3-20e8f11b97bb X-Archives-Hash: 99e2c7b138242a31c7994f0b1e555fa4 On 11/01/2009 07:15 AM, Harry Putnam wrote: > walt writes: > >> On 10/31/2009 07:05 PM, Harry Putnam wrote: >>> ... >>> /var/tmp/portage/dev-libs/libxslt-1.1.26/temp/autoconf.out >>> ***** autoconf ***** >>> ***** PWD: /var/tmp/portage/dev-libs/libxslt-1.1.26/work/libxslt-1.1.26 >>> ***** autoconf >>> >>> configure.in:120: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL >>> If this token and others are legitimate, please use m4_pattern_allow. >>> See the Autoconf documentation. >>> configure.in:121: error: possibly undefined macro: AM_PROG_LIBTOOL >> >> If I'm interpreting things correctly (unlikely) those two macros are defined >> in /usr/share/libtool/libtld/aclocal.m4, which belongs to the libtool package. >> (On my machine, sys-devel/libtool-2.2.6a). >> >> Do you have such a file/package on your machine? > > I have libtool installed but not that new of version. In fact portage > doesn't show that new a version being available for ~x86, as of this > mornings sync.. (Its masked here) Hm, yes, that's odd. Well, when in doubt, blame libtool anyway. It's a bet you'll win most of the time. Get out the shotgun and run lafilefixer --justfixit (install lafilefixer if you don't already have it). You might want to run fix_libtool_files also if you've upgraded gcc lately. If that doesn't work, reinstall libtool. If that doesn't work, emerge -C libtool ;o)