* bug#53297: Provide option to use perl with grep
@ 2022-01-16 6:46 Jacob Hrbek
2024-03-04 10:00 ` Sébastien Lerique
2024-03-04 10:00 ` Sébastien Lerique
0 siblings, 2 replies; 3+ messages in thread
From: Jacob Hrbek @ 2022-01-16 6:46 UTC (permalink / raw)
To: 53297
[-- Attachment #1.1.1: Type: text/plain, Size: 272 bytes --]
|$ 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 #1.1.2: Type: text/html, Size: 612 bytes --]
[-- Attachment #1.2: publickey - kreyren@rixotstudio.cz - 1677db82.asc --]
[-- Type: application/pgp-keys, Size: 713 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#53297: Provide option to use perl with grep
2022-01-16 6:46 bug#53297: Provide option to use perl with grep Jacob Hrbek
2024-03-04 10:00 ` Sébastien Lerique
@ 2024-03-04 10:00 ` Sébastien Lerique
1 sibling, 0 replies; 3+ messages in thread
From: Sébastien Lerique @ 2024-03-04 10:00 UTC (permalink / raw)
To: 53297
This seems to happen with any "grep -D" on my side, similar to
https://issues.guix.gnu.org/66753 .
$ 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
<https://github.com/fishgretel/fasd/blob/9a16eddffbec405f06ac206256b0f7e3112b0e2c/conf.d/__fasd_run.fish#L2>)
Any hint for what's going on?
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#53297: Provide option to use perl with grep
2022-01-16 6:46 bug#53297: Provide option to use perl with grep Jacob Hrbek
@ 2024-03-04 10:00 ` Sébastien Lerique
2024-03-04 10:00 ` Sébastien Lerique
1 sibling, 0 replies; 3+ messages in thread
From: Sébastien Lerique @ 2024-03-04 10:00 UTC (permalink / raw)
To: 53297
This seems to happen with any "grep -D" on my side, similar to
https://issues.guix.gnu.org/66753 .
$ 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
<https://github.com/fishgretel/fasd/blob/9a16eddffbec405f06ac206256b0f7e3112b0e2c/conf.d/__fasd_run.fish#L2>)
Any hint for what's going on?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-04 13:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-16 6:46 bug#53297: Provide option to use perl with grep Jacob Hrbek
2024-03-04 10:00 ` Sébastien Lerique
2024-03-04 10:00 ` Sébastien Lerique
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.