Package: telepathy-gabble-tests Version: 0.18.2-1 Severity: normal Dear Maintainer,
When telepathy-gabble-tests is installed, /usr/lib/telepathy-gabble-tests/twisted/run-test.sh contains: > sh "${test_src}/twisted/tools/with-session-bus.sh" \ > ${GABBLE_TEST_SLEEP} \ > --config-file="${config_file}" \ > -- \ > false -u "${test_src}/twisted/$i" The command "false" makes all tests fail. It comes from the source file tests/twisted/run-test.sh.in: > sh "${test_src}/twisted/tools/with-session-bus.sh" \ > ${GABBLE_TEST_SLEEP} \ > --config-file="${config_file}" \ > -- \ > @TEST_PYTHON@ -u "${test_src}/twisted/$i" @TEST_PYTHON@ should have been replaced by python, but the configure script tests if python-twisted is installed and uses "false" if not. I added the following Build-depends: python-twisted, python-openssl, python-gobject, (in addition to the existing run-time depends for the -tests package) and it fixes the problem successfully. -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages telepathy-gabble-tests depends on: ii libc6 2.17-97 ii libdbus-1-3 1.7.10-2 ii libdbus-glib-1-2 0.100.2-1 ii libglib2.0-0 2.38.0-1 ii libgnutls26 2.12.23-8 ii libnice10 0.1.4-1 ii libsoup2.4-1 2.44.2-1 ii libsqlite3-0 3.8.2-1 ii libtelepathy-glib0 0.22.0-1 ii libxml2 2.9.1+dfsg1-3 ii python-gobject 3.10.2-2 ii python-openssl 0.13.1-2 ii python-twisted 13.2.0-1 ii telepathy-gabble 0.18.2-1 telepathy-gabble-tests recommends no packages. telepathy-gabble-tests suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org