Date: Tue, 26 Mar 2024 02:08:24 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 277964] Obsolete Files Not Removed upon 13.3 P0 to 14.0 P5 Update Message-ID: <bug-277964-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277964 Bug ID: 277964 Summary: Obsolete Files Not Removed upon 13.3 P0 to 14.0 P5 Update Product: Base System Version: 14.0-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: MSS@ScaraHoof.com Updating from FreeBSD RELEASE 13.3 P0 to 14.0 P5 by following the instructi= ons at <https://www.freebsd.org/releases/14.0R/installation/#upgrade> failed to remove obsolete files. This failure occurs after updating installed packages and the final run of =E2=80=9Cfreebsd-update install=E2=80=9D as the root u= ser, which returns the folowing: # freebsd-update install src component not installed, skipped Installing updates...rmdir: ///usr/tests/usr.bin/uuencode: Directory not em= pty rmdir: ///usr/tests/usr.bin/uudecode: Directory not empty done. The source freebsd-src-main/ObsoleteFiles.inc file contains as a comment = =E2=80=9C# 20220418: uudecode merged into uuencode and renamed to bintrans=E2=80=9D co= nfirming that the /usr/tests/usr.bin/uuencode directory should have been removed. Checking the /usr/tests/usr.bin directory confirmed that the uuencode direc= tory was not empty and was not renamed, and that the the uudecode directory had = not been merged. Other files and directories listed in ObsoleteFiles.inc to be removed were not, indicating the failure to remove or rename the uuencode directory prevented processing of the ObsoleteFiles.inc file by freebsd-upd= ate. Since the rmdir directory command was chosen to be run, it might be that the contents of the uuencode and uudecode directories were intended to be moved= to a new bintrans directory leaving uuencode and uudecode empty and then possi= ble to remove by running rmdir. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277964-227>