Same basic problem as bug 826421 - filenames are expected to be
decodable using the current locale.
Traceback from downstream attachment:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 946, in
exception_to_return_code
return the_callable(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1150, in
run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 699, in
run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 721, in run
return self._operation.run_simple(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 135, in
run_simple
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 165, in
_do_with_cleanups
result = func(*args, **kwargs)
File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/cmds.py", line
427, in run
builder.export()
File "/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/builder.py",
line 75, in export
self.distiller.distill(self.target_dir)
File
"/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/source_distiller.py",
line 79, in distill
self._distill(target)
File
"/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/source_distiller.py",
line 104, in _distill
self.upstream_provider.provide(parent_dir)
File
"/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/upstream/__init__.py",
line 433, in provide
if self.already_exists_in_store() is None:
File
"/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/upstream/__init__.py",
line 454, in already_exists_in_store
return gather_orig_files(self.package, self.version, self.store_dir)
File
"/usr/lib/python2.7/dist-packages/bzrlib/plugins/builddeb/upstream/__init__.py",
line 377, in gather_orig_files
if filename.startswith(prefix):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 1: ordinal
not in range(128)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/865753
Title:
bzr-builddeb: UnicodeDecodeError
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-builddeb/+bug/865753/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs