Bug 27590 - i18n is broken
Summary: i18n is broken
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: git (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-02 10:50 MSK by ildar
Modified: 2012-08-14 13:48 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ildar 2012-08-02 10:50:10 MSK
$ LANG=ru_RU.UTF-8 git clone git://localhost
Cloning into 'localhost'...
fatal: Unable to look up  (port 9418) (??? ??? ?????? ?? ????????)
$ LANG=C git clone git://localhost
Cloning into 'localhost'...
fatal: Unable to look up  (port 9418) (Name or service not known)
Comment 1 Dmitry V. Levin 2012-08-02 12:41:22 MSK
i18n is intentionally broken, see http://git.kernel.org/?p=git/git.git;a=blob;f=gettext.c#l30
Comment 2 real@altlinux.org 2012-08-03 06:52:33 MSK
Если это намеренная диверсия, почему нельзя это починить в ALT Linux?
Comment 3 Dmitry V. Levin 2012-08-03 11:55:38 MSK
(In reply to comment #2)
> Если это намеренная диверсия, почему нельзя это починить в ALT Linux?

Почему это нельзя?
Comment 4 real@altlinux.org 2012-08-03 12:20:58 MSK
Пардон, не заметил "Состояние: 	ASSIGNED".
Comment 5 Repository Robot 2012-08-14 13:48:14 MSK
git-1.7.11.4-alt2 -> sisyphus:

* Tue Aug 14 2012 Dmitry V. Levin <ldv@altlinux> 1.7.11.4-alt2
- Updated to maint v1.7.11.4-27-gb17a01d.
- Disabled broken i18n (closes: #27590).