Opened 9 years ago
Closed 9 years ago
#14968 closed defect (fixed)
DM_1_02_97
Reported by: | Richard Scott | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.0.12 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
When trying to install the latest version I get this error:
$ yum install VirtualBox-5* Loaded plugins: fastestmirror, langpacks, remove-with-leaves Loading mirror speeds from cached hostfile * epel: mirror.bytemark.co.uk * sl: ftp.scientificlinux.org * sl-extras: ftp.scientificlinux.org * sl-fastbugs: ftp.scientificlinux.org * sl-security: ftp.scientificlinux.org Resolving Dependencies --> Running transaction check ---> Package VirtualBox-5.0.x86_64 0:5.0.12_104815_el7-1 will be installed --> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 --> Finished Dependency Resolution Error: Package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 (virtualbox) 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
Change History (4)
comment:1 by , 9 years ago
priority: | blocker → major |
---|
comment:2 by , 9 years ago
Experienced a similar error while trying to *update*:
# yum update VirtualBox-5.0 ... Resolving Dependencies --> Running transaction check ---> Package VirtualBox-5.0.x86_64 0:5.0.10_104061_el7-1 will be updated ---> Package VirtualBox-5.0.x86_64 0:5.0.12_104815_el7-1 will be an update --> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 --> Finished Dependency Resolution Error: Package: VirtualBox-5.0-5.0.12_104815_el7-1.x86_64 (virtualbox) 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 ######## Answering the version questions: # lsb_release -ia 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 Distributor ID: Scientific Description: Scientific Linux release 7.1 (Nitrogen) Release: 7.1 Codename: Nitrogen # uname -srvmpio 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 # rpm -qi device-mapper Name : device-mapper Epoch : 7 Version : 1.02.93 Release : 3.el7_1.1 Architecture: x86_64 Install Date: 2015-12-05T14:26:13 CET Group : System Environment/Base Size : 193235 License : GPLv2 Signature : DSA/SHA1, 2015-06-24T21:30:21 CEST, Key ID b0b4183f192a7d7d Source RPM : lvm2-2.02.115-3.el7_1.1.src.rpm Build Date : 2015-06-24T02:04:06 CEST Build Host : sl7.fnal.gov Relocations : (not relocatable) Packager : Scientific Linux Vendor : Scientific Linux URL : http://sources.redhat.com/dm Summary : Device mapper utility Description : This package contains the supporting userspace utility, dmsetup, for the kernel device-mapper.
comment:3 by , 9 years ago
OK. Reason is that Science Linux is still at version 7.1 while RHEL, CentOS and OL at 7.2. Nevertheless I removed the dependency. The latest 5.0.13 el7 test build should install fine. Please confirm.
Note:
See TracTickets
for help on using tickets.
Which version of Scientific Linux are you using (output of lsb_release -ia) and which version of device-mapper do you have installed (outpuf of rpm -qi device-mapper)?