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 1N4QMS-0003io-Mz for garchives@archives.gentoo.org; Sun, 01 Nov 2009 02:40:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A3BE0BC2; Sun, 1 Nov 2009 02:40:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CB485E0BC2 for ; Sun, 1 Nov 2009 02:40:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6281366D67 for ; Sun, 1 Nov 2009 02:40:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.148 X-Spam-Level: X-Spam-Status: No, score=-3.148 required=5.5 tests=[AWL=-0.550, 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 jS1poMkllXGo for ; Sun, 1 Nov 2009 02:40:00 +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 CA7EC66FD5 for ; Sun, 1 Nov 2009 02:39:59 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N4QMG-0004Hf-0V for gentoo-user@gentoo.org; Sun, 01 Nov 2009 03:39:56 +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 03:39:55 +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 03:39:55 +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: Sat, 31 Oct 2009 19:39:29 -0700 Message-ID: References: <87fx8znjj4.fsf@newsguy.com> <87639vngnr.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/20091031 Shredder/3.1a1pre In-Reply-To: <87639vngnr.fsf@newsguy.com> Sender: news X-Archives-Salt: 4360d52b-5e02-4287-b6ed-428a205bde95 X-Archives-Hash: a3ba44d7e27b3ca232c38c4e82c21c5b 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?