unable to build credits (bzr 2.6.0)

Bug #1465339 reported by Johannes Dewender
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar GTK+ Frontends
New
Undecided
Unassigned

Bug Description

With a repository checkout of bzr-gtk I am unable to build because "build_credits" (credits.pickle) fails (for bzr 2.6.0)

Steps to reproduce:

$ bzr branch lp:bzr-gtk
Branched 796 revisions.

$ cd bzr-gtk/
$ python2 setup.py build_credits
running build_credits
Traceback (most recent call last):
  File "setup.py", line 209, in <module>
    'check': Check}
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 89, in run
    credits = find_credits(branch.repository, branch.last_revision())
  File "/usr/lib/python2.7/site-packages/bzrlib/plugins/stats/cmds.py", line 375, in find_credits
    revs = repository.get_revisions(ancestry)
  File "<string>", line 4, in get_revisions_read_locked
  File "/usr/lib/python2.7/site-packages/bzrlib/vf_repository.py", line 1398, in get_revisions
    return self._get_revisions(revision_ids)
  File "<string>", line 4, in _get_revisions_read_locked
  File "/usr/lib/python2.7/site-packages/bzrlib/vf_repository.py", line 1406, in _get_revisions
    raise errors.NoSuchRevision(self, revid)
bzrlib.errors.NoSuchRevision: CHKInventoryRepository('file:///home/jonnyjd/bzr/bzr-gtk/.bzr/repository/') has no revision null:

Revision history for this message
Johannes Dewender (jonnyjd) wrote :

This is somewhat related to https://bugs.launchpad.net/bzr-gtk/+bug/1032995.
The file credits.pickle is not included in the release tarball and I am also not able to build it myself from source/repository.

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.