Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 38756 invoked from network); 17 Nov 2010 20:16:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 20:16:04 -0000 Received: (qmail 87098 invoked by uid 500); 17 Nov 2010 20:16:35 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 87049 invoked by uid 500); 17 Nov 2010 20:16:35 -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 87040 invoked by uid 99); 17 Nov 2010 20:16:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 20:16:34 +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; Wed, 17 Nov 2010 20:16:34 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oAHKGDxD006520 for ; Wed, 17 Nov 2010 20:16:14 GMT Message-ID: <28026203.157641290024973907.JavaMail.jira@thor> Date: Wed, 17 Nov 2010 15:16:13 -0500 (EST) From: "Konstantin Boudnik (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 [ https://issues.apache.org/jira/browse/HADOOP-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12933127#action_12933127 ] Konstantin Boudnik commented on HADOOP-7038: -------------------------------------------- On Unix pre-patched and after patched version produce the same results: before {{0000000 6f63 0a73}} and after {{0000000 6f63 0a73}} +1 patch looks good. It doesn't have any tests for an apparent enough reason. > 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 > Environment: Windows 7 / Eclipse > Reporter: Wang Xu > Assignee: Wang Xu > Priority: Minor > 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.