Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9955243F4 for ; Mon, 6 Jun 2011 16:06:53 +0000 (UTC) Received: (qmail 73376 invoked by uid 500); 6 Jun 2011 16:06:53 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 73317 invoked by uid 500); 6 Jun 2011 16:06:53 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 73308 invoked by uid 99); 6 Jun 2011 16:06:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 16:06:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [66.111.4.27] (HELO out3.smtp.messagingengine.com) (66.111.4.27) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 16:06:45 +0000 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.messagingengine.com (Postfix) with ESMTP id C9876200E5 for ; Mon, 6 Jun 2011 12:06:23 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute6.internal (MEProxy); Mon, 06 Jun 2011 12:06:23 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:date:from:mime-version:to:subject:content-type; s=smtpout; bh=I6nmBBzitmIOcW/pRINZY0a6FHA=; b=DY3MpnnzhZ97haPGctwpBttv3IImJJR2h+uL3tq3eJ8+TfcFTJdzIP2Sr6b5sOtQzFZJiPZq+8AfvnemXcULQoEdW2oZ0KpxzgxqMQo1XyO6eQtWXqsxuWR8Ca7Z0DY1dCHEwmNelm8JQn3sfhtmoA+92ymYDpUXGxTw/0YskBE= X-Sasl-enc: lVGk7YHXdU7hWpxg/fQAifmDqVcBxmsy313yXIwy5pOc 1307376383 Received: from bubbas.mustardgrain.com (173-11-71-122-SFBA.hfc.comcastbusiness.net [173.11.71.122]) by mail.messagingengine.com (Postfix) with ESMTPSA id 6D654401B9C for ; Mon, 6 Jun 2011 12:06:23 -0400 (EDT) Message-ID: <4DECFAFE.4090705@mustardgrain.com> Date: Mon, 06 Jun 2011 09:06:22 -0700 From: Kirk True Organization: Mustard Grain, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: hdfs-dev@hadoop.apache.org Subject: libhdfs compilation error with fresh checkout Content-Type: multipart/alternative; boundary="------------000305080902050709080500" X-Virus-Checked: Checked by ClamAV on apache.org --------------000305080902050709080500 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, With a fresh checkout, running `ant binary` generates this error: create-libhdfs-configure: [mkdir] Created dir: /tmp/test/hadoop-hdfs/src/c++/libhdfs/config [exec] configure.ac:116: error: possibly undefined macro: AC_PROG_LIBTOOL [exec] If this token and others are legitimate, please use m4_pattern_allow. [exec] See the Autoconf documentation. [exec] autoreconf: /usr/bin/autoconf failed with exit status: 1 BUILD FAILED /tmp/test/hadoop-hdfs/build.xml:1488: The following error occurred while executing this line: /tmp/test/hadoop-hdfs/build.xml:1475: exec returned: 1 This seems to be a result of HDFS-2022 from last week, though I'm sure it's something not set up correctly in my environment. Thanks, Kirk --------------000305080902050709080500--