Provide option to use perl with grep

  • Open
  • quality assurance status badge
Details
3 participants
  • Jacob Hrbek
  • Ludovic Courtès
  • Sébastien Lerique
Owner
unassigned
Submitted by
Jacob Hrbek
Severity
wishlist
J
J
Jacob Hrbek wrote on 16 Jan 2022 07:46
(address . bug-guix@gnu.org)
f892e940-8502-4992-24ed-086e5e38ac78@rixotstudio.cz
|$ grep -rnwP '(inputs.* ._)' -A 20 gnu/packages/_.scm grep: Perl
matching not supported in a --disable-perl-regexp build ^ Expecting this
to work< but perl dependency is only defined for build-time and the
package lacks option to include Perl on demand |

--
Jacob Hrbek
Attachment: file
Attachment: signature.asc
L
L
Ludovic Courtès wrote on 24 Jan 2022 18:17
control message for bug #53297
(address . control@debbugs.gnu.org)
87a6flqcj2.fsf@gnu.org
severity 53297 wishlist
quit
S
S
Sébastien Lerique wrote on 4 Mar 11:00 +0100
Re: Provide option to use perl with grep
(address . 53297@debbugs.gnu.org)
877ciie1wv.fsf@eauchat.org
This seems to happen with any "grep -D" on my side, similar to

$ echo AAA | grep -P AA
grep: Perl matching not supported in a --disable-perl-regexp build
$ echo AAA | grep AA
AAA

(in my case, trying out fasd in fish

Any hint for what's going on?
S
S
Sébastien Lerique wrote on 4 Mar 11:00 +0100
(address . 53297@debbugs.gnu.org)
871q8qdtsq.fsf@eauchat.org
This seems to happen with any "grep -D" on my side, similar to

$ echo AAA | grep -P AA
grep: Perl matching not supported in a --disable-perl-regexp build
$ echo AAA | grep AA
AAA

(in my case, trying out fasd in fish

Any hint for what's going on?
?