You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Rong-En Fan (JIRA)" <ji...@apache.org> on 2008/06/13 06:12:45 UTC

[jira] Created: (HBASE-683) can not get svn revision # at build time if locale is not english

can not get svn revision # at build time if locale is not english
-----------------------------------------------------------------

                 Key: HBASE-683
                 URL: https://issues.apache.org/jira/browse/HBASE-683
             Project: Hadoop HBase
          Issue Type: Bug
          Components: build
    Affects Versions: 0.2.0
            Reporter: Rong-En Fan
            Priority: Minor


My locale is zh_TW.UTF-8, so 'svn info' shows messages in chinese. But
src/saveVersion.sh expects english from output.

I suggest that we add clear LANG, LC_* in saveVersion.sh before calling svn.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-683) can not get svn revision # at build time if locale is not english

Posted by "Rong-En Fan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rong-En Fan updated HBASE-683:
------------------------------

    Attachment: 683.diff

here is the patch. I believe this also applies to Hadoop.

> can not get svn revision # at build time if locale is not english
> -----------------------------------------------------------------
>
>                 Key: HBASE-683
>                 URL: https://issues.apache.org/jira/browse/HBASE-683
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.2.0
>            Reporter: Rong-En Fan
>            Priority: Minor
>         Attachments: 683.diff
>
>
> My locale is zh_TW.UTF-8, so 'svn info' shows messages in chinese. But
> src/saveVersion.sh expects english from output.
> I suggest that we add clear LANG, LC_* in saveVersion.sh before calling svn.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-683) can not get svn revision # at build time if locale is not english

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-683:
---------------------------

    Assignee: Rong-En Fan

Tested.  Doesn't break anything.  Committed.  Thanks for the patch Rong-En.

Regards hadoop, open a new issue against hadoop (if the same issue exists there).  Thanks.

> can not get svn revision # at build time if locale is not english
> -----------------------------------------------------------------
>
>                 Key: HBASE-683
>                 URL: https://issues.apache.org/jira/browse/HBASE-683
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.2.0
>            Reporter: Rong-En Fan
>            Assignee: Rong-En Fan
>            Priority: Minor
>         Attachments: 683.diff
>
>
> My locale is zh_TW.UTF-8, so 'svn info' shows messages in chinese. But
> src/saveVersion.sh expects english from output.
> I suggest that we add clear LANG, LC_* in saveVersion.sh before calling svn.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-683) can not get svn revision # at build time if locale is not english

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-683.
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0

Committed.

> can not get svn revision # at build time if locale is not english
> -----------------------------------------------------------------
>
>                 Key: HBASE-683
>                 URL: https://issues.apache.org/jira/browse/HBASE-683
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.2.0
>            Reporter: Rong-En Fan
>            Assignee: Rong-En Fan
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: 683.diff
>
>
> My locale is zh_TW.UTF-8, so 'svn info' shows messages in chinese. But
> src/saveVersion.sh expects english from output.
> I suggest that we add clear LANG, LC_* in saveVersion.sh before calling svn.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-683) can not get svn revision # at build time if locale is not english

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606091#action_12606091 ] 

stack commented on HBASE-683:
-----------------------------

Can you make a patch Rong-En to do the above please so I can test and commit if alls well?

> can not get svn revision # at build time if locale is not english
> -----------------------------------------------------------------
>
>                 Key: HBASE-683
>                 URL: https://issues.apache.org/jira/browse/HBASE-683
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.2.0
>            Reporter: Rong-En Fan
>            Priority: Minor
>
> My locale is zh_TW.UTF-8, so 'svn info' shows messages in chinese. But
> src/saveVersion.sh expects english from output.
> I suggest that we add clear LANG, LC_* in saveVersion.sh before calling svn.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.