[Bug 244596] pkgbase: duplicate files and directories in `make packages`

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 May 2023 19:39:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244596

--- Comment #15 from Ed Maste <emaste@freebsd.org> ---
At present there are three duplicate files (loader help files), and they are
tracked in PR271178. Duplicate directory entries are now hidden under verbose
mode.

The full output from the CI metalog check is now:
=====
su user -c "/usr/libexec/flua tools/pkgbase/metalog_reader.lua -c
/usr/obj/$(pwd -P)/${TARGET}.${TARGET_ARCH}/worldstage/METALOG"
error: ./boot/loader.help.bios file repeated with same meta: line
26844,26847,26852
error: ./boot/loader.help.efi file repeated with same meta: line
26868,26871,26875
error: ./boot/loader.help.userboot file repeated with same meta: line
26822,26826
=====

Once PR271178 is addressed we'll change the metalog checker to make these
errors.

-- 
You are receiving this mail because:
You are on the CC list for the bug.