Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Oct 2024 08:50:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkgbase@FreeBSD.org
Subject:   [Bug 249144] pkgbase: /usr/tests/ subdirectories in non -dev/-dbg plist files
Message-ID:  <bug-249144-36141-2KEM6RtiiY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-249144-36141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-249144-36141@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=3D249144

Isaac Freund <ifreund@freebsdfoundation.org> changed:

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

--- Comment #2 from Isaac Freund <ifreund@freebsdfoundation.org> ---
The /usr/tests/atf_python/ files are now correctly placed in tests.plist.

The remaining misplaced tests I've identified are as follows:

# rg '/usr/tests' -g '*.plist' --iglob "!*-dev.plist" --iglob '!*-dbg.plist'
--iglob '!tests.plist'

bsnmp.plist
82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp
83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile
84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_test

ssh.plist
24:@dir(root,wheel,0755,) /usr/tests/secure/libexec
25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafile

utilities.plist
2179:@(root,wheel,0444,) /usr/tests/lib/csu/dynamiclib//libh_csu.so
2180:@(root,wheel,0755,) /usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so
2181:@(root,wheel,0444,) /usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so.1
2182:@dir(root,wheel,0755,) /usr/tests/sbin/pfctl/files
2183:@(root,wheel,0444,) /usr/tests/sys/vm/stack/libsoxstack.so

I'll look in to fixing this.

--=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-249144-36141-2KEM6RtiiY>