Subject: Re: build failure
To: None <rmk@rmkhome.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 01/27/2001 16:02:51
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
I've notice this, too. It looks like something is doing a
TIOCGETA on file descriptor 0.
Investigating.
--
-- Jason R. Thorpe <thorpej@zembu.com>