Re: Files not deleted via update procedure: rescue/gbde usr/include/machine/fiq.h usr/lib/include/machine/fiq.h usr/share/man/man4/CAM.4.gz

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 31 Jul 2024 19:27:37 UTC
On 7/27/24 19:28, Mark Millard wrote:
> On Jul 27, 2024, at 16:07, Mark Millard <marklmi@yahoo.com> wrote:
> 
>> The following old files were in the historically incrementally
>> updated directory tree but not in the installation to an empty
>> directory tree (checked via diff -rq):
>>
>> /usr/obj/DESTDIRs/main-CA7-poud/rescue/gbde
>> /usr/obj/DESTDIRs/main-CA7-poud/usr/include/machine/fiq.h
>> /usr/obj/DESTDIRs/main-CA7-poud/usr/lib/include/machine/fiq.h
>> /usr/obj/DESTDIRs/main-CA7-poud/usr/share/man/man4/CAM.4.gz
> 
> That was an armv7 context.
> 
> For comparison/contrast, aarch64 had:
> 
> /usr/obj/DESTDIRs/main-CA76-poud/rescue/gbde
> /usr/obj/DESTDIRs/main-CA76-poud/usr/lib/debug/usr/tests/cddl/usr.sbin/dtrace/amd64/kinst/
> /usr/obj/DESTDIRs/main-CA76-poud/usr/lib/debug/usr/tests/lib/libc/ssp/h_raw.debug
> /usr/obj/DESTDIRs/main-CA76-poud/usr/share/examples/IPv6/USAGE
> /usr/obj/DESTDIRs/main-CA76-poud/usr/share/man/man2/recvmmsg.2.gz
> /usr/obj/DESTDIRs/main-CA76-poud/usr/share/man/man2/sendmmsg.2.gz
> /usr/obj/DESTDIRs/main-CA76-poud/usr/share/man/man4/CAM.4.gz
> /usr/obj/DESTDIRs/main-CA76-poud/usr/share/man/man4/geom_map.4.gz
> /usr/obj/DESTDIRs/main-CA76-poud/usr/tests/cddl/usr.sbin/dtrace/amd64/kinst/
> /usr/obj/DESTDIRs/main-CA76-poud/usr/tests/lib/libc/ssp/h_raw

Thanks, I've pushed fixes for most of these.  The *mmsg.2.gz links are actually
not supposed to be stale and D46200 should fix those.  h_raw is a bit more of an
odd duck that isn't easily solved.  I'm not sure why it was installed in the
past for you but isn't installed anymore.

-- 
John Baldwin