internal error occured on bzr status

Bug #334202 reported by Eric Ferraiuolo
46
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
Undecided
Szilveszter Farkas

Bug Description

Symptoms:

bzr: ERROR: exceptions.TypeError: run() got an unexpected keyword argument 'verbose'

Traceback (most recent call last):
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 896, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 842, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.5/site-packages/bzrlib/plugins/loom/commands.py", line 174, in run_argv_aliases
    super(cmd_status, self).run_argv_aliases(list(argv), alias_argv)
  File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line 542, in run_argv_aliases
    return self.run(**all_cmd_args)
TypeError: run() got an unexpected keyword argument 'verbose'

Mac OS X 10.5
bzr 1.12

Workaround:
run 'bzr --no-plugins st' or 'bzr --builtin st' instead of 'bzr st'.

Solution:
upgrade or remove the loom plugin.

Cause:
The MacOSX dmg installer included an unpatched copy of the loom plugin

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 334202] [NEW] internal error occured on bzr status

You're running an old copy of bzr-loom. Once you update this, the
problem should go away.

  status fixreleased
--
Jelmer Vernooij <email address hidden> - http://samba.org/~jelmer/
Jabber: <email address hidden>

Changed in bzr:
status: New → Fix Released
Revision history for this message
Vincent Ladeuil (vila) wrote :

It's a bug in the OSX 10.5 installer which should be fixed, but I don't think there is a lp project for it.

We should really nag phanatic to at least publish his related branch.

Revision history for this message
Vincent Ladeuil (vila) wrote :

Marking as confirmed until we get a fixed OSX 10.5 installer

Changed in bzr:
status: Fix Released → Confirmed
Revision history for this message
Eric Ferraiuolo (eferraiuolo) wrote :

@Vincent: Yes you're correct about OS X 10.5 Installed; I failed to mention that I use the Installer when I put bzr on my dev machine. It should also be noted that I didn't remove bzr 1.11 before running the 1.12 Installer... could this be a problem?

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: [Bug 334202] Re: internal error occured on bzr status

>>>>> "EF" == Eric Ferraiuolo writes:

    Eric> @Vincent: Yes you're correct about OS X 10.5 Installed; I failed to
    Eric> mention that I use the Installer when I put bzr on my dev machine. It
    Eric> should also be noted that I didn't remove bzr 1.11 before running the
    Eric> 1.12 Installer... could this be a problem?

I don't think so, but I don't use the installer myself and don't
have access to its sources.

Trying getting in touch with phanatic on IRC or may be verterok
(which is trying to get the sources from phanatic AFAIK).

Revision history for this message
Szilveszter Farkas (phanatic) wrote :

I'll have a look if upgrading the Loom plugin to the latest revision helps here.

Revision history for this message
Szilveszter Farkas (phanatic) wrote :

A new version of the installer is out which fixes this problem (upgraded the Loom plugin to the latest revision).

Changed in bzr:
assignee: nobody → phanatic
status: Confirmed → Fix Released
Revision history for this message
Christian Zagrodnick (zagy) wrote :

works :)

Revision history for this message
Scott Gibson (wsgibson) wrote :

Great! Thanks guys!!

On Feb 28, 2009, at 8:23 AM, Christian Zagrodnick wrote:

> works :)
>
> --
> internal error occured on bzr status
> https://bugs.launchpad.net/bugs/334202
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
> Status in Bazaar Version Control System: Fix Released
>
> Bug description:
> bzr: ERROR: exceptions.TypeError: run() got an unexpected keyword
> argument 'verbose'
>
> Traceback (most recent call last):
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
> 896, in run_bzr_catch_errors
> return run_bzr(argv)
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
> 842, in run_bzr
> ret = run(*run_argv)
> File "/Library/Python/2.5/site-packages/bzrlib/plugins/loom/
> commands.py", line 174, in run_argv_aliases
> super(cmd_status, self).run_argv_aliases(list(argv), alias_argv)
> File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
> 542, in run_argv_aliases
> return self.run(**all_cmd_args)
> TypeError: run() got an unexpected keyword argument 'verbose'
>
> bzr 1.12 on python 2.5.1 (darwin)
> arguments: ['/usr/local/bin/bzr', 'stat']
> encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
> plugins:
> bzrtools /Library/Python/2.5/site-packages/bzrlib/
> plugins/bzrtools [1.12]
> email /Library/Python/2.5/site-packages/bzrlib/
> plugins/email [unknown]
> extmerge /Library/Python/2.5/site-packages/bzrlib/
> plugins/extmerge [unknown]
> launchpad /Library/Python/2.5/site-packages/bzrlib/
> plugins/launchpad [unknown]
> loom /Library/Python/2.5/site-packages/bzrlib/
> plugins/loom [1.4dev]
> netrc_credential_store /Library/Python/2.5/site-packages/bzrlib/
> plugins/netrc_credential_store [unknown]
> qbzr /Library/Python/2.5/site-packages/bzrlib/
> plugins/qbzr [0.9.8]
> rebase /Library/Python/2.5/site-packages/bzrlib/
> plugins/rebase [0.4dev]
> search /Library/Python/2.5/site-packages/bzrlib/
> plugins/search [1.7dev]
> svn /Library/Python/2.5/site-packages/bzrlib/
> plugins/svn [0.5.2]
> upload /Library/Python/2.5/site-packages/bzrlib/
> plugins/upload [0.1.1]
> *** Bazaar has encountered an internal error.
>
> Mac OS X 10.5
> bzr 1.12
>
> Doing normal bzr stat and getting this error.

--
Scott Gibson
<email address hidden>

Revision history for this message
Eric Ferraiuolo (eferraiuolo) wrote :

Also confirming that the new install fixes the problem. Thanks.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.