Your message dated Mon, 23 Apr 2012 09:03:22 +0000
with message-id <e1smfb4-0000zn...@franck.debian.org>
and subject line Bug#669491: fixed in subunit 0.0.7+bzr162-1
has caused the Debian Bug report #669491,
regarding subunit: FTBFS: ImportError: cannot import name Python26TestResult
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.)


-- 
669491: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669491
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: subunit
Version: 0.0.7-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[2]: Entering directory `/«PKGBUILDDIR»'
> Traceback (most recent call last):
>   File "./runtests.py", line 23, in <module>
>     from subunit.tests.TestUtil import TestVisitor, TestSuite
>   File "/«PKGBUILDDIR»/python/subunit/tests/__init__.py", line 17, in <module>
>     from subunit.tests import (
>   File "/«PKGBUILDDIR»/python/subunit/tests/test_test_protocol.py", line 25, 
> in <module>
>     from testtools.tests.helpers import (
> ImportError: cannot import name Python26TestResult
> FAIL: runtests.py
> Running suite(s): subunit_child
> 100%: Checks: 6, Failures: 0, Errors: 0
> PASS: c/tests/test_child
> ================================================
> 1 of 2 tests failed
> Please report to subunit-...@lists.launchpad.net
> ================================================
> make[2]: *** [check-TESTS] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/subunit_0.0.7-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: subunit
Source-Version: 0.0.7+bzr162-1

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

libcppunit-subunit-dev_0.0.7+bzr162-1_amd64.deb
  to main/s/subunit/libcppunit-subunit-dev_0.0.7+bzr162-1_amd64.deb
libcppunit-subunit0_0.0.7+bzr162-1_amd64.deb
  to main/s/subunit/libcppunit-subunit0_0.0.7+bzr162-1_amd64.deb
libsubunit-dev_0.0.7+bzr162-1_amd64.deb
  to main/s/subunit/libsubunit-dev_0.0.7+bzr162-1_amd64.deb
libsubunit-perl_0.0.7+bzr162-1_all.deb
  to main/s/subunit/libsubunit-perl_0.0.7+bzr162-1_all.deb
libsubunit0_0.0.7+bzr162-1_amd64.deb
  to main/s/subunit/libsubunit0_0.0.7+bzr162-1_amd64.deb
python-subunit_0.0.7+bzr162-1_all.deb
  to main/s/subunit/python-subunit_0.0.7+bzr162-1_all.deb
python3-subunit_0.0.7+bzr162-1_all.deb
  to main/s/subunit/python3-subunit_0.0.7+bzr162-1_all.deb
subunit_0.0.7+bzr162-1.debian.tar.gz
  to main/s/subunit/subunit_0.0.7+bzr162-1.debian.tar.gz
subunit_0.0.7+bzr162-1.dsc
  to main/s/subunit/subunit_0.0.7+bzr162-1.dsc
subunit_0.0.7+bzr162-1_all.deb
  to main/s/subunit/subunit_0.0.7+bzr162-1_all.deb
subunit_0.0.7+bzr162.orig.tar.gz
  to main/s/subunit/subunit_0.0.7+bzr162.orig.tar.gz



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 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jelmer Vernooij <jel...@debian.org> (supplier of updated subunit 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 08 Apr 2012 21:44:01 +0200
Source: subunit
Binary: subunit libsubunit-perl python-subunit python3-subunit libsubunit0 
libsubunit-dev libcppunit-subunit0 libcppunit-subunit-dev
Architecture: source all amd64
Version: 0.0.7+bzr162-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij <jel...@debian.org>
Changed-By: Jelmer Vernooij <jel...@debian.org>
Description: 
 libcppunit-subunit-dev - SubunitTestProgressListener for CPPUnit - Development 
headers
 libcppunit-subunit0 - SubunitTestProgressListener for CPPUnit - C++ shared 
library
 libsubunit-dev - Unit testing protocol - Development headers and static 
library fo
 libsubunit-perl - perl parser and diff for Subunit streams
 libsubunit0 - Unit testing protocol - C/C++ shared library
 python-subunit - unit testing protocol - Python bindings to generate and 
consume s
 python3-subunit - unit testing protocol - Python3 bindings to generate and 
consume
 subunit    - command line tools for processing Subunit streams
Closes: 669491
Changes: 
 subunit (0.0.7+bzr162-1) unstable; urgency=low
 .
   * New upstream snapshot.
    + Fixes compatibility with current versions of testtools. Closes: #669491
   * Support installation for multiple python versions.
   * Include egg-info for python-subunit. LP: #893620
   * Add python3-subunit package.
   * Bump standards version to 3.9.3 (no changes).
   * Use machine parseable format for copyright file.
Checksums-Sha1: 
 4a418ff3e8e86a1d895fa66cc7f82bbe7538942f 1925 subunit_0.0.7+bzr162-1.dsc
 88b508990f5ed0a2cc6dd2613b787f48693687fa 82610 subunit_0.0.7+bzr162.orig.tar.gz
 4804cf95dd1144c979141b0a03a86e45e8aac04d 6052 
subunit_0.0.7+bzr162-1.debian.tar.gz
 4d40f93f6e780bdcbc86066244c4999a96785c72 15178 subunit_0.0.7+bzr162-1_all.deb
 4d3b7e2a142cab7fd2439ab6c608fd762170b9d7 6900 
libsubunit-perl_0.0.7+bzr162-1_all.deb
 306412e181435fae90465597b265156896882aa7 32574 
python-subunit_0.0.7+bzr162-1_all.deb
 522868c01dc22a9ded401be0dda9901ad993a8b4 31274 
python3-subunit_0.0.7+bzr162-1_all.deb
 c40f230868075d858c4ef106c2bfd01267a89edc 7614 
libsubunit0_0.0.7+bzr162-1_amd64.deb
 79c0e0c9f2427e604126682ad7e233855a6ddd4c 8294 
libsubunit-dev_0.0.7+bzr162-1_amd64.deb
 35ee3389e9bab2c6d9bbc0664e3d7b5778ed364f 10960 
libcppunit-subunit0_0.0.7+bzr162-1_amd64.deb
 d8c11494771b34315f2976bb51a20ff3adad55b0 11510 
libcppunit-subunit-dev_0.0.7+bzr162-1_amd64.deb
Checksums-Sha256: 
 15c559afe268af3298d53cc72f1925531d26d9788d185ee8a14072fd6705d3a4 1925 
subunit_0.0.7+bzr162-1.dsc
 5fabb86196c3a88c041aeeef9fe9f80d7ce477d0a2747b234a09803b9c94d35b 82610 
subunit_0.0.7+bzr162.orig.tar.gz
 8d95f5e295f44e252c733a53cc27698f8dd0f244e885c63d8aa5d7c7025b3b25 6052 
subunit_0.0.7+bzr162-1.debian.tar.gz
 74bb6b30fba5bb3c15776715ef21dec8315123718044bc02ede8186525eac197 15178 
subunit_0.0.7+bzr162-1_all.deb
 e56ee33ea41e652ce5469b934dfa5aa75585d9acef7828d9906a0ba5dd2f67a3 6900 
libsubunit-perl_0.0.7+bzr162-1_all.deb
 332ba151b7581c7ad092c0a02d1b1eda2c20b798ea7645d699e10f0c3d3c17f2 32574 
python-subunit_0.0.7+bzr162-1_all.deb
 16f534d981e8c2775f7096c13196855ca15478f7b239f184a83441ed4d486292 31274 
python3-subunit_0.0.7+bzr162-1_all.deb
 00afe1f1df0a7c48edd890a6db28883e37a841552d52b3c491ab709329cffe63 7614 
libsubunit0_0.0.7+bzr162-1_amd64.deb
 b37df0757469cb183c5f2d9e362daac0e1a641a71844358dcdba119a69b40e1b 8294 
libsubunit-dev_0.0.7+bzr162-1_amd64.deb
 15cf46ce0bcae29a679c935b1295ccea2626e515af42535f416a9b4023c33c07 10960 
libcppunit-subunit0_0.0.7+bzr162-1_amd64.deb
 984028d2ad185372cf3bd64bc7314fdc5e4aa0aeb84f575dc24147bb8659a038 11510 
libcppunit-subunit-dev_0.0.7+bzr162-1_amd64.deb
Files: 
 a68c0fb7b6337c96e9699181dc0fdf0b 1925 devel optional subunit_0.0.7+bzr162-1.dsc
 55acda5e88b5372048d57468cdca8c82 82610 devel optional 
subunit_0.0.7+bzr162.orig.tar.gz
 c32aef7bd011aaf21afa5349b9d27c75 6052 devel optional 
subunit_0.0.7+bzr162-1.debian.tar.gz
 71d06ac6d6cb3c53353ea21640a075f8 15178 devel optional 
subunit_0.0.7+bzr162-1_all.deb
 0ecaf1febb45b7c8fb32b9106b9f0391 6900 perl optional 
libsubunit-perl_0.0.7+bzr162-1_all.deb
 82d9b08f554d962d657d08ce1cd69f9e 32574 python optional 
python-subunit_0.0.7+bzr162-1_all.deb
 cde54c783b21113fc7fb9cd38f5114f7 31274 python optional 
python3-subunit_0.0.7+bzr162-1_all.deb
 e80b28d76ae54c8894e90f5c80b979d3 7614 devel optional 
libsubunit0_0.0.7+bzr162-1_amd64.deb
 974ff4ea2421652b93da7099f0a7e361 8294 libdevel optional 
libsubunit-dev_0.0.7+bzr162-1_amd64.deb
 acfc0adccd49cf53947ee54a6a28a520 10960 devel optional 
libcppunit-subunit0_0.0.7+bzr162-1_amd64.deb
 04732fe2ee90f3be7bc43627db223d30 11510 libdevel optional 
libcppunit-subunit-dev_0.0.7+bzr162-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+SFFgACgkQPa9Uoh7vUnaqAACgiZFQqp6J/+P/l0sqx4IA/VYC
eYUAniXyzLvIr9Kcju9PdoPdExIylHSK
=lnsq
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to