Bug 264103 - lib32.txz: Includes files from etc/pam.d
Summary: lib32.txz: Includes files from etc/pam.d
Status: New
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 13.1-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-20 16:41 UTC by Mark Felder
Modified: 2023-01-02 16:25 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Felder freebsd_committer freebsd_triage 2022-05-20 16:41:55 UTC
I've noticed this for a few releases but forgot to file an issue. There are files from etc/pam.d/ leaking into the the lib32.txz release set
Comment 1 Jessica Clarke freebsd_committer freebsd_triage 2022-05-20 16:53:12 UTC
Also /usr/libdata/pkgconfig, /usr/include/rdma, /usr/include/infiniband and /usr/lib/clang, at least for the 14.0-CURRENT snapshot currently available for amd64.

% curl -sL http://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/14.0-CURRENT/lib32.txz | tar tJ | grep -v '^\.\/usr\/lib32' | wc -l
     233

(then subtract 2 for ./ and ./usr as expected entries in that output, not worth filtering further just for them)
Comment 2 Jessica Clarke freebsd_committer freebsd_triage 2022-05-20 16:54:46 UTC
Well, the -i386 libs in /usr/lib/clang are expected, but not the sanitizer headers.