bzr checkout failed on OSX 10.6.8

Bug #1086119 reported by Judah Anthony
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

Fresh install of OSX. Fresh install of bazaar for mac from their site. Python 2.6

Judah-Anthonys-MacBook-Pro:economist judahanthony$ bzr --version
Bazaar (bzr) 2.5.0
  Python interpreter: /usr/bin/python2.6 2.6.1
  Python standard library: /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6
  Platform: Darwin-10.8.0-i386-64bit
  bzrlib: /Library/Python/2.6/site-packages/bzrlib
  Bazaar configuration: /Users/judahanthony/.bazaar
  Bazaar log file: /Users/judahanthony/.bzr.log

Copyright 2005-2012 Canonical Ltd.
http://bazaar.canonical.com/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

Judah-Anthonys-MacBook-Pro:economist judahanthony$ bzr checkout $LP/trunk working
bzr: ERROR: exceptions.AssertionError: ('not present: %r', StaticTuple('', '', 'TREE_ROOT'))

Traceback (most recent call last):
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 920, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1131, in run_bzr
    ret = run(*run_argv)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 695, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1636, in run
    accelerator_tree, hardlink)
  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 1491, in create_checkout
    hardlink=hardlink)
  File "/Library/Python/2.6/site-packages/bzrlib/bzrdir.py", line 910, in create_workingtree
    accelerator_tree=accelerator_tree, hardlink=hardlink)
  File "/Library/Python/2.6/site-packages/bzrlib/workingtree_4.py", line 1549, in initialize
    delta_from_tree=delta_from_tree)
  File "/Library/Python/2.6/site-packages/bzrlib/transform.py", line 2536, in build_tree
    delta_from_tree)
  File "/Library/Python/2.6/site-packages/bzrlib/transform.py", line 2652, in _build_tree
    precomputed_delta=precomputed_delta)
  File "/Library/Python/2.6/site-packages/bzrlib/transform.py", line 1758, in apply
    self._tree.apply_inventory_delta(inventory_delta)
  File "/Library/Python/2.6/site-packages/bzrlib/mutabletree.py", line 52, in tree_write_locked
    return unbound(self, *args, **kwargs)
  File "/Library/Python/2.6/site-packages/bzrlib/workingtree_4.py", line 1304, in apply_inventory_delta
    state.update_by_delta(changes)
  File "/Library/Python/2.6/site-packages/bzrlib/dirstate.py", line 1387, in update_by_delta
    self._apply_insertions(insertions.values())
  File "/Library/Python/2.6/site-packages/bzrlib/dirstate.py", line 1439, in _apply_insertions
    path_utf8=path_utf8)
  File "/Library/Python/2.6/site-packages/bzrlib/dirstate.py", line 3116, in update_minimal
    raise AssertionError('not present: %r', entry_key)
AssertionError: ('not present: %r', StaticTuple('', '', 'TREE_ROOT'))

bzr 2.5.0 on python 2.6.1 (Darwin-10.8.0-i386-64bit)
arguments: ['/usr/local/bin/bzr', 'checkout', 'lp:~economist-magic/economist-
    magic/trunk', 'working']
plugins: bash_completion[2.5.0], bzrtools[2.5.0], changelog_merge[2.5.0],
    colo[0.4.0], email[unknown], explorer[1.2.2], fastimport[0.14.0dev],
    git[0.6.7], keychain[0.1.0], launchpad[2.5.0], loom[2.2.1dev],
    netrc_credential_store[2.5.0], news_merge[2.5.0], pipeline[1.4.0],
    po_merge[2.5.0], qbzr[0.22.1], rewrite[0.6.4dev], svn[1.2.1],
    upload[1.0.1dev], weave_fmt[2.5.0], xmloutput[0.8.8]
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.

Revision history for this message
Matthew Fuller (fullermd) wrote :

This is probably bug 830947.

Note that the problem happens during the build of the working tree, after the data is all downloaded. You can work around it via a "rm -rf * ; bzr revert" in the branch after it happens.

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.