Subject: Re: build failure
To: None <rmk@rmkhome.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 01/27/2001 16:54:04
On Sat, Jan 27, 2001 at 04:46:43PM -0700, Rick Kelly wrote:

 > cpp -I/usr/src/share/locale/ctype < ja_JP.eucJP.src | sed -e '/^#/d' |  mklocale -o ja_JP.eucJP.out
 > cpp -I/usr/src/share/locale/ctype < ko_KR.eucKR.src | sed -e '/^#/d' |  mklocale -o ko_KR.eucKR.out
 > cpp -I/usr/src/share/locale/ctype < zh_CN.eucCN.src | sed -e '/^#/d' |  mklocale -o zh_CN.eucCN.out
 > cpp -I/usr/src/share/locale/ctype < zh_TW.eucTW.src | sed -e '/^#/d' |  mklocale -o zh_TW.eucTW.out
 > zh_TW.eucTW.out: Operation not supported

Ignore my previous TIOCGETA comment -- the actual problem didn't show
up in the ktrace argument for a good reason -- mklocale was incorrectly
thinking that an fwrite() of 0 bytes failed, and using a stale errno
for the error message.

I've just checked in a fix for the problem.  You want mklocale/yacc.y
version 1.5, rebuild mklocale, and then you can build the share/locale
files.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>