bzr pack fails with signatures on python 3

Bug #1811012 reported by Jelmer Vernooij
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Breezy
Fix Released
High
Jelmer Vernooij

Bug Description

from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918723:

  File "/usr/lib/python3/dist-packages/breezy/bzr/pack_repo.py", line 883, in autopack
    return self._do_autopack()
  File "/usr/lib/python3/dist-packages/breezy/bzr/pack_repo.py", line 924, in _do_autopack
    reload_func=self._restart_autopack)
  File "/usr/lib/python3/dist-packages/breezy/bzr/pack_repo.py", line 943, in _execute_pack_operations
    result = packer.pack()
  File "/usr/lib/python3/dist-packages/breezy/bzr/pack_repo.py", line 711, in pack
    return self._create_pack_from_packs()
  File "/usr/lib/python3/dist-packages/breezy/bzr/knitpack_repo.py", line 914, in _create_pack_from_packs
    new_pack.signature_index)
  File "/usr/lib/python3/dist-packages/breezy/bzr/knitpack_repo.py", line 639, in _copy_nodes
    write_index, pb, output_lines=output_lines)
  File "/usr/lib/python3/dist-packages/breezy/bzr/knitpack_repo.py", line 663, in _do_copy_nodes
    bits = value[1:].split(' ')
TypeError: a bytes-like object is required, not 'str'

Related branches

Jelmer Vernooij (jelmer)
Changed in brz:
status: In Progress → Fix Committed
Jelmer Vernooij (jelmer)
Changed in brz:
status: Fix Committed → Fix Released
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.