Bug#352176: python-setuptools: FTBFS (amd64): OverflowError: signed integer is greater than maximum

2006-02-14 Thread Tim Olsen
I'm not sure what the correct solution is to this debian-wise, but the
setuptools website notes that 64-bit platforms need python2.4.  See
http://peak.telecommunity.com/DevCenter/setuptools

-Tim



Bug#352176: python-setuptools: FTBFS (amd64): OverflowError: signed integer is greater than maximum

2006-02-10 Thread Andreas Jochens
Package: python-setuptools
Version: 0.6a9-1
Severity: normal

When building 'python-setuptools' on amd64/unstable,
I get the following error:

  File /python-setuptools-0.6a9/setuptools/command/easy_install.py, line 303, 
in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
  File /python-setuptools-0.6a9/setuptools/command/easy_install.py, line 338, 
in install_item
dists = self.install_eggs(spec, download, tmpdir)
  File /python-setuptools-0.6a9/setuptools/command/easy_install.py, line 496, 
in install_eggs
return [self.install_egg(dist_filename, tmpdir)]
  File /python-setuptools-0.6a9/setuptools/command/easy_install.py, line 548, 
in install_egg
self.check_conflicts(dist)
  File /python-setuptools-0.6a9/setuptools/command/easy_install.py, line 670, 
in check_conflicts
names = dict.fromkeys(dist._get_metadata('top_level.txt')) # XXX private 
attr
  File /python-setuptools-0.6a9/pkg_resources.py, line 1834, in _get_metadata
for line in self.get_metadata_lines(name):
  File /python-setuptools-0.6a9/pkg_resources.py, line 894, in 
get_metadata_lines
return yield_lines(self.get_metadata(name))
  File /python-setuptools-0.6a9/pkg_resources.py, line 891, in get_metadata
return self._get(self._fn(self.egg_info,name))
  File /python-setuptools-0.6a9/pkg_resources.py, line 949, in _get
return self.loader.get_data(path)
OverflowError: signed integer is greater than maximum
make: *** [install-python2.3] Error 1

Regards
Andreas Jochens


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]