ValueError when trying to pull/merge from a remote repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Critical
|
Andrew Bennetts | ||
bzr (Ubuntu) |
Fix Released
|
High
|
Martin Pitt | ||
Hardy |
Fix Released
|
High
|
Martin Pitt |
Bug Description
This morning bzr was upgraded to 1.3 in my box (as I use http://
salgado@feioso [mainline]$ bzr pull
Using saved location: bzr+ssh://...
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
possible_
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
possible_
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
run_
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
self.
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
pb=nested_pb)
File "/usr/lib/
return inter.fetch(
File "/usr/lib/
return unbound(self, *args, **kwargs)
File "/usr/lib/
pb=pb, find_ghosts=
File "/usr/lib/
self.__fetch()
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
(format, data_list, reader_func))
File "/usr/lib/
self.
File "/usr/lib/
ignore_missing)
File "/usr/lib/
return self._copy_
File "/usr/lib/
self.
File "/usr/lib/
return self.get_
File "/usr/lib/
text_map, content_map = self._get_
File "/usr/lib/
copy_
File "/usr/lib/
delta = self.parse_
File "/usr/lib/
return list(self.
File "/usr/lib/
start, end, c = [int(n) for n in header.split(',')]
ValueError: invalid literal for int() with base 10: '# Copyright 2004-2006 Canonical Ltd. All rights reserved.\n'
bzr 1.3 on python 2.5.2.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'pull']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
difftools /home/salgado/
gtk /usr/lib/
launchpad /usr/lib/
loom /home/salgado/
lpreview /home/salgado/
pqm /usr/lib/
vimdiff /home/salgado/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
(I got the same error when I tried to branch something from the remote repository)
After that I downgraded to bzr-1.2-
Changed in bzr: | |
importance: | Undecided → Critical |
status: | New → Confirmed |
Confirmed here, nominating for Hardy and setting importance