https://forums.gentoo.org/viewtopic-p-8833449.html?sid=16a66b914d82a5f6eacc3db7d84e08bd Reproducible: Always
I confirm that: - "grep -P" is used by checksec 2.7.1 but not stable 2.4.0 - "grep -P xxx" with USE=-pcre produces error "Perl matching not supported in a --disable-perl-regexp build" Patch upcoming…
Here: # grep -Rho 'grep -[^ ]\+P' checksec-2.7.1/ | uniq -c 4 grep -oP
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dee272f84b2d085ffaa4d3420bcad75632a93f24 commit dee272f84b2d085ffaa4d3420bcad75632a93f24 Author: Sebastian Pipping <sping@gentoo.org> AuthorDate: 2024-10-06 13:16:57 +0000 Commit: Sebastian Pipping <sping@gentoo.org> CommitDate: 2024-10-06 13:19:15 +0000 app-admin/checksec: Require sys-apps/grep[pcre] at runtime Also address warnings EmptyGlobalAssignment for ${IUSE} and VariableOrderWrong for ${S} Closes: https://bugs.gentoo.org/937014 Signed-off-by: Sebastian Pipping <sping@gentoo.org> app-admin/checksec/checksec-2.7.1-r1.ebuild | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)