Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 18:32:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244596] pkgbase: duplicate files and directories in `make packages`
Message-ID:  <bug-244596-227-RLtMfFTzKo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244596-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244596-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244596

Martin <martin.jakob@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.jakob@gmx.com

--- Comment #1 from Martin <martin.jakob@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,)=20=20=20=20
/usr/lib/clang/11.0.0/include/sanitizer/scudo_interface.h
2       @(root,wheel,0444,)=20=20=20=20
/usr/lib/clang/11.0.0/include/sanitizer/tsan_interface.h
2       @(root,wheel,0444,)=20=20=20=20
/usr/lib/clang/11.0.0/include/sanitizer/tsan_interface_atomic.h
2       @(root,wheel,0444,)=20=20=20=20
/usr/lib/clang/11.0.0/include/sanitizer/ubsan_interface.h
...


Maybe this narrows down, where these duplicates come from.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244596-227-RLtMfFTzKo>