yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #35411
[Bug 1052161] Re: setup.py build fails on Windows due to hardcoded paths
** Changed in: python-swiftclient
Status: Fix Committed => Fix Released
** Changed in: python-swiftclient
Milestone: None => 2.5.0
--
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 neutron:
Fix Released
Status in oslo-incubator:
Fix Released
Status in oslo-incubator grizzly series:
Fix Released
Status in python-cinderclient:
Fix Released
Status in python-glanceclient:
Fix Released
Status in python-keystoneclient:
Fix Released
Status in python-neutronclient:
Fix Released
Status in python-novaclient:
Fix Released
Status in python-openstackclient:
Fix Released
Status in python-swiftclient:
Fix Released
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