bug#40395: Building Grep with PCRE support

2020-04-02 Thread Jeffrey Walton
Hi Everyone, I'm working on OS X 10.12. When I build Grep 3.3 from source tarball I see: checking for PCRE... no checking for pcre_compile... no configure: WARNING: GNU grep will be built without pcre support. PCRE2 is installed in /usr/local. PKG_CONFIG_PATH is set and points to

bug#40868: Grep C library for multi-string pattern matching?

2020-04-27 Thread Jeffrey Walton
On Sun, Apr 26, 2020 at 9:59 AM Jeffrey Walton wrote: > > I need to perform multi-string pattern matching in C. The problem I am > working on does not allow a shell script. I'm looking for a library > that implements Aho–Corasick or Commentz-Walter (or similar). > > Does Grep

bug#40868: Grep C library for multi-string pattern matching?

2020-04-26 Thread Jeffrey Walton
Hi Everyone, I need to perform multi-string pattern matching in C. The problem I am working on does not allow a shell script. I'm looking for a library that implements Aho–Corasick or Commentz-Walter (or similar). Does Grep provide a library that exposes its multi-string pattern matching? If

bug#43666: [grep-3.5] make failed on Solaris 11.3 x86/x64

2020-09-28 Thread Jeffrey Walton
On Mon, Sep 28, 2020 at 3:47 AM Paul Eggert wrote: > > It worked for us on Solaris 10; see: > > https://buildfarm.opencsw.org/buildbot/builders/ggrep-solaris10-sparc/builds/205 > > so either there's something different about Solaris 11, or something else > different on your setup (maybe you have

bug#42419: is this a sick joke ?

2020-07-18 Thread Jeffrey Walton
On Sat, Jul 18, 2020 at 4:08 PM Paul Eggert wrote: > > Builds work for me on Solaris 10 sparc, but then I don't have a > locally-installed /usr/local/bin/grep to get in the way and cause trouble. I > suggest removing /usr/local/bin from your PATH, or setting the GREP > environment > variable to

bug#41999: Grep 3.4, Solaris 11.3 and FAIL: test-nl_langinfo-mt

2020-06-22 Thread Jeffrey Walton
On Mon, Jun 22, 2020 at 4:04 AM Jeffrey Walton wrote: > > Hi Everyone, > > I'm working on Solaris 11.3 i86pc. I'm building Grep 3.4 from the > source tarball. I'm catching one failed self test: > > PASS: test-nl_langinfo.sh > ../build-aux/test-driver: line 107: 2484

bug#45849: Autoconf options and dependencies

2021-01-13 Thread Jeffrey Walton
Hi Everyone, I noticed Grep offers these two autoconf options (and friends): --with-libiconv-prefix --with-libintl-prefix Configure does not complain when they are used. However, when I check link dependencies with ldd: $ ldd /usr/local/bin/grep linux-vdso.so.1

bug#47264: RFE: pcre2 support

2021-04-05 Thread Jeffrey Walton
On Mon, Apr 5, 2021 at 4:22 AM L A Walsh wrote: > > On 2021/03/19 14:04, Paul Eggert wrote: > > On 3/19/21 8:22 AM, Jaroslav Skarvada wrote: > > > >> Please consider adding PCRE2 support. > >> > > > > Patches would be welcome. As I understand it, they're not trivial. > > > --- > What are

bug#51186: Linux tentar instalar no Pc via terminal

2021-10-13 Thread Jeffrey Walton
On Wed, Oct 13, 2021 at 11:06 AM Ivo Antônio Clemente Júnior wrote: > > I am trying to install "termuxAlpine.sh" in my msys2 arch linux... > > How can I fix this bug? > > Eduardo@Eduardo-PC MINGW64 ~ > $ curl -LO > https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh > %

bug#51144: GNU grep 3.7 fails to build on FreeBSD

2021-10-16 Thread Jeffrey Walton
On Sat, Oct 16, 2021 at 12:53 PM Paul Eggert wrote: > > On 10/16/21 9:40 AM, Tijl Coosemans wrote: > > Where > > necessary we simply pass --build=x64_64-portbld-freebsd$(version). An > > example is gcc. > > Could you pass --build=x64_64-portbld-freebsd$(version) to every > 'configure' invocation,

bug#52285: bug repport - how to open and use one directory in arch linux?

2021-12-04 Thread Jeffrey Walton
On Sat, Dec 4, 2021 at 3:16 PM Ivo Antônio Clemente Júnior wrote: > > Eduardo@Eduardo-PC MINGW64 ~ > $ /XAttacker.git > -bash: /XAttacker.git: No such file or directory > > Eduardo@Eduardo-PC MINGW64 ~ > $ ./XAttacker.git/action > -bash: ./XAttacker.git/action: No such file or directory > >

bug#47264: [PATCH v2] pcre: migrate to pcre2

2021-11-14 Thread Jeffrey Walton
On Sun, Nov 14, 2021 at 5:26 PM Carlo Arenas wrote: > On Sun, Nov 14, 2021 at 12:45 PM Paul Eggert wrote: > > ... > using idx_t instead of size_t should be fine (if only halves the max > size of the objects managed), but I am concerned that assuming > PCRE2_SIZE_MAX is always equivalent to

bug#47264: [PATCH v2] pcre: migrate to pcre2

2021-11-14 Thread Jeffrey Walton
On Sun, Nov 14, 2021 at 5:26 PM Carlo Arenas wrote: > ... > I seem to be unlucky; getting certificate errors in Debian sid, FTBFS > errors when building the info in macOS, but the latest master was able > to run `make dist` successfully in Debian 10, so it is just likely a > PBKAC problem. 'sudo

bug#62552: Bug found in latest stable release v3.10 of grep

2023-03-31 Thread Jeffrey Walton
On Thu, Mar 30, 2023 at 4:01 PM mega lith01 wrote: > > Hi, i have identified what looks to be a bug in grep v3.10, the bug is not > present in v3.8 or v3.9, to reproduce the bug please see the attached bash > script. > > The bug looks related to the use of the regex [^\d]+ which then ends up >

bug#63780: �ظ��º bug#63780: Reversing the grep message output type matching binary files (without the -a option added) changed from stdout to stderr

2023-05-29 Thread Jeffrey Walton
On Mon, May 29, 2023 at 9:02 PM 2773414454 via Bug reports for GNU grep wrote: > > I know my suggestion may seem silly, but in fact, I > used grep3.4 related code for my project and provided it to the client, and > recently provided the client with grep3.7 for an upgrade. After upgrade I >