Mailing List Archive

[The Trac Project] #3882: Plugin build failure
#3882: Plugin build failure
---------------------------+------------------------------------------------
Reporter: sam@bulix.org | Owner: mgood
Type: defect | Status: new
Priority: low | Milestone: 0.10.1
Component: spamfilter | Version: devel
Severity: normal | Keywords:
---------------------------+------------------------------------------------
For a reason I can't find, some plugins fail to build, for exemple the
WebAdmin plugin and the SpamFilter plugin, both with the following error
message :

{{{
running bdist_egg
Traceback (most recent call last):
File "./setup.py", line 40, in ?
zip_safe = True
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'
zsh: exit 1 python ./setup.py bdist_egg
}}}

The TicketDeletePlugin builds fine, so I don't know what's going on :/

--
Ticket URL: <http://trac.edgewall.org/ticket/3882>
The Trac Project <http://trac.edgewall.org/>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Tickets" group.
To post to this group, send email to trac-tickets@googlegroups.com
To unsubscribe from this group, send email to trac-tickets-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.se/group/trac-tickets
-~----------~----~----~----~------~----~------~--~---