Bug 819914
Summary: | Python package versions out of sync for 32 and 64bit packages. | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Kai Meyer <kai> |
Component: | releng | Assignee: | Dennis Gregorovic <dgregor> |
Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-05-08 18:47:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Kai Meyer
2012-05-08 15:36:48 UTC
I was going to open a new bug against boost for having similar behavior, but this looks like the right place to bring it up. I'm actually more interested in making boost work correctly, but boost-python shows this behavior as well. If you install boost\*-1.41.0-11.el6 boost\*-1.41.0-11.el6.i686, and then do a yum list boost\*, you'll see the following list of i686 pcakges that do not have a 1.41.0-11.el6_1.2 version. $ sudo yum list boost boost.i686 boost-devel boost-devel.i686 boost-graph-mpich2 boost-graph-mpich2.i686 boost-mpich2 boost-mpich2.i686 boost-mpich2-devel boost-mpich2-devel.i686 boost-mpich2-python boost-mpich2-python.i686 boost-openmpi-devel boost-openmpi-devel.i686 boost-python boost-python.i686 Loaded plugins: auto-update-debuginfo, refresh-packagekit, rhnplugin Installed Packages boost.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-6 boost-devel.i686 1.41.0-11.el6 @rhel-x86_64-workstation-6 boost-devel.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-6 boost-graph-mpich2.i686 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-graph-mpich2.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2.i686 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2-devel.i686 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2-devel.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2-python.i686 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-mpich2-python.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-openmpi-devel.i686 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-openmpi-devel.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-optional-6 boost-python.i686 1.41.0-11.el6 @rhel-x86_64-workstation-6 boost-python.x86_64 1.41.0-11.el6 @rhel-x86_64-workstation-6 Available Packages boost.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-6 boost-devel.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-6 boost-graph-mpich2.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-optional-6 boost-mpich2.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-optional-6 boost-mpich2-devel.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-optional-6 boost-mpich2-python.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-optional-6 boost-openmpi-devel.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-optional-6 boost-python.x86_64 1.41.0-11.el6_1.2 rhel-x86_64-workstation-6 *** This bug has been marked as a duplicate of bug 733464 *** |