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

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

[debbugs-tracker] bug#21082: closed (grep 'make check' fails)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21082: closed (grep 'make check' fails)
Date: Fri, 17 Jul 2015 22:22:02 +0000

Your message dated Fri, 17 Jul 2015 15:21:51 -0700
with message-id <address@hidden>
and subject line Re: bug#21082: grep 'make check' fails
has caused the debbugs.gnu.org bug report #21082,
regarding grep 'make check' fails
to be marked as done.

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


-- 
21082: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21082
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: grep 'make check' fails Date: Fri, 17 Jul 2015 17:11:49 -0500 User-agent: Mozilla/5.0 (X11; Linux i686; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32
099-grep-2.21:FAIL: test-update-copyright.sh
099-grep-2.21:# FAIL:  1
099-grep-2.21:FAIL: test-update-copyright.sh
099-grep-2.21:FAIL  test-update-copyright.sh (exit status: 1)
099-grep-2.21:# FAIL:  1

Actually the problem is not due to grep but gnulib and perl-5.22. However it is in the grep source tarball.

The one line (one character) fix is:

 sed -i 's/copyright{/copyright\\{/' build-aux/update-copyright

Translation:  Escape the left brace in a perl regex.

I reported this to gnulib over a month ago but got no response. Thought you would like to know.

  -- Bruce Dubbs
     linuxfromscratch.org



--- End Message ---
--- Begin Message --- Subject: Re: bug#21082: grep 'make check' fails Date: Fri, 17 Jul 2015 15:21:51 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
Bruce Dubbs wrote:

  sed -i 's/copyright{/copyright\\{/' build-aux/update-copyright

Translation:  Escape the left brace in a perl regex.

I reported this to gnulib over a month ago but got no response.

I missed that, but the problem was reported by someone else and was fixed here:

http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=841d0dcfa8103235836a1aeb0c1ad657f43ade85


--- End Message ---

reply via email to

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