Bug 1043262 - VDSM not installable on rhel7 beta: missing python 2.6
Summary: VDSM not installable on rhel7 beta: missing python 2.6
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: vdsm
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
urgent
high
Target Milestone: ---
: 3.4.0
Assignee: Douglas Schilling Landgraf
QA Contact:
URL:
Whiteboard: infra
Depends On: 1005541
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-15 14:09 UTC by Ohad Basan
Modified: 2016-02-10 19:16 UTC (History)
8 users (show)

Fixed In Version: vdsm-4.13.2-2.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-01 13:49:17 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ohad Basan 2013-12-15 14:09:36 UTC
Description of problem:
Trying to install vdsm from is27 release on rhel7 beta yields a dependency resolution problem
vdsm requires python 2.6 and the default version in rhel7 is 2.7.5-10

---> Package vdsm-python.x86_64 0:4.13.2-0.2.rc.el6ev will be installed
--> Processing Dependency: python(abi) = 2.6 for package: vdsm-python-4.13.2-0.2.rc.el6ev.x86_64
---> Package vdsm-python-cpopen.x86_64 0:4.13.2-0.2.rc.el6ev will be installed
--> Processing Dependency: python(abi) = 2.6 for package: vdsm-python-cpopen-4.13.2-0.2.rc.el6ev.x86_64
--> Processing Dependency: libpython2.6.so.1.0()(64bit) for package: vdsm-python-cpopen-4.13.2-0.2.rc.el6ev.x86_64
--> Finished Dependency Resolution
Error: Package: vdsm-python-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-10.el7.x86_64 (@anaconda/7.0)
               python(abi) = 2.7
               python(abi) = 2.7
Error: Package: python-pthreading-0.1.2-1.el6ev.noarch (qa-latest)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-10.el7.x86_64 (@anaconda/7.0)
               python(abi) = 2.7
               python(abi) = 2.7
Error: Package: vdsm-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: qemu-kvm-rhev >= 2:0.12.1.2-2.396.el6_3.4
Error: Package: vdsm-python-cpopen-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-10.el7.x86_64 (@anaconda/7.0)
               python(abi) = 2.7
               python(abi) = 2.7
Error: Package: vdsm-python-cpopen-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: libpython2.6.so.1.0()(64bit)
Error: Package: vdsm-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-10.el7.x86_64 (@anaconda/7.0)
               python(abi) = 2.7
               python(abi) = 2.7
Error: Package: vdsm-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: logrotate < 3.8.0
           Installed: logrotate-3.8.6-2.el7.x86_64 (@anaconda/7.0)
               logrotate = 3.8.6-2.el7
Error: Package: vdsm-4.13.2-0.2.rc.el6ev.x86_64 (qa-latest)
           Requires: qemu-img-rhev >= 2:0.12.1.2-2.396.el6_3.4
Error: Package: mom-0.3.2-8.el6ev.noarch (qa-latest)
           Requires: python(abi) = 2.6
           Installed: python-2.7.5-10.el7.x86_64 (@anaconda/7.0)
               python(abi) = 2.7
               python(abi) = 2.7

Comment 1 Itamar Heim 2013-12-15 15:07:38 UTC
douglas - where can ohad find the rhel 7 build? can we keep it up with 3.3 or master branches?

Comment 2 Barak 2013-12-16 11:03:53 UTC
Douglas - if I'm not mistaken the upstream vdsm-python-cpopen compiles with python 2.7 , so i't only building from 3.3 or master to RHEL 7 (using python 2.7) ?

Comment 3 Douglas Schilling Landgraf 2013-12-16 15:05:31 UTC
(In reply to Itamar Heim from comment #1)
> douglas - where can ohad find the rhel 7 build? can we keep it up with 3.3
> or master branches?

The last available build: vdsm-4.10.3-17.el7
https://brewweb.devel.redhat.com/buildinfo?buildID=276768

However, tried to build vdsm-4.13.2-1 (last 3.3 upstream)

$ rhpkg scratch-build --target=rhel-7.0-candidate --arches x86_64 --srpm ./vdsm-4.13.2-1.fc19.src.rpm
http://brewweb.devel.redhat.com/brew/taskinfo?taskID=6734081

<snip>
DEBUG util.py:257:   --> python-netaddr-0.7.5-6.el7.noarch
DEBUG util.py:257:   --> python-ethtool-0.8-2.el7.x86_64
DEBUG util.py:257:  Error: No Package found for python-pthreading
</snip>

There is no more python-pthreading available in EL7 repo, I have opened a ticket with release-engineering.

(In reply to Barak from comment #2)
> Douglas - if I'm not mistaken the upstream vdsm-python-cpopen compiles with
> python 2.7 , so i't only building from 3.3 or master to RHEL 7 (using python
> 2.7) ?

We do the build from 3.3 branch with the same schema as upstream.


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