Re: Upgrading to current gives dependency problem after kernel upgrade and boot

Solar Designer <[email protected]> Tue, 3 Apr 2012 15:09:16 +0400
Newsgroups gmane.linux.openwall.user
Message-ID <[email protected]>
On Tue, Apr 03, 2012 at 04:27:12AM +0000, Zenny wrote:
> But when I tried to upgrade to the userland, I got dependency errors:
> # rpm -Fvh ~build/RPMS/*.rpm

As correctly explained by Chris, the "rpm -F" approach doesn't always
work.  In practice, it tends to work for minor upgrades within the same
branch (and even then it will by definition not install any new packages
that were not present before), but not for upgrading to another branch,
nor when we've made major changes in a branch (such as the GCC version
change this time).

You need to use "make installworld" over your existing system.  See:

http://openwall.info/wiki/Owl/upgrade#Upgrade-the-userland

Alexander