Source: python-shapely Version: 1.2.14-1 Severity: serious Tags: wheezy sid User: debian...@lists.debian.org Usertags: qa-ftbfs-20120331 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 `/«PKGBUILDDIR»' > set -e; for ver in `pyversions -vr`; do \ > python$ver setup.py test; \ > done > 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 > running egg_info > writing Shapely.egg-info/PKG-INFO > writing top-level names to Shapely.egg-info/top_level.txt > writing dependency_links to Shapely.egg-info/dependency_links.txt > reading manifest file 'Shapely.egg-info/SOURCES.txt' > writing manifest file 'Shapely.egg-info/SOURCES.txt' > running build_ext > skipping 'shapely/speedups/_speedups.c' Cython extension (up-to-date) > building 'shapely.speedups._speedups' extension > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall > -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c > shapely/speedups/_speedups.c -o > build/temp.linux-x86_64-2.7/shapely/speedups/_speedups.o > shapely/speedups/_speedups.c: In function > '__pyx_pf_7shapely_8speedups_9_speedups_1geos_linestring_from_py': > shapely/speedups/_speedups.c:1147:20: warning: assignment discards 'const' > qualifier from pointer target type [enabled by default] > shapely/speedups/_speedups.c:1505:20: warning: assignment discards 'const' > qualifier from pointer target type [enabled by default] > shapely/speedups/_speedups.c: In function > '__pyx_pf_7shapely_8speedups_9_speedups_2geos_linearring_from_py': > shapely/speedups/_speedups.c:2176:20: warning: assignment discards 'const' > qualifier from pointer target type [enabled by default] > shapely/speedups/_speedups.c:2624:20: warning: assignment discards 'const' > qualifier from pointer target type [enabled by default] > gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro > build/temp.linux-x86_64-2.7/shapely/speedups/_speedups.o -lgeos_c -o > /«PKGBUILDDIR»/shapely/speedups/_speedups.so > /«PKGBUILDDIR»/shapely/tests/attribute-chains.txt > Doctest: attribute-chains.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Predicates.txt > Doctest: Predicates.txt ... ok > /«PKGBUILDDIR»/shapely/tests/polygonize.txt > Doctest: polygonize.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Polygon.txt > Doctest: Polygon.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Point.txt > Doctest: Point.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Persist.txt > Doctest: Persist.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Operations.txt > Doctest: Operations.txt ... ok > /«PKGBUILDDIR»/shapely/tests/MultiPolygon.txt > Doctest: MultiPolygon.txt ... ok > /«PKGBUILDDIR»/shapely/tests/MultiPoint.txt > Doctest: MultiPoint.txt ... ok > /«PKGBUILDDIR»/shapely/tests/MultiLineString.txt > Doctest: MultiLineString.txt ... ok > /«PKGBUILDDIR»/shapely/tests/LineString.txt > Doctest: LineString.txt ... ok > /«PKGBUILDDIR»/shapely/tests/linemerge.txt > Doctest: linemerge.txt ... ok > /«PKGBUILDDIR»/shapely/tests/IterOps.txt > Doctest: IterOps.txt ... ok > /«PKGBUILDDIR»/shapely/tests/invalid_intersection.txt > Doctest: invalid_intersection.txt ... ok > /«PKGBUILDDIR»/shapely/tests/GeoInterface.txt > Doctest: GeoInterface.txt ... ok > /«PKGBUILDDIR»/shapely/tests/dimensions.txt > Doctest: dimensions.txt ... ok > /«PKGBUILDDIR»/shapely/tests/cascaded_union.txt > Doctest: cascaded_union.txt ... FAIL > /«PKGBUILDDIR»/shapely/tests/binascii_hex.txt > Doctest: binascii_hex.txt ... ok > /«PKGBUILDDIR»/shapely/tests/Array.txt > Doctest: Array.txt ... ok > test_op_not_allowed (shapely.tests.test_prepared.PreparedGeometryTestCase) > ... ok > test_predicate_not_allowed > (shapely.tests.test_prepared.PreparedGeometryTestCase) ... ok > test_prepared (shapely.tests.test_prepared.PreparedGeometryTestCase) ... ok > test_empty_base (shapely.tests.test_emptiness.EmptinessTestCase) ... ok > test_empty_point (shapely.tests.test_emptiness.EmptinessTestCase) ... ok > test_emptying_point (shapely.tests.test_emptiness.EmptinessTestCase) ... ok > test_almost_equals (shapely.tests.test_equality.PointEqualityTestCase) ... ok > test_almost_equals_default > (shapely.tests.test_equality.PointEqualityTestCase) ... ok > test_equals_exact (shapely.tests.test_equality.PointEqualityTestCase) ... ok > test_array_interface (shapely.tests.test_geomseq.MultiLineTestCase) ... ok > test_arrays (shapely.tests.test_xy.XYTestCase) ... ok > test_array_interface (shapely.tests.test_collection.CollectionTestCase) ... ok > test_polygon_3 (shapely.tests.test_singularity.PolygonTestCase) ... ok > test_polygon_5 (shapely.tests.test_singularity.PolygonTestCase) ... ok > test_valid (shapely.tests.test_validation.ValidationTestCase) ... ok > test_point (shapely.tests.test_mapping.MappingTestCase) ... ok > test_defaultimpl (shapely.tests.test_delegated.WrapperTestCase) ... ok > test_delegated (shapely.tests.test_delegated.WrapperTestCase) ... ok > test_fallbacks (shapely.tests.test_dlls.LoadingTestCase) ... ok > test_load (shapely.tests.test_dlls.LoadingTestCase) ... ok > test_line1_interpolate > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_line1_project > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_line2_interpolate > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_line2_project > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_line_ends_interpolate > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_multiline_interpolate > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_multiline_project > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_not_on_line_project > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_not_supported_project > (shapely.tests.test_linear_referencing.LinearReferencingTestCase) ... ok > test_line_intersection (shapely.tests.test_products_z.ProductZTestCase) ... ok > test_ccw (shapely.tests.test_box.BoxTestCase) ... ok > test_ccw_default (shapely.tests.test_box.BoxTestCase) ... ok > test_cw (shapely.tests.test_box.BoxTestCase) ... ok > test_create_linestring (shapely.tests.test_speedups.SpeedupsTestCase) ... ok > test_create_polygon (shapely.tests.test_speedups.SpeedupsTestCase) ... ok > test_create_polygon_from_linestring > (shapely.tests.test_speedups.SpeedupsTestCase) ... ok > test_ccw (shapely.tests.test_cga.RingOrientationTestCase) ... ok > test_cw (shapely.tests.test_cga.RingOrientationTestCase) ... ok > test_holes (shapely.tests.test_cga.PolygonOrienterTestCase) ... ok > test_no_holes (shapely.tests.test_cga.PolygonOrienterTestCase) ... ok > test_index_2d_coords (shapely.tests.test_getitem.CoordsGetItemTestCase) ... ok > test_index_3d_coords (shapely.tests.test_getitem.CoordsGetItemTestCase) ... ok > test_index_coords_misc (shapely.tests.test_getitem.CoordsGetItemTestCase) ... > ok > test_slice_2d_coords (shapely.tests.test_getitem.CoordsGetItemTestCase) ... ok > test_slice_3d_coords (shapely.tests.test_getitem.CoordsGetItemTestCase) ... ok > test_index_multigeom (shapely.tests.test_getitem.MultiGeomGetItemTestCase) > ... ok > test_index_multigeom_misc > (shapely.tests.test_getitem.MultiGeomGetItemTestCase) ... ok > test_slice_multigeom (shapely.tests.test_getitem.MultiGeomGetItemTestCase) > ... ok > test_index_linearring (shapely.tests.test_getitem.LinearRingGetItemTestCase) > ... ok > test_index_linearring_misc > (shapely.tests.test_getitem.LinearRingGetItemTestCase) ... ok > test_slice_linearring (shapely.tests.test_getitem.LinearRingGetItemTestCase) > ... ok > > ====================================================================== > FAIL: /«PKGBUILDDIR»/shapely/tests/cascaded_union.txt > Doctest: cascaded_union.txt > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/lib/python2.7/doctest.py", line 2201, in runTest > raise self.failureException(self.format_failure(new.getvalue())) > AssertionError: Failed doctest test for cascaded_union.txt > File "/«PKGBUILDDIR»/shapely/tests/cascaded_union.txt", line 0 > > ---------------------------------------------------------------------- > File "/«PKGBUILDDIR»/shapely/tests/cascaded_union.txt", line 22, in > cascaded_union.txt > Failed example: > cascaded_union(spots) # doctest: +ELLIPSIS > Expected: > <shapely.geometry.multipolygon.MultiPolygon object at 0x...> > Got: > <shapely.geometry.polygon.Polygon object at 0x307ff50> > > > ---------------------------------------------------------------------- > Ran 70 tests in 0.295s > > FAILED (failures=1) > /«PKGBUILDDIR»/shapely/tests/test_doctests.py > make[1]: *** [override_dh_auto_test] Error 1 The full build log is available from: http://people.debian.org/~lucas/logs/2012/03/31/python-shapely_1.2.14-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. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org