[Bug 293516] freebsd-update not working as expected following a major upgrade from 13.5-RELEASE-p10 to 14.4-RC1
Date: Sun, 01 Mar 2026 10:01:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293516
--- Comment #5 from Graham Perrin <grahamperrin@gmail.com> ---
Created attachment 268447
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268447&action=edit
typescript
Re: comment 4
A workaround, condensed:
1. pkgbasify
2. pkg-unregister(8)
Afterwards:
root@bug293516:~ # freebsd-update fetch
src component not installed, skipped
You have a partially completed upgrade pending
Run 'freebsd-update [options] install' first.
Run 'freebsd-update [options] fetch -F' to proceed anyway.
root@bug293516:~ # freebsd-update install
src component not installed, skipped
Creating snapshot of existing boot environment... done.
Installing updates... done.
root@bug293516:~ #
----
The tail of the attached typescript file:
34 9:30 fetch -o pkgbasify.lua https://tinyurl.com/pkgbasify-foundation
35 9:30 chmod +x ./pkgbasify.lua
36 9:30 ./pkgbasify.lua
37 9:36 ee .cshrc
38 9:37 pkg unregister FreeBSD-\*
39 9:38 uname
40 9:38 date
41 9:38 freebsd-update fetch
42 9:40 pkg which /usr/bin/uname
43 9:40 pkg leaf
44 9:41 pkg unregister -f FreeBSD-clibs FreeBSD-runtime
45 9:41 freebsd-update fetch
46 9:42 freebsd-update install
47 9:42 date
48 9:42 freebsd-version -kru
49 9:42 history
root@bug293516:~ # exit
exit
--
You are receiving this mail because:
You are the assignee for the bug.