Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 72442 invoked from network); 12 Apr 2011 02:46:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Apr 2011 02:46:21 -0000 Received: (qmail 71393 invoked by uid 500); 12 Apr 2011 02:46:17 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 70206 invoked by uid 500); 12 Apr 2011 02:46:16 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 69403 invoked by uid 99); 12 Apr 2011 02:46:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 02:46:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexander.luya@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Apr 2011 02:46:08 +0000 Received: by iwr19 with SMTP id 19so8969624iwr.35 for ; Mon, 11 Apr 2011 19:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:content-type:organization:date :message-id:mime-version:x-mailer:content-transfer-encoding; bh=sfEn1wHQOCw9xOjwLIp7ifSHlaWuYxMqk465zl2AJgw=; b=n+etxN31Sn0bE6iL6nTok9VsWMswyvtxLhYmyiPOfpNkY6srTg0y/rkR72G7dPUE7e bZBx1paFgjoOOt3GG68mdkl9xgDE05U9dKyckRA/5wJ7ocklDdDMM71l2OPnXu8zCz5Q TyeRs0V7111+dBu+iEngeqB5TugGttL/to36E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=tdkW55uELoWd3hc7y3VcQg6VABt+0/fvpZAU36vNce9iq91Arj7S15rzeIDpYNoZkT +LKxTRppkq8VFjnxyGCcZ9lwioW9QnB/liNuM17j2kpK5/e0l3aLj/lFwsgyVqcEAduN up3wfHEuvTcbV9RpnB1R95wWSnSOi1BIoUnKw= Received: by 10.42.152.71 with SMTP id h7mr898276icw.440.1302576347605; Mon, 11 Apr 2011 19:45:47 -0700 (PDT) Received: from [111.186.1.124] ([111.186.1.124]) by mx.google.com with ESMTPS id vr5sm4329414icb.0.2011.04.11.19.45.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 11 Apr 2011 19:45:46 -0700 (PDT) Subject: hadoop branch-0.20-append Build error:build.xml:933: exec returned: 1 From: Alex Luya To: HBase , Hadoop-Common , Hadoop-MapReduce , HDFS Content-Type: text/plain; charset="UTF-8" Organization: Athena Inc. Date: Tue, 12 Apr 2011 10:45:37 +0800 Message-ID: <1302576337.6538.10.camel@luya> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit BUILD FAILED ......./branch-0 .20-append/build.xml:927: The following error occurred while executing this line: ....../branch-0 .20-append/build.xml:933: exec returned: 1 Total time: 1 minute 17 seconds + RESULT=1 + '[' 1 '!=' 0 ']' + echo 'Build Failed: 64-bit build not run' Build Failed: 64-bit build not run + exit 1 ----------------------------------------------------------------------------------------------------------------- I checked content in file build.xml: ------------------------------------------------------------------------------------------------------------ line 927: line 933: ----------------------------------------------------------------------------------------------------------------------------------------------- It seems try to execute forrest,what is the problem here?I am running a 64bit ubuntu,with 64+32bit-jdk-1.6 and 64-bit-jdk-1.5 installed.Some guys told there are some tricks in this page:http://wiki.apache.org/hadoop/HowToRelease to get forrest build to work.But I can't find any tricks in the page. Any help is appreciated.