RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1306101 - RHEL 7.1 docker 1.8.2 missing libdevmapper dependency
Summary: RHEL 7.1 docker 1.8.2 missing libdevmapper dependency
Keywords:
Status: CLOSED DUPLICATE of bug 1306100
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: docker
Version: 7.1
Hardware: x86_64
OS: Unspecified
unspecified
high
Target Milestone: rc
: ---
Assignee: Daniel Walsh
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-10 01:55 UTC by Øystein Bedin
Modified: 2019-03-06 00:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-10 02:07:34 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Øystein Bedin 2016-02-10 01:55:33 UTC
Description of problem:
When using a RHEL7.1 system to install docker, it fails with a missing libdevmapper dependency. 

Version-Release number of selected component (if applicable):
RHEL: 7.1
Docker: 1.8.2-10
device-mapper-libs: libdevmapper.so.1.02(DM_1_02_97)

How reproducible:
Install a RHEL 7.1 system, lock it to 7.1 using "subscription-manager release" then attempt a "yum install docker".

Steps to Reproduce:
1. Install RHEL 7.1
2. Use "subscription-manager release --set=7.1" to lock it in on 7.1
3. Use "yum install docker" to see the error in dependencies

Actual results:
# yum install docker
Resolving Dependencies
--> Running transaction check
---> Package docker.x86_64 0:1.8.2-10.el7 will be installed
--> Processing Dependency: docker-selinux >= 1.8.2-10.el7 for package: docker-1.8.2-10.el7.x86_64
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: docker-1.8.2-10.el7.x86_64
--> Running transaction check
---> Package docker.x86_64 0:1.8.2-10.el7 will be installed
--> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: docker-1.8.2-10.el7.x86_64
---> Package docker-selinux.x86_64 0:1.8.2-10.el7 will be installed
--> Finished Dependency Resolution
Error: Package: docker-1.8.2-10.el7.x86_64 (rhel-7-server-extras-rpms)
           Requires: libdevmapper.so.1.02(DM_1_02_97)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


Expected results:
Docker should install A_OK on RHEL 7.1

Additional info:

Comment 2 Øystein Bedin 2016-02-10 02:07:34 UTC

*** This bug has been marked as a duplicate of bug 1306100 ***


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