Bug 1112830 - subprocess.py: _execute_child_v275() takes exactly 17 arguments (18 given)
Summary: subprocess.py: _execute_child_v275() takes exactly 17 arguments (18 given)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-cpopen
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Yaniv Bronhaim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-24 18:58 UTC by Markus Stockhausen
Modified: 2014-06-25 08:06 UTC (History)
4 users (show)

Fixed In Version: python-cpopen-1.3-3.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-25 08:06:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Markus Stockhausen 2014-06-24 18:58:34 UTC
After update to python & python-libs 2.7.5-12 on FC20 we get the following error running vdsm daemon of Ovirt project:


[root ~]# /usr/bin/vdsm-tool is-configured
Traceback (most recent call last):
   File "/usr/bin/vdsm-tool", line 145, in <module>
     sys.exit(main())
   File "/usr/bin/vdsm-tool", line 142, in main
     return tool_command[cmd]["command"](*args[1:])
   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 251, in isconfigured
     if c.getName() in args.modules and not c.isconfigured()
   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 103, in isconfigured
     self._exec_libvirt_configure("check_if_configured")
   File "/usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py", line 78, in _exec_libvirt_configure
     raw=True,
   File "/usr/lib64/python2.7/site-packages/vdsm/utils.py", line 645, in execCmd
     deathSignal=deathSignal, childUmask=childUmask)
   File "/usr/lib64/python2.7/site-packages/cpopen/__init__.py", line 50, in __init__
     stderr=PIPE)
   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
     errread, errwrite)
TypeError: _execute_child_v275() takes exactly 17 arguments (18 given)

Problem already discussed here:

http://lists.ovirt.org/pipermail/users/2014-June/025361.html
http://www.mail-archive.com/infra@ovirt.org/msg05937.html

Regression due to:

https://bugzilla.redhat.com/show_bug.cgi?id=1103450


Note You need to log in before you can comment on or make changes to this bug.