Activity log for bug #513432

Date Who What changed Old value New value Message
2010-01-27 19:46:40 Monty Taylor bug added bug
2010-01-28 11:45:34 Martin Pool bzr: status New Confirmed
2010-01-28 11:45:37 Martin Pool bzr: importance Undecided High
2010-01-28 11:46:22 Martin Pool tags fetch
2010-01-28 11:58:04 Martin Pool bzr: importance High Critical
2010-01-29 18:55:19 Launchpad Janitor branch linked lp:~mbp/bzr/513432-fetch
2010-01-29 18:56:05 Martin Pool bzr: status Confirmed In Progress
2010-01-29 18:56:05 Martin Pool bzr: assignee Martin Pool (mbp)
2010-01-30 08:57:11 Martin Pool nominated for series bzr/2.1
2010-01-30 08:57:11 Martin Pool bug task added bzr/2.1
2010-01-30 08:57:20 Martin Pool bzr/2.1: status New In Progress
2010-01-30 08:57:25 Martin Pool bzr/2.1: importance Undecided Critical
2010-01-30 08:57:26 Martin Pool bzr/2.1: assignee Martin Pool (mbp)
2010-01-30 08:58:11 Martin Pool bzr: status In Progress Fix Released
2010-01-30 08:58:11 Martin Pool bzr: milestone 2.1.0
2010-01-30 09:02:15 Launchpad Janitor branch linked lp:~mbp/bzr/prepare-2.1
2010-01-30 13:03:35 Martin Pool bzr/2.1: status In Progress Fix Released
2010-01-30 13:03:35 Martin Pool bzr/2.1: milestone 2.1.0
2010-01-30 17:21:07 Martin Pool bug task added launchpad-code
2010-01-30 17:21:20 Martin Pool launchpad-code: importance Undecided High
2010-02-01 23:30:42 Robert Collins nominated for series bzr/2.0
2010-02-01 23:30:42 Robert Collins bug task added bzr/2.0
2010-02-01 23:31:07 Robert Collins bzr/2.0: status New Confirmed
2010-02-01 23:31:11 Robert Collins bzr/2.0: importance Undecided Critical
2010-02-01 23:54:01 Robert Collins bzr/2.0: status Confirmed Invalid
2010-02-02 00:00:18 Robert Collins description When I try to grab the libsndfile-dev branch: bzr branch http://www.mega-nerd.com/Bzr/libsndfile-dev I get: bzr: ERROR: exceptions.AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo' This happens very consistently. The tail of the log file: PythonVersion: 2.6.4 Traceback: 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 1232, in run source_branch=br_from) File "/usr/lib/python2.6/dist-packages/bzrlib/bzrdir.py", line 1182, in sprout result_repo.fetch(source_repository, revision_id=revision_id) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 1704, in fetch find_ghosts=find_ghosts, fetch_spec=fetch_spec) 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/repository.py", line 3432, in fetch pb=pb, find_ghosts=find_ghosts) File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 83, in __init__ self.__fetch() File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 109, in __fetch self._fetch_everything_for_search(search) File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 137, in _fetch_everything_for_search stream, from_format, []) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4277, in insert_stream return self._locked_insert_stream(stream, src_format, is_resume) File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4306, in _locked_insert_stream for substream_type, substream in stream: File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4513, in get_stream for _ in self._generate_root_texts(revs): File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4482, in _generate_root_texts self.from_repository).generate_root_texts(revs) File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 257, in generate_root_texts graph = _get_rich_root_heads_graph(self.source_repo, revs) AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo' This is using 2.1.0dev5 When I try to grab the libsndfile-dev branch: bzr branch http://www.mega-nerd.com/Bzr/libsndfile-dev I get: bzr: ERROR: exceptions.AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo' This happens very consistently. The tail of the log file:    File "/usr/lib/python2.6/dist-packages/bzrlib/repository.py", line 4482, in _generate_root_texts      self.from_repository).generate_root_texts(revs)    File "/usr/lib/python2.6/dist-packages/bzrlib/fetch.py", line 257, in generate_root_texts      graph = _get_rich_root_heads_graph(self.source_repo, revs)  AttributeError: 'Inter1and2Helper' object has no attribute 'source_repo' This bug was present in trunk and 2.1 rc releases. It is fixed now in both branches. Launchpad currently has this bug in its deployed server code, with the result that branching from LP can fail.
2010-02-02 01:25:30 Robert Collins launchpad-code: status New Confirmed
2010-02-02 02:05:03 Robert Collins launchpad-code: importance High Critical
2010-02-02 02:05:11 Robert Collins launchpad-code: assignee Michael Hudson (mwhudson)
2010-02-02 06:23:05 Michael Hudson-Doyle branch linked lp:~mwhudson/launchpad/apply-fix-for-bug-513432
2010-02-10 01:36:45 Michael Hudson-Doyle launchpad-code: status Confirmed Fix Released
2010-02-10 01:49:21 Tim Penhey launchpad-code: milestone 10.02
2010-02-18 21:18:21 Martin Pool bug task added bzr (Ubuntu)
2010-02-18 21:35:41 Martin Pool bzr (Ubuntu): status New Fix Released
2010-10-12 00:23:20 Andrew Bennetts bzr (Ubuntu): status Fix Released Confirmed
2010-10-12 00:23:20 Andrew Bennetts bzr (Ubuntu): milestone maverick-updates
2010-10-12 00:33:10 Martin Pool tags fetch fetch sru
2011-01-20 22:39:48 Vincent Ladeuil bzr (Ubuntu): status Confirmed Fix Released