bzr error report

Neil Martinsen-Burrell nmb at wartburg.edu
Thu Jun 5 03:11:48 BST 2008


Martial Bret <bret <at> iode-conseil.com> writes:


> here is a report of a bzr error :...added www/fichiers/timpbzr: ERROR:
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position
8: ordinal not in range(128)
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/commands.py", line 800,
in run_bzr_catch_errors
>     return run_bzr(argv)
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/commands.py", line 758,
in run_bzr
>     ret = run(*run_argv)
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/commands.py", line 492,
in run_argv_aliases
>     return self.run(**all_cmd_args)
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/builtins.py", line 391,
in run
>     no_recurse, action=action, save=not dry_run)
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/mutabletree.py", line
50, in tree_write_locked
>     return unbound(self, *args, **kwargs)
>   File "/usr/local/lib/python2.4/site-packages/bzrlib/mutabletree.py", line
424, in smart_add
>     for subf in sorted(os.listdir(abspath)):
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8:
ordinal not in range(128)
> 
> bzr 0.91.0 on python 2.4.4.final.0 (freebsd6)
> arguments: ['/usr/local/bin/bzr', 'add', '.']
> 
> ** please send this report to bazaar <at> lists.ubuntu.com

0.91 is a somewhat old verson of Bazaar.  Our handling of Unicode has improved
since then.  Is it possible to try this with a newer version?  The current
release version is 1.5.

(This appears to be https://bugs.launchpad.net/bzr/+bug/77657, with a fix
committed some time ago.  See that bug for more discussion.)






More information about the bazaar mailing list