Your message dated Mon, 30 May 2011 07:02:27 +0000
with message-id <e1qqwud-0002yu...@franck.debian.org>
and subject line Bug#628248: fixed in zope.exceptions 3.6.1-2
has caused the Debian Bug report #628248,
regarding zope.exceptions: FTBFS: Could not find suitable distribution for
Requirement.parse('zope.fixers')
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.)
--
628248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628248
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zope.exceptions
Version: 3.6.1-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110528 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/user-zope.exceptions_3.6.1-1-amd64-5ouzxG/zope.exceptions-3.6.1'
> for pyvers in 2.7 2.6; do \
> python$pyvers setup.py build; \
> done
> running build
> running build_py
> creating build
> creating build/lib.linux-x86_64-2.7
> creating build/lib.linux-x86_64-2.7/zope
> copying src/zope/__init__.py -> build/lib.linux-x86_64-2.7/zope
> creating build/lib.linux-x86_64-2.7/zope/exceptions
> copying src/zope/exceptions/__init__.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions
> copying src/zope/exceptions/exceptionformatter.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions
> copying src/zope/exceptions/log.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions
> copying src/zope/exceptions/interfaces.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions
> creating build/lib.linux-x86_64-2.7/zope/exceptions/tests
> copying src/zope/exceptions/tests/__init__.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions/tests
> copying src/zope/exceptions/tests/test_exceptionformatter.py ->
> build/lib.linux-x86_64-2.7/zope/exceptions/tests
> running egg_info
> writing requirements to src/zope.exceptions.egg-info/requires.txt
> writing src/zope.exceptions.egg-info/PKG-INFO
> writing namespace_packages to
> src/zope.exceptions.egg-info/namespace_packages.txt
> writing top-level names to src/zope.exceptions.egg-info/top_level.txt
> writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt
> reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt'
> writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt'
> running build
> running build_py
> creating build/lib.linux-x86_64-2.6
> creating build/lib.linux-x86_64-2.6/zope
> copying src/zope/__init__.py -> build/lib.linux-x86_64-2.6/zope
> creating build/lib.linux-x86_64-2.6/zope/exceptions
> copying src/zope/exceptions/__init__.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions
> copying src/zope/exceptions/exceptionformatter.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions
> copying src/zope/exceptions/log.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions
> copying src/zope/exceptions/interfaces.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions
> creating build/lib.linux-x86_64-2.6/zope/exceptions/tests
> copying src/zope/exceptions/tests/__init__.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions/tests
> copying src/zope/exceptions/tests/test_exceptionformatter.py ->
> build/lib.linux-x86_64-2.6/zope/exceptions/tests
> running egg_info
> writing requirements to src/zope.exceptions.egg-info/requires.txt
> writing src/zope.exceptions.egg-info/PKG-INFO
> writing namespace_packages to
> src/zope.exceptions.egg-info/namespace_packages.txt
> writing top-level names to src/zope.exceptions.egg-info/top_level.txt
> writing dependency_links to src/zope.exceptions.egg-info/dependency_links.txt
> reading manifest file 'src/zope.exceptions.egg-info/SOURCES.txt'
> writing manifest file 'src/zope.exceptions.egg-info/SOURCES.txt'
> for pyvers in 3.2; do \
> python$pyvers setup.py build; \
> done
> Download error: [Errno 101] Network is unreachable -- Some packages may not
> be found!
> Download error: [Errno 101] Network is unreachable -- Some packages may not
> be found!
> Couldn't find index page for 'zope.fixers' (maybe misspelled?)
> Download error: [Errno 101] Network is unreachable -- Some packages may not
> be found!
> No local packages or download links found for zope.fixers
> Traceback (most recent call last):
> File "setup.py", line 73, in <module>
> **extra)
> File "/usr/lib/python3.2/distutils/core.py", line 110, in setup
> _setup_distribution = dist = klass(attrs)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 221, in
> __init__
> self.fetch_build_eggs(attrs.pop('setup_requires'))
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 245, in
> fetch_build_eggs
> parse_requirements(requires), installer=self.fetch_build_egg
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 544, in resolve
> dist = best[req.key] = env.best_match(req, self, installer)
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 786, in
> best_match
> return self.obtain(req, installer) # try and download/install
> File "/usr/lib/python3/dist-packages/pkg_resources.py", line 798, in obtain
> return installer(requirement)
> File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 293, in
> fetch_build_egg
> return cmd.easy_install(req)
> File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py",
> line 598, in easy_install
> raise DistutilsError(msg)
> distutils.errors.DistutilsError: Could not find suitable distribution for
> Requirement.parse('zope.fixers')
> make[1]: *** [override_dh_auto_build] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/05/28/zope.exceptions_3.6.1-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.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: zope.exceptions
Source-Version: 3.6.1-2
We believe that the bug you reported is fixed in the latest version of
zope.exceptions, which is due to be installed in the Debian FTP archive:
python-zope.exceptions_3.6.1-2_all.deb
to main/z/zope.exceptions/python-zope.exceptions_3.6.1-2_all.deb
python3-zope.exceptions_3.6.1-2_all.deb
to main/z/zope.exceptions/python3-zope.exceptions_3.6.1-2_all.deb
zope.exceptions_3.6.1-2.debian.tar.gz
to main/z/zope.exceptions/zope.exceptions_3.6.1-2.debian.tar.gz
zope.exceptions_3.6.1-2.dsc
to main/z/zope.exceptions/zope.exceptions_3.6.1-2.dsc
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 628...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Arnaud Fontaine <ar...@debian.org> (supplier of updated zope.exceptions 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: Mon, 30 May 2011 15:41:14 +0900
Source: zope.exceptions
Binary: python-zope.exceptions python3-zope.exceptions
Architecture: source all
Version: 3.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team
<pkg-zope-develop...@lists.alioth.debian.org>
Changed-By: Arnaud Fontaine <ar...@debian.org>
Description:
python-zope.exceptions - Zope exceptions
python3-zope.exceptions - Zope exceptions
Closes: 628248
Changes:
zope.exceptions (3.6.1-2) unstable; urgency=low
.
* Team upload.
* debian/control:
+ Add zope.fixers to Build-Depends (needed for Python 3 only).
Closes: #628248.
Checksums-Sha1:
91609f65360737cca73781e58e23b4459c7e9f0e 1496 zope.exceptions_3.6.1-2.dsc
e6cf9fa0b379af8bc0b970e4a2ab5c0cd4ad0254 3637
zope.exceptions_3.6.1-2.debian.tar.gz
cc2f6b0af593dcb64ed409ec1b4a7db66511c583 12306
python-zope.exceptions_3.6.1-2_all.deb
32eccc4271e75118cc5ce09a1329abecf45356d6 11450
python3-zope.exceptions_3.6.1-2_all.deb
Checksums-Sha256:
13a76d0bae24199d026f0fce6adb62b191897cffedbea45f2b956b632e4c2968 1496
zope.exceptions_3.6.1-2.dsc
a78760509384a50602a96860144f2d2d0e572e63c9bbd66e8bceb59034e3afc3 3637
zope.exceptions_3.6.1-2.debian.tar.gz
608deb8bc2e372d56241f14b53af36269667b201bcf47390aae8d42a8166a06a 12306
python-zope.exceptions_3.6.1-2_all.deb
cc38324542a32cab9dd985d9ba34b485aabc8019ef9b058cf4783ed63650e677 11450
python3-zope.exceptions_3.6.1-2_all.deb
Files:
05d6d22cede28593334ecbe5a33df2e0 1496 zope extra zope.exceptions_3.6.1-2.dsc
e95b4a82d34bf506d5b274c8551219ae 3637 zope extra
zope.exceptions_3.6.1-2.debian.tar.gz
264ea779b3ac56a6d2b3d8c12f71137d 12306 zope extra
python-zope.exceptions_3.6.1-2_all.deb
a7c1ea7bb4f5f60ecd0608aedbc8cb16 11450 zope extra
python3-zope.exceptions_3.6.1-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAk3jPZwACgkQvfKiIF42GdNV+gCfVSXlNOUUkW7hKvexaNhswBHm
xrsAnRAV9GOSHyeiCeWfPu2YJyC+rJTJ
=IQek
-----END PGP SIGNATURE-----
--- End Message ---