Your message dated Wed, 22 Jan 2014 13:00:06 +0000
with message-id <e1w5xpa-00052h...@franck.debian.org>
and subject line Bug#735808: fixed in python-shapely 1.3.0-1
has caused the Debian Bug report #735808,
regarding python-shapely: FTBFS: ValueError: invalid literal for int() with
base 10: '2 r3921
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.)
--
735808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-shapely
Version: 1.2.14-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> 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
> x86_64-linux-gnu-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_2geos_linestring_from_py':
> shapely/speedups/_speedups.c:1389:20: warning: assignment discards 'const'
> qualifier from pointer target type [enabled by default]
> __pyx_v_cs = GEOSGeom_getCoordSeq_r(__pyx_v_handle,
> __pyx_f_7shapely_8speedups_9_speedups_cast_geom(__pyx_t_3));
> ^
> shapely/speedups/_speedups.c:1747:20: warning: assignment discards 'const'
> qualifier from pointer target type [enabled by default]
> __pyx_v_cs = GEOSGeom_getCoordSeq_r(__pyx_v_handle,
> __pyx_f_7shapely_8speedups_9_speedups_cast_geom(__pyx_t_3));
> ^
> shapely/speedups/_speedups.c: In function
> '__pyx_pf_7shapely_8speedups_9_speedups_4geos_linearring_from_py':
> shapely/speedups/_speedups.c:2431:20: warning: assignment discards 'const'
> qualifier from pointer target type [enabled by default]
> __pyx_v_cs = GEOSGeom_getCoordSeq_r(__pyx_v_handle,
> __pyx_f_7shapely_8speedups_9_speedups_cast_geom(__pyx_t_3));
> ^
> shapely/speedups/_speedups.c:2877:20: warning: assignment discards 'const'
> qualifier from pointer target type [enabled by default]
> __pyx_v_cs = GEOSGeom_getCoordSeq_r(__pyx_v_handle,
> __pyx_f_7shapely_8speedups_9_speedups_cast_geom(__pyx_t_3));
> ^
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
> -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security
> build/temp.linux-x86_64-2.7/shapely/speedups/_speedups.o -lgeos_c -o
> /«PKGBUILDDIR»/shapely/speedups/_speedups.so
> Traceback (most recent call last):
> File "setup.py", line 120, in <module>
> **setup_args
> File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
> dist.run_commands()
> File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
> self.run_command(cmd)
> File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
> cmd_obj.run()
> File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
> 138, in run
> self.with_project_on_sys_path(self.run_tests)
> File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
> 118, in with_project_on_sys_path
> func()
> File "/usr/lib/python2.7/dist-packages/setuptools/command/test.py", line
> 164, in run_tests
> testLoader = cks
> File "/usr/lib/python2.7/unittest/main.py", line 94, in __init__
> self.parseArgs(argv)
> File "/usr/lib/python2.7/unittest/main.py", line 149, in parseArgs
> self.createTests()
> File "/usr/lib/python2.7/unittest/main.py", line 158, in createTests
> self.module)
> File "/usr/lib/python2.7/unittest/loader.py", line 130, in
> loadTestsFromNames
> suites = [self.loadTestsFromName(name, module) for name in names]
> File "/usr/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName
> module = __import__('.'.join(parts_copy))
> File "/«PKGBUILDDIR»/shapely/tests/__init__.py", line 3, in <module>
> import test_doctests, test_prepared, test_equality, test_geomseq, test_xy
> File "/«PKGBUILDDIR»/shapely/tests/test_prepared.py", line 2, in <module>
> from shapely import prepared
> File "/«PKGBUILDDIR»/shapely/prepared.py", line 5, in <module>
> from shapely.geos import lgeos
> File "/«PKGBUILDDIR»/shapely/geos.py", line 100, in <module>
> geos_capi_version = geos_c_version = _geos_c_version()
> File "/«PKGBUILDDIR»/shapely/geos.py", line 98, in _geos_c_version
> return tuple(int(n) for n in v.split('.'))
> File "/«PKGBUILDDIR»/shapely/geos.py", line 98, in <genexpr>
> return tuple(int(n) for n in v.split('.'))
> ValueError: invalid literal for int() with base 10: '2 r3921'
> make[1]: *** [override_dh_auto_test] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/01/14/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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: python-shapely
Source-Version: 1.3.0-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.
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 735...@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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 20 Jan 2014 11:04:52 +0100
Source: python-shapely
Binary: python-shapely python3-shapely
Architecture: source amd64
Version: 1.3.0-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 (Python 2)
python3-shapely - geometric objects, predicates, and operations (Python 3)
Closes: 666655 731566 733667 735808
Changes:
python-shapely (1.3.0-1) unstable; urgency=low
.
* Imported Upstream version 1.3.0 (Closes: #731566)
- Works with libgeos >= 3.4.2 (Closes: #733667, #735808)
- Removed non-deterministic test "cascaded_union.txt" (Closes: #666655)
* Deleted obsolete patches.
* Require python >= 2.6.
* Switched to pbuild, added support for python 3.
* Updated watch file: look for releases on github (they contain .pyx files).
* Updated Homepage field.
* Updated policy version.
Checksums-Sha1:
42e848e947cf282fb8b170901fba9a3259168828 2130 python-shapely_1.3.0-1.dsc
737655d917e50036b39caa036167c8fa5b4ea03b 215757
python-shapely_1.3.0.orig.tar.gz
f85802d6dff833d921b94543889c6dee82758ec6 8520
python-shapely_1.3.0-1.debian.tar.xz
46a5b30ac5ab8e57f1cd25f3e117acd555af0ba4 102728
python-shapely_1.3.0-1_amd64.deb
a63fc153f01307961f36987f683f02e8bac1bbf8 78854
python3-shapely_1.3.0-1_amd64.deb
Checksums-Sha256:
17cbb3c1559a9d7440494ae20c5daa571c0072c29e25c73261957a203d08ffc3 2130
python-shapely_1.3.0-1.dsc
653028ce8bd8f2933c3ddf9cfd0dfb5e14b14ec29eb6bc2852b073f23451a990 215757
python-shapely_1.3.0.orig.tar.gz
1daafa37e256dd2116754e1d8acdd72e0a2bb366c65186014d9c874f512832ec 8520
python-shapely_1.3.0-1.debian.tar.xz
400f8f703cf3b931d67164eccef736054c62a97ba4bf545193040fffdf45ae6b 102728
python-shapely_1.3.0-1_amd64.deb
d14c57054e90205433af4a98ccc27cd7eda1aa66e5021cb4df96440ab011693b 78854
python3-shapely_1.3.0-1_amd64.deb
Files:
0b03b66f119e490fdbafd7cd70ab0071 2130 python optional
python-shapely_1.3.0-1.dsc
0d4d473785c33fd0132952a3eba02d71 215757 python optional
python-shapely_1.3.0.orig.tar.gz
25f7b1ddc50d20baebdcb5c664202dd1 8520 python optional
python-shapely_1.3.0-1.debian.tar.xz
0337c6bae4d7314debe6c5d4df7e34ec 102728 python optional
python-shapely_1.3.0-1_amd64.deb
afc2ede34eaa62ee7e2d8f6f4b55edfe 78854 python optional
python3-shapely_1.3.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJS3u6ZAAoJEK728aKnRXZFIV8QANP9cx3I5TJ2EXWy8vBHJrQo
zDV+vPQbR8UBubvZgl8+HNu2b/P5jctiJTLPlyHPeaC0ogurPpMZ/lFwY+YO0aFl
1lDdfEWzFl5EwbXJCZgAQLDysNUX3z5kt26zixuEZLCKkcdScSIfrOVQhYZVhQJQ
EthrIMUR4P3GnPTM14olY68qnX7wh+S02gg4TbPp11zG69zs7WwnfPBmBNBN+Do3
6q7390LclBxV2PRfW9zE8lZkFwE/a+rt4qvZAAhe697M8elFCxZQtV9DDoy0ZUbs
5y2XGduTK7nZIssm6OydevgvZ9U47TYhiyzR/ouAYjSG9rxBi+v4ZnA/f6SBGtDk
ap+Ux6NzI+KQGKqy/USimYOtzfj9TCuyfX8lS6Dy7F3sch+7AbHjjU+nBo8u65TO
esRLoTGJu+e1P28ndPbV4kwTq4QEO20vlyaPxEN9mkk1J7O30bxG7FpURDwKk0Zn
4Zdgmua39PDkdu5pE9+MSjpyFKESbbxKAEuvkRpMUFWpcWsLxutJuqq+p1hUQAhl
4Ob/Xot2NF0OGE8kPyL6JH53yhXMh9+De16Qgujh7E5+qHubf2Owu4LD6XIQUCUw
03OZRQe2StNYq6kq60nf/nIPlbDQoDErf5Km8dtMJp1wd0P6zzzjqtv2lXeANHc7
6g9iOtPC/zZp3CLL8jIO
=Lw5s
-----END PGP SIGNATURE-----
--- End Message ---