Your message dated Tue, 26 Jan 2016 21:50:41 +0000
with message-id <e1aobvz-0006tx...@franck.debian.org>
and subject line Bug#812733: fixed in dfvfs 20160108-2
has caused the Debian Bug report #812733,
regarding dfvfs: FTBFS: UnicodeEncodeError: 'ascii' codec can't encode 
character u'\xed' in position 72: ordinal not in range(128)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
812733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dfvfs
Version: 20160108-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

dfvfs fails to build from source in unstable/amd64:

  [..]

  
  ======================================================================
  ERROR: testResolvePathWithEnvironmentVariable 
(helpers.windows_path_resolver.WindowsPathResolverTest)
  Test the resolve path function with environment variable expansion.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/helpers/windows_path_resolver.py",
 line 179, in testResolvePathWithEnvironmentVariable
      path_spec = path_resolver.ResolvePath(windows_path)
    File "./dfvfs/helpers/windows_path_resolver.py", line 241, in ResolvePath
      path, expand_variables=expand_variables)
    File "./dfvfs/helpers/windows_path_resolver.py", line 176, in _ResolvePath
      path_segment, case_sensitive=False)
    File "./dfvfs/vfs/file_entry.py", line 317, in GetSubFileEntryByName
      for sub_file_entry in self.sub_file_entries:
    File "./dfvfs/vfs/os_file_entry.py", line 228, in sub_file_entries
      for path_spec in self._directory.entries:
    File "./dfvfs/vfs/file_entry.py", line 67, in entries
      for entry in self._EntriesGenerator():
    File "./dfvfs/vfs/os_file_entry.py", line 45, in _EntriesGenerator
      location, directory_entry])
    File "./dfvfs/vfs/os_file_system.py", line 191, in JoinPath
      segment.split(self.PATH_SEPARATOR) for segment in path_segments]
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: 
ordinal not in range(128)
  
  ======================================================================
  ERROR: testDataStreams (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the data streams functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetDataStream (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the retrieve data streams functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetFileEntryByPathSpec (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the get entry by path specification functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetLinkedFileEntry (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the get linked file entry functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetParentFileEntry (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the get parent file entry functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetStat (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the get stat functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testIntialize (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the initialize functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testIsFunctions (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the Is? functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testSubFileEntries (vfs.tsk_file_entry.TSKFileEntryTest)
  Test the sub file entries iteration functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_entry.py",
 line 28, in setUp
      self._file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testFileEntryExistsByPathSpec (vfs.tsk_file_system.TSKFileSystemTest)
  Test the file entry exists by path specification functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_system.py",
 line 39, in testFileEntryExistsByPathSpec
      file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetFileEntryByPathSpec (vfs.tsk_file_system.TSKFileSystemTest)
  Test the get entry by path specification functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_system.py",
 line 56, in testGetFileEntryByPathSpec
      file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testGetRootFileEntry (vfs.tsk_file_system.TSKFileSystemTest)
  Test the get root file entry functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_system.py",
 line 86, in testGetRootFileEntry
      file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ======================================================================
  ERROR: testOpenAndClose (vfs.tsk_file_system.TSKFileSystemTest)
  Test the open and close functionality.
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108/tests/vfs/tsk_file_system.py",
 line 30, in testOpenAndClose
      file_system.Open(self._tsk_path_spec)
    File "./dfvfs/vfs/file_system.py", line 230, in Open
      self._Open(path_spec, mode=mode)
    File "./dfvfs/vfs/tsk_file_system.py", line 64, in _Open
      path_spec.parent, resolver_context=self._resolver_context)
    File "./dfvfs/resolver/resolver.py", line 113, in OpenFileObject
      file_object.open(path_spec=path_spec)
    File "./dfvfs/file_io/file_io.py", line 73, in open
      self._Open(path_spec=path_spec, mode=mode)
    File "./dfvfs/file_io/os_file_io.py", line 88, in _Open
      stat_info = os.stat(location)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 
72: ordinal not in range(128)
  
  ----------------------------------------------------------------------
  Ran 389 tests in 46.403s
  
  FAILED (errors=26)
  Checking availability and versions of dfvfs dependencies.
  [OK]          construct version: 2.5.2
  [OK]          google.protobuf
  [OK]          six version: 1.10.0
  [OK]          SleuthKit version: 4.2.0
  [OK]          pytsk3 version: 20160111
  [OK]          libbde (pybde) version: 20160110
  [OK]          libewf (pyewf) version: 20140608
  [OK]          libfsntfs (pyfsntfs) version: 20160108
  [OK]          libqcow (pyqcow) version: 20160123
  [OK]          libsigscan (pysigscan) version: 20160108
  [OK]          libsmdev (pysmdev) version: 20160109
  [OK]          libsmraw (pysmraw) version: 20160108
  [OK]          libvhdi (pyvhdi) version: 20160108
  [OK]          libvmdk (pyvmdk) version: 20160119
  [OK]          libvshadow (pyvshadow) version: 20160110
  
  debian/rules:19: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160126092053.HI2fPHzkja/dfvfs-20160108'
  debian/rules:12: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: dfvfs.20160108-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: dfvfs
Source-Version: 20160108-2

We believe that the bug you reported is fixed in the latest version of
dfvfs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 812...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen <ben...@debian.org> (supplier of updated dfvfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 26 Jan 2016 21:57:22 +0100
Source: dfvfs
Binary: python-dfvfs
Architecture: source
Version: 20160108-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Forensics <forensics-de...@lists.alioth.debian.org>
Changed-By: Hilko Bengen <ben...@debian.org>
Description:
 python-dfvfs - Digital Forensics Virtual File System
Closes: 812733
Changes:
 dfvfs (20160108-2) unstable; urgency=medium
 .
   * Set LC_CTYPE to avoid FTBFS (Closes: #812733)
Checksums-Sha1:
 cf76d600e89851884d307ef02b03216b5e0baa97 2164 dfvfs_20160108-2.dsc
 73e65aa8eeabd1ccb0eb53e839e57187dc485b5f 2408 dfvfs_20160108-2.debian.tar.xz
Checksums-Sha256:
 d8873577be1ba7619197ec39d04bd9cc49f05a24739cde4a5e4a187b6f116d6d 2164 
dfvfs_20160108-2.dsc
 9b0b3c68c663f0f6e7782447330c3102f4d0cf8cb297bb20427a8f25e101a7f2 2408 
dfvfs_20160108-2.debian.tar.xz
Files:
 a626f91296d85cc1371d0864b928d059 2164 python optional dfvfs_20160108-2.dsc
 2046d4a73f6c23e893c04f89ab4aab95 2408 python optional 
dfvfs_20160108-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWp+cHAAoJEHW3EGNcITp+KAgP/jVC3S6SnWiYCWqAtoQC+bDx
XxMbq6HcLpQMuqgyVhEyMpcgkeMa95go/hQe3Wnc1SY3vRaYnwhMGZmKxOD2aTHn
Us4FR+HSIiqFUyFnpqlvv++r9AY7ZcmAZmsZ2GAgeVB+0O4QCQ0gLdURH++79qjj
jnBC5yvDw9LbDGF8H05c/v0H022jKBSEvI2A6/BPr4K9BDK3N9FDa5DfhXF1Tioz
uTW2J/UP1lxKHzTuAW53s4d14/u5cQFy+34q7CrtgB4+DMexaiOqtXzwrKptSOMU
t8BamtB/xu3WrLEEsAXt1/CPtu0RNtahSD32nhHtdrRRmnPPTDG7Mqa0Xx20KsHf
aOew29ha1iXSsBf8CyzUSO0X8vY1r4NN53VbLs+yOMO6unTwvstdGOgijOk8b6YM
5VM/1xx8RA7EtrCFXez2mla1/jM3nlQuYNcc/W7eGbqHkR+2Y36ciKQc+X38LlNF
BFD9bQbCBmF9PEmRWtC14Nge6WIt1iux05bv3YKfb0EPSvvuPbJ7hP6PrNnI2Rrl
mfblQv6SDq1ph8Q1mc3GQLG9YbmzO2786++hV/gsodZRiHup5UsgIhsa+kVz4XU3
6q3LRisGALbtFm4CEkGpeEPZxLwZWdn8sXyEjssw9xeZCPwCBFkWwc8/icwBnyDz
EfmtG+puKSDoGU/0w0Lf
=andD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to