Build tries to use setuptools which aren't available for Python 2.6. FTBFS:
... python2.6 setup.py build --------------------------------------------------------------------------- This script requires setuptools version 0.6a11 to run (even to display help). I will attempt to download it for you (from http://cheeseshop.python.org/packages/2.6/s/setuptools/), but you may need to enable firewall access for this script first. I will start the download in 15 seconds. (Note: if this machine does not have network access, please obtain the file http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6a11-py2.6.egg and place it in this directory before rerunning this script.) --------------------------------------------------------------------------- Downloading http://cheeseshop.python.org/packages/2.6/s/setuptools/setuptools-0.6a11-py2.6.egg Traceback (most recent call last): File "setup.py", line 89, in <module> ez_setup.use_setuptools() File "/var/tmp/build/clientcookie-1.3.0/ez_setup/__init__.py", line 88, in use_setuptools egg = download_setuptools(version, download_base, to_dir, download_delay) File "/var/tmp/build/clientcookie-1.3.0/ez_setup/__init__.py", line 142, in download_setuptools src = urllib2.urlopen(url) File "/usr/lib/python2.6/urllib2.py", line 124, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.6/urllib2.py", line 395, in open response = meth(req, response) File "/usr/lib/python2.6/urllib2.py", line 508, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.6/urllib2.py", line 427, in error result = self._call_chain(*args) File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 603, in http_error_302 return self.parent.open(new, timeout=req.timeout) File "/usr/lib/python2.6/urllib2.py", line 395, in open response = meth(req, response) File "/usr/lib/python2.6/urllib2.py", line 508, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.6/urllib2.py", line 433, in error return self._call_chain(*args) File "/usr/lib/python2.6/urllib2.py", line 367, in _call_chain result = func(*args) File "/usr/lib/python2.6/urllib2.py", line 516, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: Not Found make: *** [build-python2.6] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 Cheers, Roderich -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org