| Summary: | RHEL 7.1 docker 1.8.2 missing libdevmapper dependency | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Øystein Bedin <obedin> |
| Component: | docker | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED DUPLICATE | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | lsm5, obedin |
| Target Milestone: | rc | Keywords: | Extras |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-10 02:07:34 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: | |
*** This bug has been marked as a duplicate of bug 1306100 *** |
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: