[Bug 244596] pkgbase: duplicate files and directories in `make packages`
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 15 18:32:40 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244596
Martin <martin.jakob at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin.jakob at gmx.com
--- Comment #1 from Martin <martin.jakob at gmx.com> ---
When the METALOG is processed to plist files, the duplicates land in these 4
plists:
2 duplicates in clibs.plist:
2 @config(root,wheel,0644,) /etc/libmap.conf
2 duplicates in runtime.plist:
2 @dir(root,wheel,0755,) /var/spool
686 duplicates in utilities.plist, eg.
...
7 @dir(root,wheel,0755,) /usr/share/misc
8 @dir(root,wheel,0755,) /etc/defaults
10 @dir(root,wheel,0755,) /usr/share/snmp/mibs
13 @dir(root,wheel,0755,) /usr/share/snmp/defs
16 @dir(root,wheel,0755,) /boot
80 @dir(root,wheel,0755,) /etc
334 duplicates in utlilities-dev.plist, eg:
...
2 @(root,wheel,0444,)
/usr/lib/clang/11.0.0/include/sanitizer/scudo_interface.h
2 @(root,wheel,0444,)
/usr/lib/clang/11.0.0/include/sanitizer/tsan_interface.h
2 @(root,wheel,0444,)
/usr/lib/clang/11.0.0/include/sanitizer/tsan_interface_atomic.h
2 @(root,wheel,0444,)
/usr/lib/clang/11.0.0/include/sanitizer/ubsan_interface.h
...
Maybe this narrows down, where these duplicates come from.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list