Comment 4 for bug 1881287

Revision history for this message
somekool (somekool) wrote :

I am getting a different error now

```
mathieu:e13 :-) (lifebook-wu2) $ brz dh-make imlib1 1.9.15 imlib-1.9.15.tar.gz
Fetching tarball
Looking for a way to retrieve the upstream tarball
Upstream tarball already exists in build directory, using that
brz: ERROR: TypeError: can only concatenate str (not "bytes") to str

Traceback (most recent call last):
  File "/home/mathieu/projects/opensource/e13/3.1/breezy/commands.py", line 1022, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/home/mathieu/projects/opensource/e13/3.1/breezy/commands.py", line 1208, in run_bzr
    ret = run(*run_argv)
  File "/home/mathieu/projects/opensource/e13/3.1/breezy/commands.py", line 762, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/mathieu/projects/opensource/e13/3.1/breezy/commands.py", line 787, in run
    return class_run(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/cmds.py", line 1385, in run
    tree = dh_make.import_upstream(
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/dh_make.py", line 94, in import_upstream
    db.import_upstream_tarballs(
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/import_dsc.py", line 910, in import_upstream_tarballs
    return self.import_upstream(
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/import_dsc.py", line 881, in import_upstream
    (tag, revid) = self.pristine_upstream_source.import_component_tarball(
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/upstream/pristinetar.py", line 444, in import_component_tarball
    tag_name = self.tag_name(version, component=component)
  File "/usr/lib/python3/dist-packages/breezy/plugins/debian/upstream/pristinetar.py", line 326, in tag_name
    name = "upstream-" + version
TypeError: can only concatenate str (not "bytes") to str

You can report this problem to Bazaar's developers by running
    apport-bug /var/crash/brz.1000.2020-06-01T08:27.crash
if a bug-reporting window does not automatically appear.
brz: warning: some compiled extensions could not be loaded; see ``brz help missing-extensions``
```