Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#3863 closed defect (worksforme)

Can't update to new WebAdmin

Reported by: enrico.straube@… Owned by: Christopher Lenz
Priority: normal Milestone:
Component: admin/web Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Can't update to the current WebAdmin version. I get the following error message:

Aton:/usr/local/src/webadmin # svn up 
At revision 3857.
Aton:/usr/local/src/webadmin # python setup.py egg_info
running egg_info
Traceback (most recent call last):
  File "setup.py", line 34, in ?
    entry_points = {
  File "/usr/lib/python2.4/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.4/distutils/dist.py", line 965, in run_command
    cmd_obj.ensure_finalized()
  File "/usr/lib/python2.4/distutils/cmd.py", line 117, in ensure_finalized
    self.finalize_options()
  File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/setuptools/command/egg_info.py", line 85, in finalize_options
    self.vtags = self.tags()
  File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/setuptools/command/egg_info.py", line 179, in tags
    ):  version += '-r%s' % self.get_svn_revision()
  File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c1-py2.4.egg/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'
Aton:/usr/local/src/webadmin #

I'm running it on OpenSuSE 10.1, Subversion 1.4 and Trac 0.10.

Attachments (0)

Change History (2)

comment:1 by Matthew Good, 18 years ago

Resolution: worksforme
Status: newclosed

This is a setuptools bug with SVN 1.4. Upgrade to the latest version of setuptools.

comment:2 by Christian Boos, 17 years ago

(i.e. setuptools-0.6c3 or alternatively the trunk version)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.