2010-08-24 06:06:45 |
Andrew Bennetts |
description |
bzr update, bzr commit, bzr status all give me this error:
bzr: ERROR: exceptions.ValueError: need more than 1 value to unpack
*** 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
attaching the crash file
/home/schachte/.cache/crash/bzr-20100824052201-19708.crash
and including a description of the problem.
The crash file is plain text and you can inspect or edit it to remove
private information.
This is using bazaar version 2.2.1
Python interpreter: /usr/bin/python 2.6.5
Python standard library: /usr/lib/python2.6
Platform: Linux-2.6.32-24-generic-x86_64-with-Ubuntu-10.04-lucid
bzrlib: /usr/lib/python2.6/dist-packages/bzrlib
All packages updated to the latest as of now. |
bzr update, bzr commit, bzr status all give me this error:
bzr: ERROR: exceptions.ValueError: need more than 1 value to unpack
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 853, in exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1055, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 661, in run_argv_aliases
return self.run_direct(**all_cmd_args)
File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 665, in run_direct
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 122, in run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/builtins.py", line 3138, in run
exclude=safe_relpath_files(tree, exclude))
File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/workingtree_4.py", line 197, in commit
result = WorkingTree3.commit(self, message, revprops, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 194, in write_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/mutabletree.py", line 225, in commit
*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/commit.py", line 257, in commit
possible_master_transports=possible_master_transports)
File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 118, in run
self.cleanups, self.func, self, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/commit.py", line 332, in _commit
self._check_bound_branch(operation, possible_master_transports)
File "/usr/lib/python2.6/dist-packages/bzrlib/commit.py", line 493, in _check_bound_branch
local_info = self.branch.last_revision_info()
File "/usr/lib/python2.6/dist-packages/bzrlib/decorators.py", line 140, in read_locked
result = unbound(self, *args, **kwargs)
File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 862, in last_revision_info
self._last_revision_info_cache = self._last_revision_info()
File "/usr/lib/python2.6/dist-packages/bzrlib/branch.py", line 2485, in _last_revision_info
revno, revision_id = revision_string.rstrip('\n').split(' ', 1)
ValueError: need more than 1 value to unpack
BzrVersion: 2.1.1
Platform: Linux-2.6.32-24-generic-x86_64-with-Ubuntu-10.04-lucid |
|