Bug#894650: ext3grep FTBFS with e2fsprogs 1.44.1-1

2018-04-02 Thread Adrian Bunk
Source: ext3grep
Version: 0.10.2-3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ext3grep.html

...
In file included from ./pch-source.h:43:0:
./ext3.h: In member function '__u32 Inode::dir_acl() const':
./ext3.h:120:40: error: 'i_dir_acl' was not declared in this scope
 __u32 dir_acl(void) const { return i_dir_acl; }
^


The "#define i_dir_acl i_size_high" was removed.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#894649: ext4magic FTBFS with e2fsprogs 1.44.1-1

2018-04-02 Thread Adrian Bunk
Source: ext4magic
Version: 0.3.2-7
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ext4magic.html

...
inode.c: In function 'dump_inode':
inode.c:409:82: error: 'struct ext2_inode' has no member named 'i_dir_acl'; did 
you mean 'i_file_acl'?
 inode->i_file_acl, LINUX_S_ISDIR(inode->i_mode) ? 
inode->i_dir_acl : 0,

  ^

  i_file_acl
inode.c:416:63: error: 'struct ext2_inode' has no member named 'i_dir_acl'; did 
you mean 'i_file_acl'?
 LINUX_S_ISDIR(inode->i_mode) ? inode->i_dir_acl : 0);
   ^


The "#define i_dir_acl i_size_high" was removed.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#894645: extundelete FTBFS with e2fsprogs 1.44.1-1

2018-04-02 Thread Adrian Bunk
Source: extundelete
Version: 0.2.4-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/extundelete.html

...
insertionops.cc: In function 'std::ostream& operator<<(std::ostream&, const 
ext2_inode&)':
insertionops.cc:36:36: error: 'const struct ext2_inode' has no member named 
'i_dir_acl'; did you mean 'i_file_acl'?
   os << "Directory ACL: " << inode.i_dir_acl << std::endl;
^


The "#define i_dir_acl i_size_high" was removed.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#890589: stretch-pu update for chaosreader

2018-02-26 Thread Adrian Bunk
On Fri, Feb 16, 2018 at 01:21:03PM +, Debian Bug Tracking System wrote:
>...
>  chaosreader (0.96-3) unstable; urgency=medium
>...
>- Added libnet-dns-perl to Depends field. (Closes: #890589)
>...

Thanks a lot for fixing this bug for unstable.

It is still present in stretch, could you also fix it there?
Alternatively, I can fix it for stretch if you don't object.

Thanks
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#888139: dfvfs FTBFS: ERROR: testScanFVDE (helpers.source_scanner.SourceScannerTest)

2018-01-23 Thread Adrian Bunk
Source: dfvfs
Version: 20171230-1
Severity: serious

Some recent change in unstable makes dfvfs FTBFS:

https://tests.reproducible-builds.org/debian/history/dfvfs.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/dfvfs.html

...
==
ERROR: testScanFVDE (helpers.source_scanner.SourceScannerTest)
Test the Scan function on FVDE.
--
Traceback (most recent call last):
  File "/build/1st/dfvfs-20171230/tests/helpers/source_scanner.py", line 182, 
in testScanFVDE
self._source_scanner.Scan(scan_context)
  File "./dfvfs/helpers/source_scanner.py", line 565, in Scan
self._ScanNode(scan_context, scan_node, auto_recurse=auto_recurse)
  File "./dfvfs/helpers/source_scanner.py", line 440, in _ScanNode
scan_context, sub_scan_node, auto_recurse=auto_recurse)
  File "./dfvfs/helpers/source_scanner.py", line 450, in _ScanNode
file_object.close()
  File "./dfvfs/file_io/file_io.py", line 98, in close
self._Close()
  File "./dfvfs/file_io/file_object_io.py", line 35, in _Close
self._file_object.close()
IOError: pyfvde_volume_close: unable to close volume. libfvde_volume_close: 
invalid volume - missing file IO handle.

--
Ran 663 tests in 341.670s

FAILED (errors=1)
Checking availability and versions of dependencies.
[OK]Crypto version: 2.6.1
[OK]dfdatetime version: 20180110
[OPTIONAL]  lzma.
[OK]pybde version: 20170902
[OK]pyewf version: 20140608
[OK]pyfsntfs version: 20170315
[OK]pyfvde version: 20180108
[OK]pyfwnt version: 20180117
[OK]pyqcow version: 20170222
[OK]pysigscan version: 20170124
[OK]pysmdev version: 20171112
[OK]pysmraw version: 20171105
[OK]pytsk3 version: 20171108
[OK]pyvhdi version: 20170223
[OK]pyvmdk version: 20170226
[OK]pyvshadow version: 20170902
[OK]pyvslvm version: 20160110
[OK]six version: 1.11.0
[OK]sqlite3 version: 3.22.0

Checking availability and versions of test dependencies.
[OK]mock version: 2.0.0

debian/rules:23: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#882243: dfvfs FTBFS with construct 2.8.16

2017-11-20 Thread Adrian Bunk
Source: dfvfs
Version: 20171022-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/dfvfs.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/dfvfs-20171022'
python run_tests.py
Checking availability and versions of dependencies.
[OK]Crypto version: 2.6.1
[FAILURE]   construct version: 2.8.16 is too recent, 2.5.3 or earlier 
required.
[OK]dfdatetime version: 20171109
[OPTIONAL]  lzma.
[OK]pybde version: 20170902
[OK]pyewf version: 20140608
[OK]pyfsntfs version: 20170315
[OK]pyfvde version: 20170930
[OK]pyfwnt version: 20170115
[OK]pyqcow version: 20170222
[OK]pysigscan version: 20170124
[OK]pysmdev version: 20171112
[OK]pysmraw version: 20171105
[OK]pytsk3 version: 20171108
[OK]pyvhdi version: 20170223
[OK]pyvmdk version: 20170226
[OK]pyvshadow version: 20170902
[OK]pyvslvm version: 20160110
[OK]six version: 1.11.0
[OK]sqlite3 version: 3.21.0

debian/rules:23: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#882239: dfwinreg FTBFS with construct 2.8.16

2017-11-20 Thread Adrian Bunk
Source: dfwinreg
Version: 20170706-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/dfwinreg.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/dfwinreg-20170706'
python run_tests.py
Checking availability and versions of dependencies.
[FAILURE]   construct version: 2.8.16 is too recent, 2.5.3 or earlier 
required.
[OK]dfdatetime version: 20171109
[OK]pyregf version: 20170130
[OK]six version: 1.11.0

debian/rules:22: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#881653: libqcow FTBFS: dh: unable to load addon python2

2017-11-13 Thread Adrian Bunk
Source: libqcow
Version: 20170222-2
Severity: serious

https://buildd.debian.org/status/package.php?p=libqcow=sid

...
 fakeroot debian/rules clean
dh clean --with python2,python3 --parallel
dh: unable to load addon python2: Can't locate 
Debian/Debhelper/Sequence/python2.pm in @INC (you may need to install the 
Debian::Debhelper::Sequence::python2 module) (@INC contains: /etc/perl 
/usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 
/usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 
/usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 10) line 
1.
BEGIN failed--compilation aborted at (eval 10) line 1.

debian/rules:10: recipe for target 'clean' failed
make: *** [clean] Error 2



lintian says:
E: libqcow source: syntax-error-in-control-file debian/control: syntax error at 
line 6: Cannot parse line "dh-python,"

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#873374: libtsk13 4.4.2-1 crash in the dfvfs test suite

2017-08-27 Thread Adrian Bunk
Package: libtsk13
Version: 4.4.2-1
Severity: serious
Control: affects -1 src:dfvfs python-tsk

https://tests.reproducible-builds.org/debian/history/dfvfs.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/dfvfs.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/dfvfs-20170723'
python run_tests.py
testIterateVolumes (volume.vshadow_volume_system.VShadowVolumeSystemTest)
Test the iterate volumes functionality. ... ok
testIterateVolumes (volume.tsk_volume_system.TSKVolumeSystemTest)
Test the iterate volumes functionality. ... debian/rules:23: recipe for target 
'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Floating point exception


Program terminated with signal SIGFPE, Arithmetic exception.
#0  0x7fa2ac0f606a in dos_load_prim_table (test=1 '\001', 
vs=0x55c56dcae270) at dos.c:821
821 dos.c: No such file or directory.
(gdb) bt
#0  0x7fa2ac0f606a in dos_load_prim_table (test=1 '\001', 
vs=0x55c56dcae270) at dos.c:821
#1  tsk_vs_dos_open (img_info=0x7fa2a322c070, offset=0, 
test=test@entry=1 '\001') at dos.c:1064
#2  0x7fa2ac0f3161 in tsk_vs_open (img_info=0x7fa2a322c070, offset=0, 
type=) at mm_open.c:56
#3  0x7fa2ac3bf41e in Volume_Info_Con (self=0x55c56dcbe2f0, 
img=, type=, offset=)
at tsk3.c:659
#4  0x7fa2ac3b3ade in pyVolume_Info_init (self=self@entry=0x7fa2a31b4c70, 
args=args@entry=(, _is_open=True, _file_object=) at remote 0x7fa2a31b4550>) at remote 0x7fa2a31b4590>, 
u'type: OS, location: /tmp/dfvfs-20170723/test_data/bdetogo.raw\n': 
) at remote 
0x7fa2a31b4bd0>}) at remote 0x7fa2a3fbad90>, 
_file_system_cache=) at remote 0x7fa2a3fba390>, 
_is_open=True, _file_object=) at remote 
0x7fa2a31b4890>) at remote 0x7fa2a31994b0>,), kwds=kwds@entry=0x0)
at pytsk3.c:20444
#5  0x55c56b688bf4 in type_call.lto_priv () at ../Objects/typeobject.c:765
#6  0x55c56b683163 in PyObject_Call () at ../Objects/abstract.c:2547
...



Works after downgrading libtsk13 to 4.4.0-5

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#865173: ext3grep FTBFS on big endian: configure: error: ext3grep doesn't work on Big Endian systems

2017-06-19 Thread Adrian Bunk
Source: ext3grep
Version: 0.10.2-3
Severity: important

https://buildd.debian.org/status/package.php?p=ext3grep=sid

...
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... yes
configure: error: ext3grep doesn't work on Big Endian systems
...

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#854874: libbde FTBFS on 32bit: FAIL: test_library.sh

2017-02-11 Thread Adrian Bunk
Source: libbde
Version: 20170204-1
Severity: serious

https://buildd.debian.org/status/package.php?p=libbde

...
FAIL: test_library.sh
=

Testing: aes_ccm_encrypted_key  (PASS)
Testing: error  (PASS)
Testing: io_handle  (PASS)
Testing: key  (PASS)
Testing: key_protector  (PASS)
./test_runner.sh: line 383: 25346 Segmentation fault  ${TEST_EXECUTABLE} 
${ARGUMENTS[@]} 2> /dev/null
Testing: metadata  (FAIL)
FAIL test_library.sh (exit status: 139)
...

Testsuite summary for libbde 20170204

# TOTAL: 3
# PASS:  0
# SKIP:  2
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See tests/test-suite.log
Please report to joachim.m...@gmail.com

Makefile:1262: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#852373: libesedb FTBFS on i386/armel/armhf: test_library.sh fails

2017-01-23 Thread Adrian Bunk
Source: libesedb
Version: 20170121-1
Severity: serious

https://buildd.debian.org/status/package.php?p=libesedb

...
SKIP: test_esedbexport.sh
SKIP: test_esedbinfo.sh
SKIP: test_python_module.sh
FAIL: test_library.sh
=
   libesedb 20170121: tests/test-suite.log
=

# TOTAL: 4
# PASS:  0
# SKIP:  3
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test_library.sh
=

Testing: catalog  (PASS)
Testing: catalog_definition  (PASS)
Testing: column  (PASS)
Testing: column_type  (PASS)
Testing: data_definition  (PASS)
esedb_test_data_segment.c:135 result (1) != -1
Unable to run test: libesedb_data_segment_initialize
Testing: data_segment  (FAIL)
FAIL test_library.sh (exit status: 1)

SKIP: test_esedbinfo.sh
===

Test input directory: input not found.
SKIP test_esedbinfo.sh (exit status: 77)

SKIP: test_esedbexport.sh
=

Test input directory: input not found.
SKIP test_esedbexport.sh (exit status: 77)

SKIP: test_python_module.sh
===

Testing Python-bindings functions: support  (PASS)
Test input directory: input not found.
SKIP test_python_module.sh (exit status: 77)


Testsuite summary for libesedb 20170121

# TOTAL: 4
# PASS:  0
# SKIP:  3
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See tests/test-suite.log
Please report to joachim.m...@gmail.com

Makefile:1460: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/«PKGBUILDDIR»/tests'
Makefile:1566: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/«PKGBUILDDIR»/tests'
Makefile:1660: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/«PKGBUILDDIR»/tests'
Makefile:784: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j4 check VERBOSE=1 returned exit code 2
debian/rules:8: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2
___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Bug#844774: libvshadow FTBFS: test failure on all architectures

2016-11-18 Thread Adrian Bunk
Source: libvshadow
Version: 2016-1
Severity: serious

https://buildd.debian.org/status/package.php?p=libvshadow=sid


FAIL: test_python_functions.sh
==

Testing Python-bindings functions: get_version  (FAIL)
FAIL test_python_functions.sh (exit status: 1)


Testsuite summary for libvshadow 2016

# TOTAL: 4
# PASS:  1
# SKIP:  2
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

See tests/test-suite.log
Please report to joachim.m...@gmail.com

Makefile:1252: recipe for target 'test-suite.log' failed

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel


Bug#841544: Lowering severity of #841292 related bugs

2016-10-21 Thread Adrian Bunk
Control: severity -1 important
Control: tags -1 -stretch

I am lowering the severity of these bugs exposed by
#841292 (gcc-6: flexible array support broken).

gcc 6 has the problematic change reverted, so this shouldn't be
a problem for stretch.

This is expected to be a FTBFS with gcc >= 7,
so these will need fixing for buster.

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel