Issue1969

classification
Title: can't build jython with Japanese environment
Type: Severity: normal
Components: Core Versions: 2.7a2
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pjenvey, yyamano
Priority: Keywords:

Created on 2012-09-10.05:56:12 by yyamano, last changed 2012-09-10.19:20:53 by pjenvey.

Files
File name Uploaded Description Edit Remove
build.xml-patch yyamano, 2012-09-10.05:56:11
Messages
msg7457 (view) Author: Yuji Yamano (yyamano) Date: 2012-09-10.05:56:11
I got the following errors when I build jython. Attached patch fixes the problem.

% ant developer-build
Buildfile: /Users/yyamano/work/jython/jython-bitbucket/jython/build.xml

[snip]

    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                        ^
    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                             ^
    [javac] /Users/yyamano/work/jython/jython-bitbucket/jython/tests/java/org/python/core/PyByteArrayTest.java:308: ???̕????́A?G???R?[?f?B???O SJIS ?Ƀ}?b?v?ł??܂???B
    [javac]         String ver = "D??rob??e au sang de nos c??urs";
    [javac]                                                 ^
    [javac] ?G???[ 3 ??

BUILD FAILED
/Users/yyamano/work/jython/jython-bitbucket/jython/build.xml:574: Compile failed; see the compiler error output for details.
msg7459 (view) Author: Philip Jenvey (pjenvey) Date: 2012-09-10.19:20:53
appled in d1983532a776, thanks Yuji
History
Date User Action Args
2012-09-10 19:20:53pjenveysetstatus: open -> closed
resolution: fixed
messages: + msg7459
nosy: + pjenvey
2012-09-10 05:56:12yyamanocreate