[Bug 273950] freebsd-update rollback (from 14.0-BETA2 back to 13.2) fails

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 Sep 2023 21:47:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273950

            Bug ID: 273950
           Summary: freebsd-update rollback (from 14.0-BETA2 back to 13.2)
                    fails
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: emaste@freebsd.org

This is freebsd-update with https://reviews.freebsd.org/D41893 applied, after
updating from 13.2 to 14.0-BETA2:

root@vultr:~ # sh freebsd-update.sh rollback
Uninstalling updates...install: ///lib/casper/libcap_dns.so.2: No such file or
directory
install: ///lib/casper/libcap_fileargs.so.1: No such file or directory
install: ///lib/casper/libcap_grp.so.1: No such file or directory
install: ///lib/casper/libcap_net.so.1: No such file or directory
install: ///lib/casper/libcap_pwd.so.1: No such file or directory
install: ///lib/casper/libcap_sysctl.so.2: No such file or directory
install: ///lib/casper/libcap_syslog.so.1: No such file or directory
rm: ///usr/include/c++/v1/__string/extern_template_lists.h: Not a directory
rm: ///usr/include/c++/v1/__string/char_traits.h: Not a directory
 done.
root@vultr:~ # strings /boot/kernel/kernel | grep 'FreeBSD'
ld-elf.so.1: Shared object "libcap_fileargs.so.1" not found, required by
"strings"

The __string errors are related to D41893 (and shouldn't cause a functional
issue); the /lib/casper errors appear to be preexisting.

-- 
You are receiving this mail because:
You are the assignee for the bug.