Ticket #249 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Python setup.py install failure

Reported by: Augmented Insanity Assigned to: dev
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description (Last modified by philn)

running install
running bdist_egg
running egg_info
writing Coherence.egg-info/PKG-INFO
writing top-level names to Coherence.egg-info/top_level.txt
writing dependency_links to Coherence.egg-info/dependency_links.txt
writing entry points to Coherence.egg-info/entry_points.txt
package init file 'misc/__init__.py' not found (or not a regular file)
Traceback (most recent call last):
  File "setup.py", line 143, in <module>
    setup(**setup_args)
  File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.5/site-packages/setuptools/command/install.py", line 76, in run
    self.do_egg_install()
  File "/usr/lib/python2.5/site-packages/setuptools/command/install.py", line 96, in do_egg_install
    self.run_command('bdist_egg')
  File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.5/site-packages/setuptools/command/bdist_egg.py", line 167, in run
    self.run_command("egg_info")
  File "/usr/lib/python2.5/distutils/cmd.py", line 333, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 171, in run
    self.find_sources()
  File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 252, in find_sources
    mm.run()
  File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 306, in run
    self.add_defaults()
  File "/usr/lib/python2.5/site-packages/setuptools/command/egg_info.py", line 333, in add_defaults
    rcfiles = list(walk_revctrl())
  File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 45, in walk_revctrl
    for item in ep.load()(dirname):
  File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 52, in _default_revctrl
    for path in finder(dirname,path):
  File "/usr/lib/python2.5/site-packages/setuptools/command/sdist.py", line 98, in entries_finder
    log.warn("unrecognized .svn/entries format in %s", dirname)
NameError: global name 'log' is not defined

Fresh r1410 checkout.

Change History

24.09.2009 02:18:03 changed by Augmented Insanity

  • status changed from new to closed.
  • resolution set to fixed.

Run this before hand;

[sudo] easy_install --upgrade setuptools

Looks like a recession in setuptools

04.10.2009 11:44:13 changed by philn

  • description changed.