Thanks to visit codestin.com
Credit goes to github.com

Skip to content

setup.py is broken #11338

Description

@UtahDave

Latest git
OS: Ubuntu 12.04

[boucha@dasalt salt (develop u=)]$ sudo python setup.py install 
2014.1.0-3503-ga5153ba
running install
running build
running build_py
package init file 'salt/templates/__init__.py' not found (or not a regular file)
running build_scripts
running install_lib
copying build/lib.linux-x86_64-2.7/salt/_version.py -> /usr/local/lib/python2.7/dist-packages/salt
copying build/lib.linux-x86_64-2.7/salt/_syspaths.py -> /usr/local/lib/python2.7/dist-packages/salt
byte-compiling /usr/local/lib/python2.7/dist-packages/salt/_version.py to _version.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/salt/_syspaths.py to _syspaths.pyc
Traceback (most recent call last):
  File "setup.py", line 648, in <module>
    setup(**SETUP_KWARGS)
  File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 381, in run
    install.run(self)
  File "/usr/lib/python2.7/distutils/command/install.py", line 613, in run
    self.run_command(cmd_name)
  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 392, in run
    idx = inp.index('build/lib/salt/templates/git/ssh-id-wrapper')
ValueError: 'build/lib/salt/templates/git/ssh-id-wrapper' is not in list

Metadata

Metadata

Assignees

Labels

PackagingRelated to packaging of Salt, not Salt's support for package management.bugbroken, incorrect, or confusing behaviorseverity-high2nd top severity, seen by most users, causes major problems

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions