Source: jemalloc Version: 3.6.0 Severity: normal Tags: patch User: autopkgtest-de...@lists.alioth.debian.org Usertags: autopkgtest
Dear Maintainer, The tests used in autopkgtest are failing. Below the log: adt-run [11:54:30]: test run-tests: [----------------------- 01.compile-and-run-test-program.t .. not ok 1 - compile test program against libjemalloc # # gcc ../ex_stats_print.c -o ex_stats_print -ljemalloc # not ok 2 - run test program # # ./ex_stats_print # # failed 2 among 2 test(s) 1..2 Dubious, test returned 1 (wstat 256, 0x100) Failed 2/2 subtests The tests are correct, but the clean chroot environment that run this tests can't compile and run this simple C file used in tests. To solve this problem I only changed the dependencies in debian/tests/control, I changed 'gcc, perl' to 'build-essential', and all tests passed. Best regards. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru jemalloc-3.6.0.orig/debian/tests/control jemalloc-3.6.0/debian/tests/control --- jemalloc-3.6.0.orig/debian/tests/control 2014-07-22 11:35:23.490801224 -0300 +++ jemalloc-3.6.0/debian/tests/control 2014-07-22 11:39:51.937003316 -0300 @@ -1,2 +1,2 @@ Tests: run-tests -Depends: @,gcc,perl +Depends: @,build-essential