[coreutils] tr: case mapping anomaly

2010-09-24 Thread Pádraig Brady
I was just looking at a bug reported to fedora there where this abort()s $ LC_ALL=en_US tr '[:upper:] ' '[:lower:]' It stems from the fact that there are 56 upper and 59 lower chars in iso-8859-1. But I also noticed an anomaly which would affect the fix, which is, that [:upper:] and [:lower:]

bug#7093: can't del files for linux

2010-09-24 Thread Jian H
I used root user for ubuntu extract a folder.But I can't delete them now.Can you help me?

bug#7093: can't del files for linux

2010-09-24 Thread jeff.liu
Jian H wrote: I used root user for ubuntu extract a folder.But I can't delete them now.Can you help me? Hi Jian, I guess you can not get any meaningful info for asking question in this way. Could you present your use case(at least, which commands you issued and results) in more details?

bug#7093: can't del files for linux

2010-09-24 Thread William Plusnick
On Fri, Sep 24, 2010 at 2:15 AM, Jian H jian.h...@gmail.com wrote: I used root user for ubuntu extract a folder.But I can't delete them now.Can you help me? My guess is that you are trying to delete them with a normal user, but you extracted them with root causing you not to have the proper

bug#7099: mbsalign.c old c compiler complains about variables defined inside code

2010-09-24 Thread Suhan Andrei
Hi Just wanted to let you know there are some errors when using old compiler ( gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) ) Tere are 2 variables defined inside blocks of code that triggers old c

bug#7099: mbsalign.c old c compiler complains about variables defined inside code

2010-09-24 Thread Paul Eggert
On 09/24/10 13:15, Suhan Andrei wrote: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) That compiler was shipped with Red Hat Linux 6.0, if I read the history correctly, and Red Hat stopped supporting that version years ago. Our general rule of thumb is that we don't bother

bug#7099: mbsalign.c old c compiler complains about variables defined inside code

2010-09-24 Thread Pádraig Brady
On 24/09/10 21:15, Suhan Andrei wrote: Hi Just wanted to let you know there are some errors when using old compiler ( gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) ) Tere are 2 variables