On Tuesday 09 April 2013 16:45:36 Samuli Suominen wrote:
> $ LC_ALL=C lddtree -l /bin/bash
> Traceback (most recent call last):
>    File "/usr/bin/lddtree", line 450, in <module>
>      sys.exit(main(sys.argv))
>    File "/usr/bin/lddtree", line 437, in main
>      elf = ParseELF(path, options.root, ldpaths)
>    File "/usr/bin/lddtree", line 235, in ParseELF
>      elf = ELFFile(f)
>    File "/usr/lib64/python3.2/site-packages/elftools/elf/elffile.py",
> line 47, in __init__
>      self._identify_file()
>    File "/usr/lib64/python3.2/site-packages/elftools/elf/elffile.py",
> line 177, in _identify_file
>      magic = self.stream.read(4)
>    File "/usr/lib64/python3.2/encodings/ascii.py", line 26, in decode
>      return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0x83 in position 25:
> ordinal not in range(128)

make sure you're using pax-utils-0.7 and pyelftools-0.20-r2.  there were known 
python-3 issues in earlier versions.

if it still fails, post a bug please.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to