Opened 18 years ago
Closed 18 years ago
#59 closed task (wontfix)
Coreutils and ru_RU.UTF-8 locale
Reported by: | Joe Ciccone | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | CLFS Standard 1.0.0 |
Component: | BOOK | Version: | CLFS Standard 1.0.0 |
Keywords: | Cc: |
Description
Right now the book does not address this issue. http://linuxfromscratch.org/pipermail/hlfs-book/2006-July/000604.html Patrakov suggested a better fix for this on lfs-dev towords the beginning of july. http://linuxfromscratch.org/pipermail/lfs-dev/2006-July/057582.html . Right now the best solution to me seems to be this sed:
sed -i '/config.h/a#undef ENABLE_NLS' src/who.c
As it fixes the buffer overflow issue and the issue with posistioning in languages where the length of the field name may be more then 10 characters.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Currently the CLFS 1.0.0 book is not going to be building a utf-8 compatible system. So for the time being, marking this as wontfix. We can revisit this under 1.1.0 or 1.2.0.
Make the change.