Your message dated Thu, 30 Aug 2012 12:08:07 +0200
with message-id <[email protected]>
and subject line Re: Bug#681759: python-setuptools: broken with Python 3.3
has caused the Debian Bug report #681759,
regarding python-setuptools: broken with Python 3.3
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.)
--
681759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681759
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-setuptools
Version: 0.6.24-1
Severity: important
User: [email protected]
Usertags: python3.3
setuptools appears to be completely broken with Python 3.3. For example:
$ apt-get source -qq nose 2>/dev/null
dpkg-source: info: extracting nose in nose-1.1.2
dpkg-source: info: unpacking nose_1.1.2.orig.tar.gz
dpkg-source: info: unpacking nose_1.1.2-3.debian.tar.gz
dpkg-source: info: applying manpage-formatting
dpkg-source: info: applying no-install-data
dpkg-source: info: applying no-google-analytics
dpkg-source: info: applying no-distribute_setup
$ cd nose-1.1.2/
$ python3.3 setup.py build
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'use_2to3'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'entry_points'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'zip_safe'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'test_suite'
warnings.warn(msg)
running build
running build_py
creating build
creating build/lib
creating build/lib/nose
[...]
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.4-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-setuptools depends on:
ii python 2.7.3-1
ii python-pkg-resources 0.6.24-1
Other package versions:
ii python3.3 3.3.0~b1-2
--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Version: 0.6.28-1
$ python3.3 setup.py build
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'use_2to3'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'entry_points'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'zip_safe'
warnings.warn(msg)
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution
option: 'test_suite'
warnings.warn(msg)
running build
running build_py
creating build
creating build/lib
creating build/lib/nose
[...]
This was fixed upstream in 0.6.27.
--
Jakub Wilk
--- End Message ---