Your message dated Thu, 05 Jan 2012 00:32:13 +0000
with message-id <[email protected]>
and subject line Bug#652751: fixed in s3ql 1.8.1-1
has caused the Debian Bug report #652751,
regarding s3ql: FTBFS: tries to download stuff from the internet
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 [email protected]
immediately.)
--
652751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=652751
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: s3ql
Version: 1.7-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20111220 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/s3ql-vUcaNS/s3ql-1.7'
> dh_testdir
> python setup.py build_cython
> running build_cython
> warning: src/s3ql/_deltadump.pyx:257:60: local variable 'stmt' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:266:35: local variable 'row_count' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:330:23: Unused entry 'i'
> warning: src/s3ql/_deltadump.pyx:336:35: local variable 'int64' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:344:35: local variable 'int64' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:353:39: local variable 'int64' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:420:15: local variable 'int8' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:446:36: local variable 'uint64' might be
> referenced before assignment
> warning: src/s3ql/_deltadump.pyx:448:33: local variable 'uint64' might be
> referenced before assignment
> compiling src/s3ql/_deltadump.pyx to src/s3ql/_deltadump.c
> touch build_cython
> dh_testdir
> python-dbg setup.py build -g
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.7-pydebug
> creating build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/lock.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/database.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/cp.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/daemonize.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/fsck.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/inode_cache.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/parse_args.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/fs.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/block_cache.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/ctrl.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/metadata.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/statfs.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/adm.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/common.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/deltadump.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/umount.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/cleanup_manager.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/mkfs.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/ordered_dict.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/mount.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/__init__.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> copying src/s3ql/remove.py -> build/lib.linux-x86_64-2.7-pydebug/s3ql
> creating build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/gs.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/s3s.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/s3c.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/s3cs.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/common.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/s3.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/local.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/__init__.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> copying src/s3ql/backends/gss.py ->
> build/lib.linux-x86_64-2.7-pydebug/s3ql/backends
> running build_ext
> building 's3ql._deltadump' extension
> creating build/temp.linux-x86_64-2.7-pydebug
> creating build/temp.linux-x86_64-2.7-pydebug/src
> creating build/temp.linux-x86_64-2.7-pydebug/src/s3ql
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -g
> -I/usr/include/python2.7_d -c src/s3ql/_deltadump.c -o
> build/temp.linux-x86_64-2.7-pydebug/src/s3ql/_deltadump.o -Wall -Wextra
> -Wno-unused-parameter -Wno-unused-but-set-variable -fno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g
> build/temp.linux-x86_64-2.7-pydebug/src/s3ql/_deltadump.o -o
> build/lib.linux-x86_64-2.7-pydebug/s3ql/_deltadump_d.so -lsqlite3
> [74356 refs]
> python setup.py build -g
> running build
> running build_py
> creating build/lib.linux-x86_64-2.7
> creating build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/lock.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/database.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/cp.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/daemonize.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/fsck.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/inode_cache.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/parse_args.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/fs.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/block_cache.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/ctrl.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/metadata.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/statfs.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/adm.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/common.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/deltadump.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/umount.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/cleanup_manager.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/mkfs.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/ordered_dict.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/mount.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/__init__.py -> build/lib.linux-x86_64-2.7/s3ql
> copying src/s3ql/remove.py -> build/lib.linux-x86_64-2.7/s3ql
> creating build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/gs.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/s3s.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/s3c.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/s3cs.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/common.py ->
> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/s3.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/local.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/__init__.py ->
> build/lib.linux-x86_64-2.7/s3ql/backends
> copying src/s3ql/backends/gss.py -> build/lib.linux-x86_64-2.7/s3ql/backends
> running build_ext
> building 's3ql._deltadump' extension
> creating build/temp.linux-x86_64-2.7
> creating build/temp.linux-x86_64-2.7/src
> creating build/temp.linux-x86_64-2.7/src/s3ql
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -fPIC -g -I/usr/include/python2.7 -c
> src/s3ql/_deltadump.c -o build/temp.linux-x86_64-2.7/src/s3ql/_deltadump.o
> -Wall -Wextra -Wno-unused-parameter -Wno-unused-but-set-variable
> -fno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g
> build/temp.linux-x86_64-2.7/src/s3ql/_deltadump.o -o
> build/lib.linux-x86_64-2.7/s3ql/_deltadump.so -lsqlite3
> python setup.py test
> running test
> Checking .pth file support in .
> /usr/bin/python -E -c pass
> Searching for argparse>=1.1
> Reading http://pypi.python.org/simple/argparse/
> Download error on http://pypi.python.org/simple/argparse/: [Errno 101]
> Network is unreachable -- Some packages may not be found!
> Reading http://pypi.python.org/simple/argparse/
> Download error on http://pypi.python.org/simple/argparse/: [Errno 101]
> Network is unreachable -- Some packages may not be found!
> Couldn't find index page for 'argparse' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading http://pypi.python.org/simple/
> Download error on http://pypi.python.org/simple/: [Errno 101] Network is
> unreachable -- Some packages may not be found!
> No local packages or download links found for argparse>=1.1
> error: Could not find suitable distribution for
> Requirement.parse('argparse>=1.1')
> make[1]: *** [build-python] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/12/20/s3ql_1.7-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: s3ql
Source-Version: 1.8.1-1
We believe that the bug you reported is fixed in the latest version of
s3ql, which is due to be installed in the Debian FTP archive:
s3ql-dbg_1.8.1-1_amd64.deb
to main/s/s3ql/s3ql-dbg_1.8.1-1_amd64.deb
s3ql_1.8.1-1.debian.tar.bz2
to main/s/s3ql/s3ql_1.8.1-1.debian.tar.bz2
s3ql_1.8.1-1.dsc
to main/s/s3ql/s3ql_1.8.1-1.dsc
s3ql_1.8.1-1_amd64.deb
to main/s/s3ql/s3ql_1.8.1-1_amd64.deb
s3ql_1.8.1.orig.tar.bz2
to main/s/s3ql/s3ql_1.8.1.orig.tar.bz2
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nikolaus Rath <[email protected]> (supplier of updated s3ql 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 05 Dec 2011 20:36:44 -0500
Source: s3ql
Binary: s3ql s3ql-dbg
Architecture: source amd64
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Apps Team <[email protected]>
Changed-By: Nikolaus Rath <[email protected]>
Description:
s3ql - Full-featured file system for online data storage
s3ql-dbg - Full-featured file system for online data storage (debugging symb
Closes: 652751
Changes:
s3ql (1.8.1-1) unstable; urgency=low
.
* Add versioned depends on python-argparse. Closes: #652751.
* New upstream release.
Checksums-Sha1:
ad900a4739b8fd0fe44f336b1cabd1b2b16af069 1702 s3ql_1.8.1-1.dsc
5ce3178b0e11ad4c64cdc9ef1dc75bd34fc557b8 1406103 s3ql_1.8.1.orig.tar.bz2
a46d9d11717aef0304f45ad55812388ee6fc3dc7 8012 s3ql_1.8.1-1.debian.tar.bz2
9ec9fa1f01ce7d24f789abd865dc476fa09c8d25 465352 s3ql_1.8.1-1_amd64.deb
50d8405ceaf8982405a88488a608b5f546aa025b 76820 s3ql-dbg_1.8.1-1_amd64.deb
Checksums-Sha256:
b4a41be209ddd6883553be5013e7c25c35618f50c8a8d4b481690f7c1cfa40fc 1702
s3ql_1.8.1-1.dsc
3d4f6b7c6766890c2c0fac4cccbf0e34893e0081491ced6c57e929df7cc26750 1406103
s3ql_1.8.1.orig.tar.bz2
9b53b03c3ff914831f3f4f6c7aed993807f5e596a7a8848069d6ffe399c68dfd 8012
s3ql_1.8.1-1.debian.tar.bz2
1ff2dad267edbeb2c80161c168034bc2454d9d57a708dff278b06f7f9dfe75f4 465352
s3ql_1.8.1-1_amd64.deb
2e1fa73bc6a85376fbf980f23ee2962300a2822438255a78c6b278f9108a36b0 76820
s3ql-dbg_1.8.1-1_amd64.deb
Files:
74b5d3046c1c0ce3d881378e1b34a48f 1702 misc optional s3ql_1.8.1-1.dsc
2766f0ebf67cfffb1ac4ac26dcbfb33d 1406103 misc optional s3ql_1.8.1.orig.tar.bz2
d625d4c7ecc4864e9fa9e3c0f99d8cf0 8012 misc optional s3ql_1.8.1-1.debian.tar.bz2
82650a27be4c9ed833829c55bef979ae 465352 misc optional s3ql_1.8.1-1_amd64.deb
1ef3b2bf040c2bce4975fd0393522844 76820 debug extra s3ql-dbg_1.8.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8E7KQACgkQMDatjqUaT93+yACbBSzUMUahUnP+4+Zvcq0oeUrj
xwoAn0Akg+Z+uO2SwrrgVKhXs2Hh6aeJ
=miAP
-----END PGP SIGNATURE-----
--- End Message ---