[Bug 249145] pkgbase: lib32 directories/files in utilities.plist which belong in utilities-lib32.plist

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Oct 2024 09:16:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249145

Isaac Freund <ifreund@freebsdfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ifreund@freebsdfoundation.o
                   |                            |rg

--- Comment #2 from Isaac Freund <ifreund@freebsdfoundation.org> ---
It seems things have changed a bit since this bug was last looked at.

The good news is that the lib32-related files mentioned here are no longer in
utilities.plist. The bad news is that they still aren't in the correct place:

# cat clibs-dev.plist | grep lib32
@dir(root,wheel,0755,) /usr/lib32
@(root,wheel,0444,) /usr/lib32/Scrt1.o
@(root,wheel,0444,) /usr/lib32/crt1.o
@(root,wheel,0444,) /usr/lib32/crtbegin.o
@(root,wheel,0444,) /usr/lib32/crtbeginS.o
@(root,wheel,0444,) /usr/lib32/crtbeginT.o
@(root,wheel,0444,) /usr/lib32/crtend.o
@(root,wheel,0444,) /usr/lib32/crtendS.o
@(root,wheel,0444,) /usr/lib32/crti.o
@(root,wheel,0444,) /usr/lib32/crtn.o
@(root,wheel,0444,) /usr/lib32/gcrt1.o

# cat dtrace.plist | grep lib32
@dir(root,wheel,0755,) /usr/lib32/dtrace
@(root,wheel,0444,) /usr/lib32/dtrace/drti.o

Also, /usr/bin/ldd32 is now in utilities.plist which doesn't seem correct:

# cat utilities.plist | grep ldd32
@(root,wheel,0555,) /usr/bin/ldd32

I'll look in to fixing this.

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