emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#25648: closed (pcre_jit_stack not in centos6 pcre)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25648: closed (pcre_jit_stack not in centos6 pcre)
Date: Tue, 07 Feb 2017 23:02:03 +0000

Your message dated Tue, 7 Feb 2017 15:01:11 -0800
with message-id <address@hidden>
and subject line Re: bug#25647: grep 2.28 fails to build on CentOS 6
has caused the debbugs.gnu.org bug report #25648,
regarding pcre_jit_stack not in centos6 pcre
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25648: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25648
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: pcre_jit_stack not in centos6 pcre Date: Tue, 07 Feb 2017 11:15:34 -0700
Trying to compile grep-2.28 on centos6.8 (32-bit, but I don't think that
matters), with the system compiler (gcc 4.4.47-17) and system pcre, I get:

pcresearch.c:53: error: expected specifier-qualifier-list before 
'pcre_jit_stack'

That line is:
  pcre_jit_stack *jit_stack;

And indeed, /usr/include/pcre.h does not contain anything about jit.
Evidently it is too old. I suggest that the configure test for pcre be
adjusted if you're going to require jit.

With --disable-perl-regexp, all went through. --thanks, karl.



--- End Message ---
--- Begin Message --- Subject: Re: bug#25647: grep 2.28 fails to build on CentOS 6 Date: Tue, 7 Feb 2017 15:01:11 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 Thanks for reporting the problem. It looks like we did not sufficiently test 'grep' on older systems when we made some fixes that anticipate adding multithreading support. I installed the attached patch to fix the problem, and this should appear in the next 'grep' release.

Attachment: 0001-Do-not-assume-PCRE-8.20-or-later.patch
Description: Source code patch


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]