Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Oct 2024 09:16:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 249145] pkgbase: lib32 directories/files in utilities.plist which belong in utilities-lib32.plist
Message-ID:  <bug-249145-36141-ZebbuMqlOJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249145-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249145-36141@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-249145-36141-ZebbuMqlOJ>