Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A560E3D3 for ; Fri, 8 Feb 2013 14:53:23 +0000 (UTC) Received: (qmail 94571 invoked by uid 500); 8 Feb 2013 14:53:18 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 94278 invoked by uid 500); 8 Feb 2013 14:53:16 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 94255 invoked by uid 99); 8 Feb 2013 14:53:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 14:53:15 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Feb 2013 14:53:09 +0000 Received: by mail-we0-f173.google.com with SMTP id r5so3081493wey.18 for ; Fri, 08 Feb 2013 06:52:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:x-gm-message-state; bh=s44+PVSJqbKObWUX5bj+2p2ke/0smwbfQQXtVPKHVMY=; b=cWb4QzhCQ8gDan4Xy6bnNQ2GKBFnk6b2xMVgUg9TplA14Yg+n2MKY7Q1dnDoTIlKXR OJAXVC6Q1Ka4jAMaO8zWNJrPNErJKC4v5++OnclF/Lswbo4hXQ7u8xghMp+QYarCqR/A DL989iDaazGpNakfeNtF5Mfhjd7Hv5dmmI/JAJt0/gdo2epPsn+rFFbuFCCKwkZ5ZsGn vWtEszmg+QZ49tBrOaiV/Ry58akxRCGRXhOVjYuUbvuoUWvembPrh5L8q/YP7i6U7AkV 6KaJEtxzZhxyqSeGf1Ohe8cbR3petD3CQVR4XyPkGztvEAmJbajQyR07ex/D6BLAk9xe zzCw== MIME-Version: 1.0 X-Received: by 10.194.75.196 with SMTP id e4mr10278125wjw.44.1360335168976; Fri, 08 Feb 2013 06:52:48 -0800 (PST) Received: by 10.194.8.65 with HTTP; Fri, 8 Feb 2013 06:52:48 -0800 (PST) In-Reply-To: References: Date: Fri, 8 Feb 2013 09:52:48 -0500 Message-ID: Subject: Re: Hadoop + Fuse: Compilation errors From: Jean-Marc Spaggiari To: user Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnzErf8B+m/htch7rgIZuGv3XWntuvXd7nDFbVgV5R4scfhTfzkAW4bm6WTahkn8uZ9MWCS X-Virus-Checked: Checked by ClamAV on apache.org Replying to myself ;) I found the issue, I'm posting here in case it can help someone else. To solve that you need to install libtool. http://mail-archives.apache.org/mod_mbox/hadoop-hdfs-dev/201106.mbox/%3CBANLkTik0WgkdWkdUGnOrQa7DH1UA8pOWvg@mail.gmail.com%3E It's still failing later on a compilation issue, but at least I made some progress... JM 2013/2/8, Jean-Marc Spaggiari : > Hi, > > I'm trying to install FUSE with Hadoop 1.0.3 and I'm facing some issues. > > I'm following the steps I have there: > http://wiki.apache.org/hadoop/MountableHDFS > > I have extracted 1.0.3 code using svn checkout > http://svn.apache.org/repos/asf/hadoop/common/tags/release-X.Y.Z/ > hadoop-common-X.Y.Z > > ant compile-c++-libhdfs -Dlibhdfs=1 is working fine, but ant package > is failing on create-native-configure > create-native-configure: > [exec] configure.ac:47: 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 > /home/hadoop/hadoop-1.0.3-src/hadoop-common-1.0.3/build.xml:618: exec > returned: 1 > > I'm on amd64. And on the wiki page,it's saying that I have to update > the Makefile in a specific directory, but there is no Makefile in this > directory... So I'm a bit blocked there. Any help will be welcome. > > Thanks, > > jM >