ports/159978: devel/bazaar-ng-2.4.0: Viewing help for subcommands results in an error

Dean Matzkov bapabooiee at gmail.com
Sun Aug 21 23:10:12 UTC 2011


>Number:         159978
>Category:       ports
>Synopsis:       devel/bazaar-ng-2.4.0: Viewing help for subcommands results in an error
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 21 23:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dean Matzkov
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
When trying to view help text for any of bzr's subcommands, it errors out like so:


---SNIP---

bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no attribute 'split'

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 946, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 1150, in run_bzr
    ret = run(*run_argv)
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 674, in run_argv_aliases
    self.outf.write(self.get_help_text())
  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 492, in get_help_text
    i18n.install()  # Install i18n only for get_help_text for now.
  File "/usr/local/lib/python2.6/site-packages/bzrlib/i18n.py", line 80, in install
    languages=lang.split(':'),
AttributeError: 'NoneType' object has no attribute 'split'

bzr 2.4.0 on python 2.6.7 (FreeBSD-8.2-RELEASE-i386-32bit-ELF)
arguments: ['/usr/local/bin/bzr', 'update', '--help']
plugins: bash_completion[2.4.0], changelog_merge[2.4.0], git[0.6.1],
    launchpad[2.4.0], netrc_credential_store[2.4.0], news_merge[2.4.0],
    weave_fmt[2.4.0]
encoding: 'US-ASCII', fsenc: 'US-ASCII', lang: None

----SNIP----


This only occurs with bzr-1.4.0, which is the current version in the Ports tree. Downgrading to a previous version (such as v2.3.0) does not exhibit this problem.
>How-To-Repeat:
$ cd /usr/ports/devel/bazaar-ng
# make install
$ bzr update --help
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list