GNU bug report logs -
#8521
Bug in df (printing info when i18n-zed)
Previous Next
Reported by: kost BebiX <k.bx <at> ya.ru>
Date: Tue, 19 Apr 2011 16:26:02 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8521 in the body.
You can then email your comments to 8521 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8521
; Package
coreutils
.
(Tue, 19 Apr 2011 16:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kost BebiX <k.bx <at> ya.ru>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Tue, 19 Apr 2011 16:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi everyone!
There's a small bug in df utility (or maybe it's in it's translation, I don't know).
When I use it and my system (Ubuntu) language is russian -- it's getting a bit broken output (I think because \t is used and translation is too long):
http://dl.dropbox.com/u/865508/df_fail.png
Hope you'll fix that. Thank you.
--
jabber: k.bx <at> ya.ru
Information forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8521
; Package
coreutils
.
(Wed, 20 Apr 2011 06:40:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 8521 <at> debbugs.gnu.org (full text, mbox):
tags 8521 moreinfo
thanks
kost BebiX wrote:
> There's a small bug in df utility (or maybe it's in it's translation, I don't know).
> When I use it and my system (Ubuntu) language is russian -- it's
> getting a bit broken output (I think because \t is used and
> translation is too long):
>
> http://dl.dropbox.com/u/865508/df_fail.png
>
> Hope you'll fix that. Thank you.
Thanks for the report.
That should be fixed in coreutils-8.11 (released a week ago).
Here's the applicable NEWS entry:
df now aligns columns consistently, and no longer wraps entries
with longer device identifiers, over two lines.
Can you confirm that, perhaps by building it yourself?
Information forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#8521
; Package
coreutils
.
(Wed, 20 Apr 2011 07:04:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 8521 <at> debbugs.gnu.org (full text, mbox):
20.04.2011, 09:39, "Jim Meyering" <jim <at> meyering.net>;:
> tags 8521 moreinfo
> thanks
>
> kost BebiX wrote:
>> There's a small bug in df utility (or maybe it's in it's translation, I don't know).
>> When I use it and my system (Ubuntu) language is russian -- it's
>> getting a bit broken output (I think because \t is used and
>> translation is too long):
>>
>> http://dl.dropbox.com/u/865508/df_fail.png
>>
>> Hope you'll fix that. Thank you.
> Thanks for the report.
> That should be fixed in coreutils-8.11 (released a week ago).
> Here's the applicable NEWS entry:
>
> df now aligns columns consistently, and no longer wraps entries
> with longer device identifiers, over two lines.
>
> Can you confirm that, perhaps by building it yourself?
Could you please help me building it with lang=russian?
I mean, ./configure; make;
builds it with english.
Thank you.
--
jabber: k.bx <at> ya.ru
Reply sent
to
Jim Meyering <jim <at> meyering.net>
:
You have taken responsibility.
(Wed, 20 Apr 2011 07:26:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
kost BebiX <k.bx <at> ya.ru>
:
bug acknowledged by developer.
(Wed, 20 Apr 2011 07:26:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 8521-done <at> debbugs.gnu.org (full text, mbox):
kost BebiX wrote:
> 20.04.2011, 09:39, "Jim Meyering" <jim <at> meyering.net>;:
>
>> tags 8521 moreinfo
>> thanks
>>
>> kost BebiX wrote:
>>> There's a small bug in df utility (or maybe it's in it's
>>> translation, I don't know).
>>> When I use it and my system (Ubuntu) language is russian -- it's
>>> getting a bit broken output (I think because \t is used and
>>> translation is too long):
>>>
>>> http://dl.dropbox.com/u/865508/df_fail.png
>>>
>>> Hope you'll fix that. Thank you.
>> Thanks for the report.
>> That should be fixed in coreutils-8.11 (released a week ago).
>> Here's the applicable NEWS entry:
>>
>> df now aligns columns consistently, and no longer wraps entries
>> with longer device identifiers, over two lines.
>>
>> Can you confirm that, perhaps by building it yourself?
>
> Could you please help me building it with lang=russian?
> I mean, ./configure; make;
> builds it with english.
Sure. Build and run like this:
d=$HOME/.tmp; ./configure --prefix=$d \
&& make && make install && LC_ALL=ru_RU $d/bin/df -hT /
Here's what I see:
Файловая система Тип Размер Использовано Дост Использовано% Cмонтировано в
/dev/sdb4 ext4 2,2G 529M 1,7G 24% /
On that basis, I've marked this ticket as "closed".
Message #17 received at 8521-done <at> debbugs.gnu.org (full text, mbox):
20.04.2011, 10:24, "Jim Meyering" <jim <at> meyering.net>:
> kost BebiX wrote:
>
>> 20.04.2011, 09:39, "Jim Meyering" <jim <at> meyering.net>;;:
>>> tags 8521 moreinfo
>>> thanks
>>>
>>> kost BebiX wrote:
>>>> There's a small bug in df utility (or maybe it's in it's
>>>> translation, I don't know).
>>>> When I use it and my system (Ubuntu) language is russian -- it's
>>>> getting a bit broken output (I think because \t is used and
>>>> translation is too long):
>>>>
>>>> http://dl.dropbox.com/u/865508/df_fail.png
>>>>
>>>> Hope you'll fix that. Thank you.
>>> Thanks for the report.
>>> That should be fixed in coreutils-8.11 (released a week ago).
>>> Here's the applicable NEWS entry:
>>>
>>> df now aligns columns consistently, and no longer wraps entries
>>> with longer device identifiers, over two lines.
>>>
>>> Can you confirm that, perhaps by building it yourself?
>> Could you please help me building it with lang=russian?
>> I mean, ./configure; make;
>> builds it with english.
>
> Sure. Build and run like this:
>
> d=$HOME/.tmp; ./configure --prefix=$d \
> && make && make install && LC_ALL=ru_RU $d/bin/df -hT /
>
> Here's what I see:
>
> Файловая система Тип Размер Использовано Дост Использовано% Cмонтировано в
> /dev/sdb4 ext4 2,2G 529M 1,7G 24% /
>
> On that basis, I've marked this ticket as "closed".
Yes, looks nice. Thank you!
--
jabber: k.bx <at> ya.ru
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 18 May 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.