From nobody@FreeBSD.ORG Tue Sep  7 13:22:02 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E960B14F23; Tue,  7 Sep 1999 13:22:01 -0700 (PDT)
Message-Id: <19990907202201.E960B14F23@hub.freebsd.org>
Date: Tue,  7 Sep 1999 13:22:01 -0700 (PDT)
From: jtjang@gcn.net.tw
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: libxpg4.so.2.0 doesn't support zh_TW.Big5 locale
X-Send-Pr-Version: www-1.0

>Number:         13623
>Category:       bin
>Synopsis:       libxpg4.so.2.0 doesn't support zh_TW.Big5 locale
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep  7 13:30:01 PDT 1999
>Closed-Date:    Tue Sep 14 01:23:22 PDT 1999
>Last-Modified:  Tue Sep 14 01:26:54 PDT 1999
>Originator:     Keith Jang
>Release:        4.0-current
>Organization:
Private
>Environment:
FreeBSD phantom.at.home 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Sep  8 00:45:24 GMT 1999     root@phantom.at.home:/usr/src/sys/compile/phantom  i386
>Description:
/usr/src/lib/compat/compat22/libxpg4.so.2.0.gz.uu
does not have BIG5 rune supported. aout applications
like Netscape needs this to function properly.
>How-To-Repeat:
Just uudecode & gunzip libxpg4.so.2.0.gz.uu, and
"nm -aout libxpg4.so.2.0 |grep -i big5" will show
that no BIG5-related symbols there, while elf
libxpg4 contains those symbols.
>Fix:
A working aout libxpg4 can be fetched from
ftp://freebsd.sinica.edu.tw/pub/keith/libxpg4.so.2.0.
To compile it yourself, follow these steps
(clean /usr/obj first):

cd /usr/src/lib/csu/i386
env OBJFORMAT=aout make
cp *.o /usr/src/lib/libxpg4
cd /usr/src/lib/libxpg4
env OBJFORMAT=aout make

Since zh_TW.Big5 locale was introduced in 3.0R,
I suggest that the broken one in compat22 be
nuked, and put a working libxpg4 in compat3x.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->obrien 
Responsible-Changed-By: obrien 
Responsible-Changed-When: Sat Sep 11 03:10:41 PDT 1999 
Responsible-Changed-Why:  
I guess I'm the guilty on the compat22 scene. 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Tue Sep 14 01:23:22 PDT 1999 
State-Changed-Why:  
fixed 
. 
>Unformatted:
