Did you just upgrade to subversion 1.4?
--Noah
On Sep 19, 2006, at 2:22 PM, Emmanuel Blot wrote:
>
>> I'm about updating to the latest trunk.
>
> So the latest trunk (r3747) works fine, but I'm now unable to rebuild
> the latest webadmin egg:
>
> [EMAIL PROTECTED]:~/tmp/webadmin$ python setup.py bdist_egg
> running bdist_egg
> Traceback (most recent call last):
> File "setup.py", line 34, in ?
> entry_points = {
> File "distutils/core.py", line 149, in setup
> File "distutils/dist.py", line 946, in run_commands
> File "distutils/dist.py", line 965, in run_command
> File "/usr/lib/python2.4/cmd.py", line 117, in ensure_finalized
> pass
> File "/usr/lib/python2.4/site-packages/setuptools/command/
> bdist_egg.py",
> line 94, in finalize_options
> ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info")
> File "/usr/lib/python2.4/cmd.py", line 319, in get_finalized_command
> for name in names:
> File "/usr/lib/python2.4/cmd.py", line 117, in ensure_finalized
> pass
> File "/usr/lib/python2.4/site-packages/setuptools/command/
> egg_info.py",
> line 85, in finalize_options
> self.vtags = self.tags()
> File "/usr/lib/python2.4/site-packages/setuptools/command/
> egg_info.py",
> line 179, in tags
> ): version += '-r%s' % self.get_svn_revision()
> File "/usr/lib/python2.4/site-packages/setuptools/command/
> egg_info.py",
> line 196, in get_svn_revision
> dirurl = urlre.search(data).group(1) # get repository URL
> AttributeError: 'NoneType' object has no attribute 'group'
>
> with
>
> $aptitude show python-setuptools
> Package: python-setuptools
> New: yes
> State: installed
> Automatically installed: no
> Version: 0.6c2-1
> Priority: optional
> Section: python
> Maintainer: Matthias Klose <[EMAIL PROTECTED]>
> Uncompressed Size: 692k
> Depends: python, python-central (>= 0.4.11)
> Conflicts: python2.3-setuptools (< 0.6b2), python2.4-setuptools (<
> 0.6b2)
> Replaces: python2.3-setuptools, python2.4-setuptools
> Provides: python2.3-setuptools, python2.4-setuptools
> Description: Python Distutils Enhancements
> Extensions to the python-distutils for large or complex
> distributions.
>
> --
> Manu
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---