#888: [BUG]parrot make failed with chinese TEMP PATH
--------------------+-------------------------------------------------------
 Reporter:  jimmy   |       Owner:  coke 
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  1.4.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by cotto):

 If nothing else, this is pretty easy to reproduce on other platforms.
 Just add some non-ascii chars to the tmp path before running Configure.pl
 and the build should fail in the same place.
 {{{
 export TMPDIR=/tmp/散花牧人
 mkdir $TMPDIR
 perl Configure.pl
 make
 ...
 <build breaks>
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/888#comment:6>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to