[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21082: grep 'make check' fails
From: |
Bruce Dubbs |
Subject: |
bug#21082: 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
- bug#21082: grep 'make check' fails,
Bruce Dubbs <=