Changes between Initial Version and Version 1 of Ticket #14968, comment 2
- Timestamp:
- Jan 7, 2016 11:24:32 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14968, comment 2
initial v1 1 1 Experienced a similar error while trying to *update*: 2 2 {{{ 3 3 # yum update VirtualBox-5.0 4 5 4 ... 6 7 5 Resolving Dependencies 8 9 6 --> Running transaction check 10 11 7 ---> Package VirtualBox-5.0.x86_64 0:5.0.10_104061_el7-1 will be updated 12 13 8 ---> Package VirtualBox-5.0.x86_64 0:5.0.12_104815_el7-1 will be an update 14 15 9 --> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 16 17 10 --> Finished Dependency Resolution 18 19 11 Error: Package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 (virtualbox) 20 12 Requires: libdevmapper.so.1.02(DM_1_02_97)(64bit) 21 22 13 You could try using --skip-broken to work around the problem 23 24 14 You could try running: rpm -Va --nofiles --nodigest 25 26 15 ######## Answering the version questions: 27 16 28 17 # lsb_release -ia 29 30 18 LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch 31 32 19 Distributor ID: Scientific 33 34 20 Description: Scientific Linux release 7.1 (Nitrogen) 35 36 21 Release: 7.1 37 38 22 Codename: Nitrogen 39 40 23 # uname -srvmpio 41 42 24 Linux 3.10.0-327.3.1.el7.x86_64 #1 SMP Tue Dec 8 10:11:15 CST 2015 x86_64 x86_64 x86_64 GNU/Linux 43 44 25 # rpm -qi device-mapper 45 46 26 Name : device-mapper 47 48 27 Epoch : 7 49 50 28 Version : 1.02.93 51 52 29 Release : 3.el7_1.1 53 54 30 Architecture: x86_64 55 56 31 Install Date: 2015-12-05T14:26:13 CET 57 58 32 Group : System Environment/Base 59 60 33 Size : 193235 61 62 34 License : GPLv2 63 64 35 Signature : DSA/SHA1, 2015-06-24T21:30:21 CEST, Key ID b0b4183f192a7d7d 65 66 36 Source RPM : lvm2-2.02.115-3.el7_1.1.src.rpm 67 68 37 Build Date : 2015-06-24T02:04:06 CEST 69 70 38 Build Host : sl7.fnal.gov 71 72 39 Relocations : (not relocatable) 73 74 40 Packager : Scientific Linux 75 76 41 Vendor : Scientific Linux 77 78 42 URL : http://sources.redhat.com/dm 79 80 43 Summary : Device mapper utility 81 82 44 Description : 83 84 45 This package contains the supporting userspace utility, dmsetup, 85 46 for the kernel device-mapper. 47 }}}