unable to build credits (bzr 2.6.0)
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/
dist.
File "/usr/lib/
self.
File "/usr/lib/
cmd_obj.run()
File "setup.py", line 89, in run
credits = find_credits(
File "/usr/lib/
revs = repository.
File "<string>", line 4, in get_revisions_
File "/usr/lib/
return self._get_
File "<string>", line 4, in _get_revisions_
File "/usr/lib/
raise errors.
bzrlib.
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.