This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: second test release


On Tue, Aug 01, 2000 at 08:40:43AM -0700, H . J . Lu wrote:
> On Mon, Jul 31, 2000 at 11:39:49PM -0700, Ulrich Drepper wrote:
> > "H . J . Lu" <hjl@lucon.org> writes:
> > 
> > > libio/tst-widetext failed on me.
> > 
> > No problem here.
> > 
> 
> Something is wrong. From strace, iconv_open calls both
> /work/build/gnu/bin/glibc/iconvdata/gconv-modules and
> /usr/lib/gconv/gconv-modules. I will try to find out why.
> 

Ulrich, the problem is in __gconv_read_conf () from iconv/gconv_conf.c.
Why does it read from /usr/lib/gconv/gconv-modules after
/work/build/gnu/bin/glibc/iconvdata/gconv-modules? I don't see
its purpose. They are either the same or totally incompatible.


H.J.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]