[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-04-14 Thread Scott Kitterman
Ubuntu is now using the distribute fork of setuptools.  Is it affected
by this?

** Also affects: distribute (Ubuntu)
   Importance: Undecided
   Status: New

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-04-14 Thread Gediminas Paulauskas
2010/4/14 Scott Kitterman ubu...@kitterman.com:
 Ubuntu is now using the distribute fork of setuptools.  Is it affected
 by this?

No, this bug was fixed in setuptools 0.6c9, so concerns only hardy --
and the backport would still be very welcome.

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-04-14 Thread Scott Kitterman
Thanks. A complete backport would take a broad test effort.   From the
description,  it seems this would be relatively simple to fix.   If
someone can provide a patch and how to verify the fix, I can try to get
Hardy fixed.

** Changed in: distribute (Ubuntu)
   Status: New = Invalid

** Changed in: setuptools
   Importance: Unknown = Undecided

** Changed in: setuptools
   Status: Unknown = New

** Changed in: setuptools
 Remote watch: setuptools Roundup #4 = None

** Changed in: setuptools
   Status: New = Fix Released

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-04-14 Thread Gediminas Paulauskas
The most suitable fix is the next upstream version that is in intrepid:

python-setuptools (0.6c9-0ubuntu1) intrepid

this only needs to be rebuilt for hardy-updates.

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-04-14 Thread Gediminas Paulauskas
So this is actually a duplicate of Bug #262636 .

To properly support subversion 1.5, setuptools 0.6c11 is needed. That
was never packaged for Lucid or unstable, because Debian switched to
distribute, that had this fix earlier that setuptools. But I have this
version packaged at https://edge.launchpad.net/~schooltool-
owners/+archive/ppa/+packages?field.name_filter=setuptools

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2010-03-23 Thread Gediminas Paulauskas
python-setuptools 0.6c9 as found in intrepid has this problem (name
'log' not defined) fixed. Would be good to upload it to hardy-updates.

However, this would only successfully print the warning unrecognized
.svn/entries format. To support subversion 1.5 working directories,
setuptools 0.6c11 is needed.

** Changed in: python-setuptools (Ubuntu)
   Status: New = Confirmed

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2009-11-28 Thread Zooko O'Whielacronx
** Changed in: python-setuptools (Ubuntu)
   Status: New = Fix Committed

** Changed in: python-setuptools (Ubuntu)
   Status: Fix Committed = New

** Also affects: setuptools via
   http://bugs.python.org/setuptools/issue4
   Importance: Unknown
   Status: Unknown

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2009-06-22 Thread Jean-Paul Calderone
Seems I mis-linked to the upstream bug report in the ticket description.
The actual report is http://bugs.python.org/setuptools/issue4.  Near
as I can tell, the upstream fix which was applied is
http://svn.python.org/view/sandbox/trunk/setuptools/setuptools/command/sdist.py?r1=52008r2=60846.
It would seem to be very easy to apply this fix to the Ubuntu package as
well.


** Bug watch added: setuptools Roundup #4
   http://bugs.python.org/setuptools/issue4

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2009-06-22 Thread Jean-Paul Calderone
I don't know how to generate a debdiff.  Here's a regular diff against
the python-setuptools source package, though, which applies the above
linked change.


** Attachment added: python-setuptools.diff
   http://launchpadlibrarian.net/28205394/python-setuptools.diff

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2009-06-02 Thread Sergey Belov
I have the same problem on Ubuntu Hardy.

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 378096] Re: setuptools fails with a NameError when installing from an svn 1.5-version working copy

2009-05-18 Thread Jean-Paul Calderone
Oops, sorry:

exar...@ampere:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
exar...@ampere:~$ apt-cache policy python-setuptools
python-setuptools:
  Installed: 0.6c8-0ubuntu2
  Candidate: 0.6c8-0ubuntu2
  Version table:
 *** 0.6c8-0ubuntu2 0
500 ftp://mirror.hetzner.de hardy/main Packages
500 http://de.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status
exar...@ampere:~$

-- 
setuptools fails with a NameError when installing from an svn 1.5-version 
working copy
https://bugs.launchpad.net/bugs/378096
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs