User avatar
x09
Posts: 9
Joined: Tue Sep 11, 2012 10:44 am
Location: Russia, Tyumen

yum update conflicts

Sat Oct 20, 2012 1:45 pm

Today, i did try update my fedora remix on raspPI. But i could not do it. Why?

[root@rberry ~]# yum update raspberrypi-kernel
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package raspberrypi-kernel.armv5tel 0:3.2.27-1.20120926git9245b4c.rpfr17 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================
Package Arch Version Repository Size
============================================================================
Installing:
raspberrypi-kernel armv5tel 3.2.27-1.20120926git9245b4c.rpfr17 rasp-pi 12 M

Transaction Summary
============================================================================
Install 1 Package

Total size: 12 M
Installed size: 37 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test


Transaction Check Error:
file /boot/kernel.img from install of raspberrypi-kernel-3.2.27-1.20120926git9245b4c.rpfr17.armv5tel conflicts with file from package raspberrypi-kernel-3.1.9-11.20120727gitf958199.rpfr17.armv5tel

Error Summary
-------------

poombah
Posts: 1
Joined: Fri Oct 04, 2013 7:11 am

Re: yum update conflicts

Fri Oct 04, 2013 7:14 am

Any resolution to this?

I get the same

jmontleon
Posts: 5
Joined: Fri Jul 26, 2013 3:11 am

Re: yum update conflicts

Fri Oct 04, 2013 1:36 pm

make sure yum-utils is installed,
yumdownloader raspberrypi-kernel
rpm -Fvh raspberrypi-kernel.armv5tel 0:3.2.27-1.20120926git9245b4c.rpfr17

yum is (probably) seeing it as an 'installonly' package like the kernel would be on a normal x86_64 system so you can keep 3 in case of issues. It doesn't work like that on the rpi though.

setting installonly_limit=1 or messing with the installonlypkgs setting in yum.conf might also help, but I can't say for sure.

Return to “Pidora / Fedora”