CVSROOT:        /cvsroot/webwml
Module name:    webwml
Changes by:     foka    11/04/07 06:23:19

Modified files:
        chinese/bin    : fix_big5.pl tocn.pl totw.pl 

Log message:
        Addition of -CSD to Perl shebang line to chinese/bin/*.pl for UTF-8
        caused WML run fail with "Too late for "-CSD" option, as seen on
        http://www-master.debian.org/build-logs/webwml/wml_run.log dated
        2011-04-07 03:42:
        
         Processing contact.wml: Too late for "-CSD" option at 
./bin/fix_big5.pl line 1.
         ** IPP:Error: Prolog Filter `./bin/fix_big5.pl' failed
         ** WML:Break: Error in Pass 1 (rc=1).
         make[1]: *** [contact.zh-cn.html] Error 1
         make[1]: Leaving directory `/srv/www.debian.org/webwml/chinese'
         make: *** [chinese-install] Error 2
        
        (Strange, it works locally on my Debian sid system.)
        
        Modify these scripts to use
        
                use open ':std', ':utf8';
        
        instead, thanks to helpful hints from the following pages:
        
        "Too late for -CS" Howto
        * 
http://www.fi.muni.cz/~kas/blog/index.cgi/computers/too-late-for-cs-howto.html
        
        Re: [perl #59652] "Too late for "-CS" option"
        * 
http://www.nntp.perl.org/group/perl.perl5.porters/2008/10/msg140489.html


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to