Your message dated Wed, 30 Nov 2022 18:10:05 +0000 with message-id <[email protected]> and subject line Bug#938168: Removed package(s) from unstable has caused the Debian Bug report #475440, regarding python-setuptools: easy_install will install a package that is already there 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.) -- 475440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475440 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: python-setuptools Version: 0.6c8-2 Severity: normal I ran into a problem on my home system, when upgrading from the debian python-setuptools-0.6c7 to 0.6c8 . I have Nevow installed on this box, in a way that is visible to setuptools: specifically the following snippet succeeds instead of raising an exception: import pkg_resources; pkg_resources.require("Nevow") However, with 0.6c8 installed, "easy_install Nevow" nevertheless attempts to download and install the latest version according to pypi. 0.6c7 did not: it saw the existing Nevow and refrained from downloading a new copy. The actual code that encounters this is in our Tahoe project, where our 'make build' step does 'python setup.py develop --prefix ...' and is supposed to build any dependencies that you don't already have on your system. It downloads and installs the latest version of Nevow even though I have the python-nevow debian package installed, and the version numbers ought to satisfy the setup.py's declared dependencies. I haven't done a lot of analysis of this yet. When Zooko and I looked at it about a month ago, we concluded that it was something specific to the debian 0.6c8 package: installing 0.6c8 from source on a different system did not seem to exhibit the bug. Downgrading to the debian 0.6c7 package resolved the problem. I *think* this is a debian-specific thing, but I'm not sure. It might be related to Nevow.. I don't use easy_install or 'develop' on anything else (preferring to stick to the debian packages of everything). So it is possible that Nevow is doing something funny that confuses one part of setuptools into thinking that nevow is present, but a different part into thinking that it doesn't exist and needs to be installed. I've filed a bug on the nascent setuptools tracker with the same contents as this one: http://allmydata.org/trac/setuptools/ticket/6 cheers, -Brian -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22.1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages python-setuptools depends on: ii python 2.4.4-6 An interactive high-level object-o ii python-central 0.6.1 register and build utility for Pyt ii python-pkg-resources 0.6c8-2 Package Discovery and Resource Acc python-setuptools recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Version: 44.1.1-1.2+rm Dear submitter, as the package python-setuptools has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/938168 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

