ports/159978

Ruslan Mahmatkhanov cvs-src at yandex.ru
Tue Aug 23 08:10:04 UTC 2011


The following reply was made to PR ports/159978; it has been noted by GNATS.

From: Ruslan Mahmatkhanov <cvs-src at yandex.ru>
To: bug-followup at FreeBSD.org
Cc: Dean Matzkov <bapabooiee at gmail.com>
Subject: Re: ports/159978
Date: Tue, 23 Aug 2011 12:05:06 +0400

 Hi, Dean.
 
 I can't reproduce it here:
 
 """
 mrk at smeshariki2$ bzr --version
 Bazaar (bzr) 2.4.0
    Python interpreter: /usr/local/bin/python2.7 2.7.2
    Python standard library: /usr/local/lib/python2.7
    Platform: FreeBSD-9.0-BETA1-i386-32bit-ELF
    bzrlib: /usr/local/lib/python2.7/site-packages/bzrlib
    Bazaar configuration: /root/.bazaar
    Bazaar log file: /root/.bzr.log
 [skip]
 mrk at smeshariki2$ bzr update --help
 Purpose: Update a tree to have the latest code committed to its branch.
 Usage:   bzr update [DIR]
 
 Options:
 [skip]
 """
 
 does `bzr help update` work for you? If it's not, can you please show 
 what locale you are using:
 
 mrk at smeshariki2$ env | grep LANG
 LANG=ru_RU.UTF-8
 
 Try to patch your /usr/local/lib/python2.6/site-packages/bzrlib/i18n.py 
 like this and show me the output of the bzr update --help:
 
   73 def install(lang=None):
   74     global _translations
   75     print("Lang before anything: ", lang)
   76     if lang is None:
   77         lang = _get_current_locale()
   78     print("Lang before get_current_locale: ", lang)
   79     _translations = _gettext.translation(
   80             'bzr',
   81             localedir=_get_locale_dir(),
   82             languages=lang.split(':'),
   83             fallback=True)
 
 -- 
 Regards,
 Ruslan
 
 Tinderboxing kills... the drives.



More information about the freebsd-ports-bugs mailing list