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


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

Re: An iconv patch


> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> > cnt may be zero. We have to deal with it.
> 
> No, this cannot happen unless something different goes wrong.  Please
> explain the situation where you have problems.
> 

That happened when I ran VSX-PCT. When I installed those pseudo
language locales, localdef complains

# make -k
localedef -c -f lang0.ascii -i lang0.src VSX4L0
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
localedef -c -f lang1.ascii -i lang1.src VSX4L1
value of field `int_curr_symbol' in category `LC_MONETARY' does not correspond 
o a valid name in ISO 4217
field `grouping' in category `LC_NUMERIC' not defined
field `yesexpr' in category `LC_MESSAGES' undefined
field `noexpr' in category `LC_MESSAGES' undefined
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
make: *** [VSX4L1] Error 1
localedef -c -f lang2.ascii -i lang2.src VSX4L2
field `yesexpr' in category `LC_MESSAGES' undefined
field `noexpr' in category `LC_MESSAGES' undefined
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
make: *** [VSX4L2] Error 1
localedef -c -f lang3.ascii -i lang3.src VSX4L3
value of field `int_curr_symbol' in category `LC_MONETARY' does not correspond 
o a valid name in ISO 4217
field `grouping' in category `LC_NUMERIC' not defined
field `yesexpr' in category `LC_MESSAGES' undefined
field `noexpr' in category `LC_MESSAGES' undefined
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
make: *** [VSX4L3] Error 1
localedef -c -f lang3.ascii -i lang4.src VSX4L3@dict
field `yesexpr' in category `LC_MESSAGES' undefined
field `noexpr' in category `LC_MESSAGES' undefined
Computing table size for character classes might take a while... done
Computing table size for collation information might take a while... done
make: *** [VSX4L3@dict] Error 1

Some of tests failed because of "cnt" == 0.


-- 
H.J. Lu (hjl@gnu.org)


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