Modify

Opened 17 years ago

Closed 15 years ago

#2162 closed defect (invalid)

cannot easy_install, RHEL 4

Reported by: gwk.rko@… Owned by: Jun Omae
Priority: high Component: TracWysiwygPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.10

Description

kuber[11]# easy_install http://trac-hacks.org/svn/tracwysiwygplugin/0.10
Downloading http://trac-hacks.org/svn/tracwysiwygplugin/0.10
Doing subversion checkout from http://trac-hacks.org/svn/tracwysiwygplugin/0.10 to /tmp/easy_install-AF3lBz/0.10
Processing 0.10
Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-AF3lBz/0.10/egg-dist-tmp-IhZZVG
Traceback (most recent call last):
  File "/usr/bin/easy_install", line 7, in ?
    sys.exit(
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 1505, in main
    with_ei_usage(lambda:
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 1494, in with_ei_usage
    return f()
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 1508, in <lambda>
    distclass=DistributionWithoutHelpCommands, **kw
  File "/usr/lib64/python2.3/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/usr/lib64/python2.3/distutils/dist.py", line 907, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.3/distutils/dist.py", line 927, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 210, in run
    self.easy_install(spec, not self.no_deps)
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 421, in easy_install
    return self.install_item(None, download, tmpdir, deps, True)
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 460, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 654, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 929, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/lib/python2.3/site-packages/setuptools/command/easy_install.py", line 918, in run_setup
    run_setup(setup_script, args)
  File "/usr/lib/python2.3/site-packages/setuptools/sandbox.py", line 26, in run_setup
    DirectorySandbox(setup_dir).run(
  File "/usr/lib/python2.3/site-packages/setuptools/sandbox.py", line 63, in run
    return func()
  File "/usr/lib/python2.3/site-packages/setuptools/sandbox.py", line 29, in <lambda>
    {'__file__':setup_script, '__name__':'__main__'}
  File "setup.py", line 18, in ?
  File "/usr/lib64/python2.3/distutils/core.py", line 149, in setup
    dist.run_commands()
  File "/usr/lib64/python2.3/distutils/dist.py", line 907, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.3/distutils/dist.py", line 926, in run_command
    cmd_obj.ensure_finalized()
  File "/usr/lib64/python2.3/distutils/cmd.py", line 117, in ensure_finalized
    self.finalize_options()
  File "/usr/lib/python2.3/site-packages/setuptools/command/bdist_egg.py", line 94, in finalize_options
    ei_cmd = self.get_finalized_command("egg_info")
  File "/usr/lib64/python2.3/distutils/cmd.py", line 319, in get_finalized_command
    cmd_obj.ensure_finalized()
  File "/usr/lib64/python2.3/distutils/cmd.py", line 117, in ensure_finalized
    self.finalize_options()
  File "/usr/lib/python2.3/site-packages/setuptools/command/egg_info.py", line 44, in finalize_options
    self.egg_version = self.tagged_version()
  File "/usr/lib/python2.3/site-packages/setuptools/command/egg_info.py", line 138, in tagged_version
    ):  version += '-r%s' % self.get_svn_revision()
  File "/usr/lib/python2.3/site-packages/setuptools/command/egg_info.py", line 155, in get_svn_revision
    dirurl = urlre.search(data).group(1)    # get repository URL
AttributeError: 'NoneType' object has no attribute 'group'

Attachments (0)

Change History (3)

comment:1 Changed 17 years ago by Jun Omae

This is probably a setuptools bug.... Upgrade to the latest setuptools.

See: t:get_svn_revision

comment:2 Changed 17 years ago by Steve Romanow

I have seen strangeness with RHEL5 Server as well. My wiki serves up wikiwyg fine to clients, but the firefox on the server doesn't render it properly. I can get more detail if you think it may be related or otherwise a problem.

comment:3 Changed 15 years ago by Jun Omae

Resolution: invalid
Status: newclosed

This is a setuptools problem and maybe known issue. please report to the setuptools maintainer.

About the problem that doesn't render it in firefox, please report with new ticket to trac-hacks/newticket.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.