I had the fails below running make check. My original build failed compiling src/main.c because the getopt.h header wasn't found. Added -I$(top_builddir)/lib to DEFAULT_INCLUDES to fix.
Dave -- J. David Anglin [email protected] National Research Council of Canada (613) 990-0752 (FAX: 952-6602) ================================================= GNU grep 2.6.1: gnulib-tests/test-suite.log ================================================= 2 of 62 tests failed. (9 tests were not run). .. contents:: :depth: 2 SKIP: test-btowc2.sh (exit: 77) =============================== Skipping test: no french Unicode locale is installed FAIL: test-exclude2.sh (exit: 1) ================================ *** excltmp.1374 Sat Mar 27 12:28:53 2010 --- - Sat Mar 27 12:28:53 2010 *************** *** 2,6 **** foo*: 1 bar: 1 foobar: 0 ! baz: 1 bar/qux: 0 --- 2,6 ---- foo*: 1 bar: 1 foobar: 0 ! baz: 0 bar/qux: 0 FAIL: test-exclude5.sh (exit: 1) ================================ *** excltmp.1436 Sat Mar 27 12:28:53 2010 --- - Sat Mar 27 12:28:53 2010 *************** *** 1,4 **** bar: 1 ! bar/qux: 1 barz: 0 foo/bar: 1 --- 1,4 ---- bar: 1 ! bar/qux: 0 barz: 0 foo/bar: 1 SKIP: test-mbrtowc2.sh (exit: 77) ================================= Skipping test: no french Unicode locale is installed SKIP: test-mbrtowc4.sh (exit: 77) ================================= Skipping test: no transitional chinese locale is installed SKIP: test-mbscasecmp.sh (exit: 77) =================================== Skipping test: no turkish Unicode locale is installed SKIP: test-mbsinit.sh (exit: 77) ================================ Skipping test: no french Unicode locale is installed SKIP: test-mbsrtowcs2.sh (exit: 77) =================================== Skipping test: no french Unicode locale is installed SKIP: test-mbsrtowcs4.sh (exit: 77) =================================== Skipping test: no transitional chinese locale is installed SKIP: test-update-copyright.sh (exit: 77) ========================================= ../../gnulib-tests/test-update-copyright.sh: skipping this test; your system has insufficient support for Perl SKIP: test-vc-list-files-git.sh (exit: 77) ========================================== Skipping test: git not found in PATH
