Your message dated Sat, 07 Jan 2012 18:17:33 +0000
with message-id <e1rjaph-000469...@franck.debian.org>
and subject line Bug#651996: fixed in cython 0.15.1-2
has caused the Debian Bug report #651996,
regarding cython: FTBFS: failed tests
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.)
--
651996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cython
Version: 0.15.1-1
Severity: serious
Justification: fails to build from source
cython FTBFS:
| ======================================================================
| FAIL: test (line 1) (dict_getitem.__test__)
| Doctest: dict_getitem.__test__.test (line 1)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 2166, in runTest
| raise self.failureException(self.format_failure(new.getvalue()))
| AssertionError: Failed doctest test for dict_getitem.__test__.test (line 1)
| File
"/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/c/dict_getitem.so", line
unknown line number, in test (line 1)
|
| ----------------------------------------------------------------------
| File
"/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/c/dict_getitem.so", line
?, in dict_getitem.__test__.test (line 1)
| Failed example:
| test(None, 1) # doctest: +ELLIPSIS
| Expected:
| Traceback (most recent call last):
| TypeError: ...subscriptable...
| Got:
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 1254, in __run
| compileflags, 1) in test.globs
| File "<doctest dict_getitem.__test__.test (line 1)[6]>", line 1, in
<module>
| test(None, 1) # doctest: +ELLIPSIS
| File "dict_getitem.pyx", line 26, in dict_getitem.test
(dict_getitem.c:561)
| TypeError: 'NoneType' object has no attribute '__getitem__'
|
|
| ======================================================================
| FAIL: test (line 1) (dict_getitem.__test__)
| Doctest: dict_getitem.__test__.test (line 1)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 2166, in runTest
| raise self.failureException(self.format_failure(new.getvalue()))
| AssertionError: Failed doctest test for dict_getitem.__test__.test (line 1)
| File
"/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/cpp/dict_getitem.so",
line unknown line number, in test (line 1)
|
| ----------------------------------------------------------------------
| File
"/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/cpp/dict_getitem.so",
line ?, in dict_getitem.__test__.test (line 1)
| Failed example:
| test(None, 1) # doctest: +ELLIPSIS
| Expected:
| Traceback (most recent call last):
| TypeError: ...subscriptable...
| Got:
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 1254, in __run
| compileflags, 1) in test.globs
| File "<doctest dict_getitem.__test__.test (line 1)[6]>", line 1, in
<module>
| test(None, 1) # doctest: +ELLIPSIS
| File "dict_getitem.pyx", line 26, in dict_getitem.test
(dict_getitem.cpp:561)
| TypeError: 'NoneType' object has no attribute '__getitem__'
|
|
| ======================================================================
| FAIL: index ()
| Doctest: index
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 2166, in runTest
| raise self.failureException(self.format_failure(new.getvalue()))
| AssertionError: Failed doctest test for index
| File "/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/c/index.so",
line 89, in index
|
| ----------------------------------------------------------------------
| File "/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/c/index.so", line
91, in index
| Failed example:
| index_object(100, 100)
| Expected:
| Traceback (most recent call last):
| ...
| TypeError: 'int' object is not subscriptable
| Got:
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 1254, in __run
| compileflags, 1) in test.globs
| File "<doctest index[0]>", line 1, in <module>
| index_object(100, 100)
| File "index.pyx", line 65, in index.index_object (index.c:915)
| TypeError: 'int' object has no attribute '__getitem__'
|
|
| ======================================================================
| FAIL: index ()
| Doctest: index
| ----------------------------------------------------------------------
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 2166, in runTest
| raise self.failureException(self.format_failure(new.getvalue()))
| AssertionError: Failed doctest test for index
| File "/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/cpp/index.so",
line 93, in index
|
| ----------------------------------------------------------------------
| File "/build/cython-IuQkTK/cython-0.15.1/build/work-dir/run/cpp/index.so",
line 95, in index
| Failed example:
| index_object(100, 100)
| Expected:
| Traceback (most recent call last):
| ...
| TypeError: 'int' object is not subscriptable
| Got:
| Traceback (most recent call last):
| File "/usr/lib/python2.7/doctest.py", line 1254, in __run
| compileflags, 1) in test.globs
| File "<doctest index[0]>", line 1, in <module>
| index_object(100, 100)
| File "index.pyx", line 65, in index.index_object (index.cpp:915)
| TypeError: 'int' object has no attribute '__getitem__'
|
|
| ----------------------------------------------------------------------
| Ran 5618 tests in 1616.171s
|
| FAILED (failures=4)
| ALL DONE
| make: *** [install/cython] Error 1
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: cython
Source-Version: 0.15.1-2
We believe that the bug you reported is fixed in the latest version of
cython, which is due to be installed in the Debian FTP archive:
cython-dbg_0.15.1-2_amd64.deb
to main/c/cython/cython-dbg_0.15.1-2_amd64.deb
cython_0.15.1-2.debian.tar.gz
to main/c/cython/cython_0.15.1-2.debian.tar.gz
cython_0.15.1-2.dsc
to main/c/cython/cython_0.15.1-2.dsc
cython_0.15.1-2_amd64.deb
to main/c/cython/cython_0.15.1-2_amd64.deb
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 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated cython 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: Sat, 07 Jan 2012 12:32:25 -0500
Source: cython
Binary: cython cython-dbg
Architecture: source amd64
Version: 0.15.1-2
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team
<python-apps-t...@lists.alioth.debian.org>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
cython - C-Extensions for Python
cython-dbg - C-Extensions for Python (Debug Build of Cython)
Closes: 651996
Changes:
cython (0.15.1-2) unstable; urgency=low
.
[ Jakub Wilk ]
* Strip CRs from upstream changelogs.
.
[ Barry Warsaw ]
* debian/patches/python27-testsuite-fix.patch:
Fix test suite for Python 2.7 change. Patch comes from Cython
upstream, post 0.15.1 release. (Closes: #651996)
Checksums-Sha1:
e77898e5a4cc6ae68007dba4b11b6727efb23a19 1539 cython_0.15.1-2.dsc
9514edb3aa539d0cb8a74bffb686c9b22111933f 17988 cython_0.15.1-2.debian.tar.gz
006311bcd42862985909ba0b9e241e53300f2b60 1923362 cython_0.15.1-2_amd64.deb
c93cea0d800e91b2970bb01fb29f4696a2f4184d 5292746 cython-dbg_0.15.1-2_amd64.deb
Checksums-Sha256:
34ce07466f3028912c05ea65948e231d7a9aaec2f31589bfc264fe50cc93876c 1539
cython_0.15.1-2.dsc
68452c32adc66a5c8e112add0ded6588ace86f560f91468b98ca08a7ad79755f 17988
cython_0.15.1-2.debian.tar.gz
285025667f5bf82c082ce610861dda115dcac63703c783e66a894940a0275e57 1923362
cython_0.15.1-2_amd64.deb
b985b2d6739c7549e581148c389a9a9666917b0a72d42ceb2ca774bd30d8c229 5292746
cython-dbg_0.15.1-2_amd64.deb
Files:
bd2646868c4d88190e0635eaded669f1 1539 python optional cython_0.15.1-2.dsc
aa2f22e121b2fa5b8707c229e5be6d58 17988 python optional
cython_0.15.1-2.debian.tar.gz
a3ce8c5269a277f8d8308f773fc0daf5 1923362 python optional
cython_0.15.1-2_amd64.deb
62b1be8ed7c6a2f8bf0f441fc14a5fd3 5292746 debug extra
cython-dbg_0.15.1-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8IimcACgkQjRFFY3XAJMiSVgCdFby23Zch4yN9YR+xQupVo5Z1
hTIAmwfCTyDyNi2ULFu4WZkcABX4ZHiq
=7jPR
-----END PGP SIGNATURE-----
--- End Message ---