|
Message-ID: <20120403110916.GB15294@openwall.com> Date: Tue, 3 Apr 2012 15:09:16 +0400 From: Solar Designer <solar@...nwall.com> To: owl-users@...ts.openwall.com Subject: Re: Upgrading to current gives dependency problem after kernel upgrade and boot 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
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.