news/weekly chinese web site build hangs; disabled

2000-02-17 Thread Joey Hess
install -d ../../../../debian.org/News/weekly
cd . && WMLOPTS="-DWML_SRC_REALNAME=\"Joey Hess\" -DWML_SRC_USERNAME=joeyh"
wml  -o [EMAIL PROTECTED]:index.zh-cn.html.tmp -o
[EMAIL PROTECTED]:index.zh-tw.html.tmp --prolog='/usr/bin/perl -pe
"s/^(([\\x00-\\x7F]|([\\x80-\\xFF].))+[\\x80-\\xFF])$/\$1/;"' 

This command sat there doing nothing for a good half an hour. Strace of
similar commands shows wml locks up in a read().

Since I have to get Debian Weekly News out **NOW**, I am hacking the
chinese translation under News/weekly to not build at all.

-- 
see shy jo


Re: news/weekly chinese web site build hangs; disabled

2000-02-17 Thread James A. Treacy
On Wed, Feb 16, 2000 at 06:42:30PM -0800, Joey Hess wrote:
> install -d ../../../../debian.org/News/weekly
> cd . && WMLOPTS="-DWML_SRC_REALNAME=\"Joey Hess\" -DWML_SRC_USERNAME=joeyh"
> wml  -o [EMAIL PROTECTED]:index.zh-cn.html.tmp -o
> [EMAIL PROTECTED]:index.zh-tw.html.tmp --prolog='/usr/bin/perl -pe
> "s/^(([\\x00-\\x7F]|([\\x80-\\xFF].))+[\\x80-\\xFF])$/\$1/;"' 
> 
> This command sat there doing nothing for a good half an hour. Strace of
> similar commands shows wml locks up in a read().
> 
> Since I have to get Debian Weekly News out **NOW**, I am hacking the
> chinese translation under News/weekly to not build at all.
> 
The .wml file name is missing the filename. News/weekly does things
differently from the rest of the site. I'm pressed for time so can't
look into this now.

-- 
James (Jay) Treacy
[EMAIL PROTECTED]


Re: news/weekly chinese web site build hangs; disabled

2000-02-17 Thread Joey Hess
James A. Treacy wrote:
> The .wml file name is missing the filename. News/weekly does things
> differently from the rest of the site. I'm pressed for time so can't
> look into this now.

Ah, that's obvious. I'll see if I can fix it from here.

-- 
see shy jo