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

Debbugs page

Jacob Hrbek wrote 3 years ago
(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
Ludovic Courtès wrote 3 years ago
control message for bug #53297
(address . control@debbugs.gnu.org)
87a6flqcj2.fsf@gnu.org
severity 53297 wishlist
quit
Sébastien Lerique wrote 1 years ago
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ébastien Lerique wrote 1 years ago
(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?
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 53297@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53297
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help