Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC0854A64 for ; Thu, 2 Jun 2011 21:14:30 +0000 (UTC) Received: (qmail 25316 invoked by uid 500); 2 Jun 2011 21:14:30 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 25274 invoked by uid 500); 2 Jun 2011 21:14:30 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 25266 invoked by uid 99); 2 Jun 2011 21:14:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 21:14:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2011 21:14:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 74B25F0960 for ; Thu, 2 Jun 2011 21:13:47 +0000 (UTC) Date: Thu, 2 Jun 2011 21:13:47 +0000 (UTC) From: "Eric Yang (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <635034546.64115.1307049227474.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1649508989.63204.1307032427679.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-2559) ant binary fails due to missing c++ lib dir MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MAPREDUCE-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043051#comment-13043051 ] Eric Yang commented on MAPREDUCE-2559: -------------------------------------- Sorry, incompleted statement in -D in previous message. Usage: {noformat} ant clean binary -Dxercescroot=/path/to/xercescroot {noformat} > ant binary fails due to missing c++ lib dir > ------------------------------------------- > > Key: MAPREDUCE-2559 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-2559 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build > Affects Versions: 0.20.3 > Environment: Redhat 5.5, Java 6 > Reporter: Eric Yang > Assignee: Eric Yang > Fix For: 0.23.0 > > Attachments: MAPREDUCE-2559-1.patch, MAPREDUCE-2559.patch > > > Post MAPRED-2521 ant binary fails without "-Dcompile.c++=true -Dcompile.native=true". The bin-package is trying to copy from the c++ lib dir which doesn't exist yet. The binary target should check for the existence of this dir or would also be reasonable to depend on the compile-c++ (since this is the binary target). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira