Your message dated Wed, 04 Jan 2012 21:48:21 +0000
with message-id <e1riyh3-0007hi...@franck.debian.org>
and subject line Bug#652183: fixed in python-shapely 1.2.13-1
has caused the Debian Bug report #652183,
regarding python-shapely: FTBFS: FAIL: 
/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Point.txt
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.)


-- 
652183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652183
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-shapely
Version: 1.2.10-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20111210 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[1]: Entering directory 
> `/build/python-shapely-6luht3/python-shapely-1.2.10'
> python setup.py test
> setup.py:10: Warning: Failed to import distribute_setup, continuing without 
> distribute.
>   Warning)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'requires_external'
>   warnings.warn(msg)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'metadata_version'
>   warnings.warn(msg)
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
> option: 'requires_python'
>   warnings.warn(msg)
> running test

...
> 
> ======================================================================
> FAIL: 
> /build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Polygon.txt
> Doctest: Polygon.txt
> ----------------------------------------------------------------------
> 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 Polygon.txt
>   File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Polygon.txt",
>  line 0
> 
> ----------------------------------------------------------------------
> File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Polygon.txt",
>  line 105, in Polygon.txt
> Failed example:
>     polygon.__geo_interface__
> Expected:
>     {'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
> (2.0, -1.0), (0.0, 0.0)), ((0.10000000000000001, 0.10000000000000001), 
> (0.10000000000000001, 0.20000000000000001), (0.20000000000000001, 
> 0.20000000000000001), (0.20000000000000001, 0.10000000000000001), 
> (0.10000000000000001, 0.10000000000000001)))}
> Got:
>     {'type': 'Polygon', 'coordinates': (((0.0, 0.0), (0.0, 1.0), (1.0, 1.0), 
> (2.0, -1.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 0.1), 
> (0.1, 0.1)))}
> 
> 
> ======================================================================
> FAIL: 
> /build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Point.txt
> Doctest: Point.txt
> ----------------------------------------------------------------------
> 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 Point.txt
>   File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Point.txt", 
> line 0
> 
> ----------------------------------------------------------------------
> File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/Point.txt", 
> line 124, in Point.txt
> Failed example:
>     pa.distance(p)
> Expected:
>     4.1231056256176606
> Got:
>     4.123105625617661
> 
> 
> ======================================================================
> FAIL: 
> /build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt
> Doctest: MultiPolygon.txt
> ----------------------------------------------------------------------
> 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 MultiPolygon.txt
>   File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt",
>  line 0
> 
> ----------------------------------------------------------------------
> File 
> "/build/python-shapely-6luht3/python-shapely-1.2.10/shapely/tests/MultiPolygon.txt",
>  line 53, in MultiPolygon.txt
> Failed example:
>     geom.__geo_interface__
> Expected:
>     {'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
> 1.0), (1.0, 0.0), (0.0, 0.0)), ((0.10000000000000001, 0.10000000000000001), 
> (0.10000000000000001, 0.20000000000000001), (0.20000000000000001, 
> 0.20000000000000001), (0.20000000000000001, 0.10000000000000001), 
> (0.10000000000000001, 0.10000000000000001))]]}
> Got:
>     {'type': 'MultiPolygon', 'coordinates': [[((0.0, 0.0), (0.0, 1.0), (1.0, 
> 1.0), (1.0, 0.0), (0.0, 0.0)), ((0.1, 0.1), (0.1, 0.2), (0.2, 0.2), (0.2, 
> 0.1), (0.1, 0.1))]]}
> 
> 
> ----------------------------------------------------------------------
> Ran 57 tests in 0.276s
> 
> FAILED (failures=3)
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/12/10/python-shapely_1.2.10-1_lsid64.buildlog

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: python-shapely
Source-Version: 1.2.13-1

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

python-shapely_1.2.13-1.debian.tar.gz
  to main/p/python-shapely/python-shapely_1.2.13-1.debian.tar.gz
python-shapely_1.2.13-1.dsc
  to main/p/python-shapely/python-shapely_1.2.13-1.dsc
python-shapely_1.2.13-1_amd64.deb
  to main/p/python-shapely/python-shapely_1.2.13-1_amd64.deb
python-shapely_1.2.13.orig.tar.gz
  to main/p/python-shapely/python-shapely_1.2.13.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 652...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pietro Battiston <m...@pietrobattiston.it> (supplier of updated python-shapely 
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: SHA512

Format: 1.8
Date: Wed, 21 Dec 2011 16:17:20 +0100
Source: python-shapely
Binary: python-shapely
Architecture: source amd64
Version: 1.2.13-1
Distribution: unstable
Urgency: low
Maintainer: Pietro Battiston <m...@pietrobattiston.it>
Changed-By: Pietro Battiston <m...@pietrobattiston.it>
Description: 
 python-shapely - geometric objects, predicates, and operations
Closes: 652183
Changes: 
 python-shapely (1.2.13-1) unstable; urgency=low
 .
   * New upstream release.
   * Now using gbp-pq to manage patches.
   * Fixed test for Python 2.7 with upstream patch (Closes: #652183).
   * Tests are now ran with all supported Python versions.
   * Updated debian/copyright format.
Checksums-Sha1: 
 9ab37aef6da26e599aec2fa38dff82b91cf40de4 2046 python-shapely_1.2.13-1.dsc
 70e3a7a77c81b2669aae1bd521d1eacc0814262f 91837 
python-shapely_1.2.13.orig.tar.gz
 cbcdb9227b287eac110157f8acfa1719f6bf8443 10042 
python-shapely_1.2.13-1.debian.tar.gz
 2ed5476cb71c102fd5a3f25fe9c4283b3fc6b3f4 120030 
python-shapely_1.2.13-1_amd64.deb
Checksums-Sha256: 
 3581ac152cfdab8f871f2c151d2b0e02818ffc95a8fc20640430edae932cc24c 2046 
python-shapely_1.2.13-1.dsc
 64310a22d2f1c1d5f85de0f8ac08cf360ce1eac5cd78a84e8e4185cc92128c86 91837 
python-shapely_1.2.13.orig.tar.gz
 31439515030d10e62a31b9775d265531cfc47239d5edc26cb577aa21a98ccf95 10042 
python-shapely_1.2.13-1.debian.tar.gz
 c4b3ea4e6a76a8096301b1fca9307e461ed26f94b5d3d47abae81a80db0c7983 120030 
python-shapely_1.2.13-1_amd64.deb
Files: 
 6f00b9c7c2fee722a2e7b45b172183d4 2046 python optional 
python-shapely_1.2.13-1.dsc
 c39a3b26a6ec6139fab1ba34a78263a2 91837 python optional 
python-shapely_1.2.13.orig.tar.gz
 8fccd52b87f5b80d095384515be2d5d2 10042 python optional 
python-shapely_1.2.13-1.debian.tar.gz
 423da5c82b78ac17fd79c0147892a720 120030 python optional 
python-shapely_1.2.13-1_amd64.deb

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

iQIcBAEBCgAGBQJPBMQUAAoJEK728aKnRXZFkHIP/iBJHja5iv81KNBjkDaU1zWl
VLuit9WoR9FINnbIfv43YjHXmH3JucyQr/X+7pzPHZrU3ysZVO4YiQ8Vgam58ej1
eGDLcJyOwjnlnv2cgXmZVoVhDIGT2wk8azSTct4qgNWY8/qSvE92r3skqpvT9OW0
5H/B9ZQq7EMad5x09OCEubfIaLOYFwN1w3UrIUv7jgG10PSvjKEUqYwSYG33S13D
f8+Md5CcX4+vKEMdDb1OdL53DrNAwgFo4Bf8ER6KhLxKEDPJAKd+iChwMwxB7beL
Xb4dBbJs9HWOrKQM5u0kqtbjFEkIxbFUaSpLP9v+u2dGtpAmisKO3tjzH3CZUbo8
Eowi3UYuHA1koLT4fDtaJnAzzU1Eoatbsb64c04blEGH5u0wJeAoOC9RG8ZoCRKJ
wtB6S/pvMu7N12bDrBfKi1wMzlr3peEVoKsUOM57obchGuSInTtxBmMKlLEl4Xqe
xov5HJ9pbnWzMEkbvyw/4PLqFSVFyB7aZ6SaRVvYozY1qc/6xgujukxjFg4y8Xo6
94mbbV/vVBFPzhlVvxgnVnpguQ6b+3Yo1YS+rDOd3iUdT74sfa6wRtDw4RBfVOMy
xajQ5PwBrx/1NCu2rfSITixV/5gb8ggsJH2gqX8LstRA7Je1jfGOHxSKmH4SMfBb
JiRbyXZNIDpCvU1/PJTx
=SmMs
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to