Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Apr 2018 00:08:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227380] devel/bzr-explorer: program terminates unconditionally on startup with an exception
Message-ID:  <bug-227380-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227380

            Bug ID: 227380
           Summary: devel/bzr-explorer: program terminates unconditionally
                    on startup with an exception
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: wbparsons@alum.mit.edu

Under:
% uname -a
FreeBSD anukis.local 10.3-RELEASE-p20 FreeBSD 10.3-RELEASE-p20 #0: Wed Jul =
12
03:13:07 UTC 2017=20=20=20=20
root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

starting:
% bzr explorer

terminates with the following messages:
bzr: ERROR: exceptions.TypeError: first argument must be string or compiled
pattern

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/bzrlib/commands.py", line 93=
0,
in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/bzrlib/commands.py", line 11=
21,
in run_bzr
    ret =3D run(*run_argv)
  File "/usr/local/lib/python2.7/site-packages/bzrlib/commands.py", line 67=
3,
in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/local/lib/python2.7/site-packages/bzrlib/commands.py", line 69=
7,
in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/bzrlib/cleanup.py", line 136=
, in
run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/bzrlib/cleanup.py", line 166=
, in
_do_with_cleanups
    result =3D func(*args, **kwargs)
  File
"/usr/local/lib/python2.7/site-packages/bzrlib/plugins/explorer/lib/command=
s.py",
line 145, in run
    _init_explorer_command(zzz, experimental)
  File
"/usr/local/lib/python2.7/site-packages/bzrlib/plugins/explorer/lib/command=
s.py",
line 69, in _init_explorer_command
    i18n.install()
  File
"/usr/local/lib/python2.7/site-packages/bzrlib/plugins/explorer/lib/i18n.py=
",
line 43, in install
    _translation =3D _gettext.translation('explorer',
localedir=3D_get_locale_dir(), fallback=3DTrue)
  File "/usr/local/lib/python2.7/gettext.py", line 554, in translation
    t =3D _translations.setdefault(key, class_(fp))
  File "/usr/local/lib/python2.7/gettext.py", line 255, in __init__
    self._parse(fp)
  File "/usr/local/lib/python2.7/gettext.py", line 391, in _parse
    self.plural =3D c2py(plural)
  File "/usr/local/lib/python2.7/gettext.py", line 177, in c2py
    result, nexttok =3D _parse(_tokenize(plural))
  File "/usr/local/lib/python2.7/gettext.py", line 114, in _parse
    nexttok =3D next(tokens)
  File "/usr/local/lib/python2.7/gettext.py", line 85, in _tokenize
    for mo in re.finditer(_token_pattern, plural):
  File "/usr/local/lib/python2.7/re.py", line 190, in finditer
    return _compile(pattern, flags).finditer(string)
  File "/usr/local/lib/python2.7/re.py", line 247, in _compile
    raise TypeError, "first argument must be string or compiled pattern"
TypeError: first argument must be string or compiled pattern

bzr 2.7.0 on python 2.7.14 (FreeBSD-10.3-RELEASE-p20-amd64-64bit-ELF)
arguments: ['/usr/local/bin/bzr', 'explorer']
plugins: bash_completion[2.7.0], changelog_merge[2.7.0], explorer[1.3.0],
    grep[2.7.0], launchpad[2.7.0], netrc_credential_store[2.7.0],
    news_merge[2.7.0], po_merge[2.7.0], qbzr[0.23.0], weave_fmt[2.7.0]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'

*** Bazaar has encountered an internal error.  This probably indicates a
    bug in Bazaar.  You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

--------------------
I didn't see anything under UPDATING.

One other note:

I did go the website noted above (https://bugs.launchpad.net/bzr/+filebug),=
 but
it wanted me to set up an Ubuntu account, which I have no desire to do.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227380-7788>