← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1052161] Re: setup.py build fails on Windows due to hardcoded paths

 

** Changed in: python-cinderclient
       Status: Fix Committed => Fix Released

** Changed in: python-cinderclient
    Milestone: None => 1.3.1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1052161

Title:
  setup.py build fails on Windows due to hardcoded paths

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in The Oslo library incubator:
  Fix Released
Status in oslo-incubator grizzly series:
  Fix Released
Status in Python client library for Cinder:
  Fix Released
Status in Python client library for Glance:
  Fix Released
Status in Python client library for Keystone:
  Fix Released
Status in Python client library for Neutron:
  Fix Released
Status in Python client library for Nova:
  Fix Released
Status in OpenStack Command Line Client:
  Fix Released
Status in Python client library for Swift:
  Fix Committed

Bug description:
  python setup.py build fails on Windows due to the following hardcoded
  /bib/sh path in setup.py, line 120:

  def _run_shell_command(cmd):
      output = subprocess.Popen(["/bin/sh", "-c", cmd],
                                stdout=subprocess.PIPE)

  A possible solution consists in  replacing "/bin/sh -c" with "cmd /C"
  when os.name == 'nt'

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1052161/+subscriptions