dfvfs: Failure during test: 'pytsk3.TSK_FS_INFO' object has no attribute 'ftype'

Hello,

The package dfvfs fails to build in Debian during the tests with the error:

  File "./dfvfs/vfs/tsk_file_entry.py", line 454, in __init__
    self._file_system_type = tsk_file.info.fs_info.ftype
AttributeError: 'pytsk3.TSK_FS_INFO' object has no attribute 'ftype'

It has been reported in Debian (with full log): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971149

The dfvfs build fails in version 20190128 currently in Debian and also in more recent version 20211219. I supposed it is related to pytsk (currently we have version 20200117 in Debian). Thanks

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

@sbrun I’ll continue traking this issue in https://github.com/py4n6/pytsk/issues/71, seeing this is not a dfVFS issue but a pytsk/libtsk one