[Bug 224440] Upgrade 11.0-STABLE to 11.1-STABLE

Steve O'Hara-Smith steve at sohara.org
Tue Dec 19 05:04:41 UTC 2017


On Mon, 18 Dec 2017 23:57:19 +0000
bugzilla-noreply at freebsd.org wrote:

> I performed the following steps:
> mv /usr/src to /usr/src.old and executed
> svnlite checkout https://svn.FreeBSD.org/base/stable/11 /usr/src
> svnlite update /usr/src
> make buildworld
> make buildkernel
> make installkernel
> shutdown -r now
> To my surprise, only the kernel has upgraded to 11.1-STABLE.

	That should not be a surprise, you haven't done an installworld
(best done in single user mode after installing the kernel) so your newly
built world is still sitting in /usr/obj.

	You have also missed a number of other necessary steps
from /usr/src/UPDATING - here's the relevant section:

----------------
        To rebuild everything and install it on the current system.
        -----------------------------------------------------------
        # Note: sometimes if you are running current you gotta do more than
        # is listed here if you are upgrading from a really old current.

        <make sure you have good level 0 dumps>
        make buildworld
        make kernel KERNCONF=YOUR_KERNEL_HERE
                                                        [1]
        <reboot in single user>                         [3]
        mergemaster -Fp                                 [5]
        make installworld
        mergemaster -Fi                                 [4]
        make delete-old                                 [6]
        <reboot>
------------------

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-arm mailing list