Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 54492 invoked from network); 10 Dec 2010 21:04:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 21:04:25 -0000 Received: (qmail 2742 invoked by uid 500); 10 Dec 2010 21:04:25 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 2718 invoked by uid 500); 10 Dec 2010 21:04:25 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 2710 invoked by uid 99); 10 Dec 2010 21:04:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 21:04:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 21:04:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBAL40eC015939 for ; Fri, 10 Dec 2010 21:04:01 GMT Message-ID: <20105680.65421292015040781.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 16:04:00 -0500 (EST) From: "Hudson (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows In-Reply-To: <6859389.129061289947393597.JavaMail.jira@thor> 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/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970310#action_12970310 ] Hudson commented on HADOOP-7038: -------------------------------- Integrated in Hadoop-Common-trunk-Commit #456 (See [https://hudson.apache.org/hudson/job/Hadoop-Common-trunk-Commit/456/]) HADOOP-7038. saveVersion script includes an additional \r while running whoami under windows. Contributed by Wang Xu. > saveVersion script includes an additional \r while running whoami under windows > ------------------------------------------------------------------------------- > > Key: HADOOP-7038 > URL: https://issues.apache.org/jira/browse/HADOOP-7038 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 0.22.0 > Environment: Windows 7 / Eclipse > Reporter: Wang Xu > Assignee: Wang Xu > Priority: Minor > Fix For: 0.22.0 > > Attachments: HADOOP-7038.diff > > > I built common under windows occasionally, and found it failed because the 'user' in build/src/o/a/h/package-info.java is "myhostmyname^M". > It seems because the whoami of windows give a string with '\n\r' rather than '\n' only. thus I add an additional tr for it to eliminate the problem. > Since only windows would generate '\n\r' output, I think it won't harm to any other platform. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.