[Bug 271178] loader.help.* files installed multiple times

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 May 2023 17:59:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271178

            Bug ID: 271178
           Summary: loader.help.* files installed multiple times
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs@FreeBSD.org
          Reporter: emaste@freebsd.org

Any given file in a FreeBSD installworld should be installed exactly once, but
this is not true for the loader.help files. From cirrus-CI running the pkgbase
metalog check:

warning: ./boot/loader.help.bios file repeated with same meta: line
26843,26846,26851
warning: ./boot/loader.help.efi file repeated with same meta: line
26867,26870,26874
warning: ./boot/loader.help.userboot file repeated with same meta: line
26821,26825

This can be reproduced locally via
% make packages
% flua tools/pkgbase/metalog_reader.lua -c <path to METALOG>

(Once these ones are fixed this will be made into an error -- see
https://reviews.freebsd.org/D39898)

-- 
You are receiving this mail because:
You are the assignee for the bug.