[Bug 279547] Leftover / unaccounted for file in freebsd-upgrade from 14.0 to 14.1 aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 02:14:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279547
Bug ID: 279547
Summary: Leftover / unaccounted for file in freebsd-upgrade
from 14.0 to 14.1 aarch64
Product: Base System
Version: 14.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: arm
Assignee: freebsd-arm@FreeBSD.org
Reporter: vivek@khera.org
I upgraded a RaspberryPi 4 system from 14.0-RELEASE to 14.1-RELEASE. At the end
of the cleanup, it was unable to delete the old clang directory completely:
rmdir: ///usr/lib/clang/16/lib/freebsd: Directory not empty
rmdir: ///usr/lib/clang/16/lib: Directory not empty
rmdir: ///usr/lib/clang/16: Directory not empty
done.
80.322user 59.110sys 82.6%, 20771ib 23919ob 162tx 180da 343to 0swp 2:48.72
[root@pi4]# ls -lR /usr/lib/clang/16/
total 4
drwxr-xr-x 3 root wheel 512 Nov 10 2023 lib/
/usr/lib/clang/16/lib:
total 4
drwxr-xr-x 2 root wheel 512 Jun 5 22:04 freebsd/
/usr/lib/clang/16/lib/freebsd:
total 200
-r--r--r-- 1 root wheel 204554 Nov 10 2023 libclang_rt.profile-armhf.a
The 14.0 system was installed using the RPI image. This was the first major
upgrade using freebsd-upgrade on this system.
--
You are receiving this mail because:
You are the assignee for the bug.