bug-grep
[Top][All Lists]
Advanced

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

Failed to install grep 2.5.4 on MacOS10.5.7--help appreciated


From: Rodolfo Aramayo
Subject: Failed to install grep 2.5.4 on MacOS10.5.7--help appreciated
Date: Fri, 3 Jul 2009 20:46:09 -0500

aramayolab02biotamuedu:grep-2.5.4 raramayo$ make check
Making check in intl
make[1]: Nothing to be done for `check'.
Making check in po
Making check in lib
Making check in posix
make[2]: Nothing to be done for `check'.
make[2]: Nothing to be done for `check-am'.
Making check in doc
make[1]: Nothing to be done for `check'.
Making check in src
make[1]: Nothing to be done for `check'.
Making check in tests
make  check-TESTS

Please, do not be alarmed if some of the tests failed.
Report them to <address@hidden>,
with the line number, the name of the file,
and grep version number 'grep --version'.
Thank You.

PASS: warning.sh
PASS: khadafy.sh
PASS: spencer1.sh
PASS: bre.sh
PASS: ere.sh
PASS: pcre.sh
PASS: status.sh
PASS: empty.sh
PASS: options.sh
PASS: backref.sh
PASS: file.sh
Testing:  ../src/grep w. -o -b
  input:  "XwA YwB/ZwC/"
  output: "4:wA/8:wB/12:wC/"
  expect: "1:wA/5:wB/9:wC/"
FAIL
Testing:  ../src/grep w. -o -b -i
  input:  "XwA YwB/ZwC/"
  output: "4:wA/8:wB/12:wC/"
  expect: "1:wA/5:wB/9:wC/"
FAIL
Testing:  ../src/grep w. -o -b -3
  input:  "XwA YwB/ZwC/"
  output: "4:wA/8:wB/12:wC/"
  expect: "1:wA/5:wB/9:wC/"
FAIL
Testing:  ../src/grep w -F -o -b
  input:  "XwA YwB/ZwC/"
  output: "4:w/8:w/12:w/"
  expect: "1:w/5:w/9:w/"
FAIL
Testing:  ../src/grep w -F -o -b -i
  input:  "XwA YwB/ZwC/"
  output: "4:w/8:w/12:w/"
  expect: "1:w/5:w/9:w/"
FAIL
Testing:  ../src/grep w -F -o -b -3
  input:  "XwA YwB/ZwC/"
  output: "4:w/8:w/12:w/"
  expect: "1:w/5:w/9:w/"
FAIL
Testing:  ../src/grep w.
  input:  "wA wB/"
  output: "-n wA wB/"
  expect: "wA wB/"
FAIL
Testing:  ../src/grep w. -h
  input:  "wA wB/"
  output: "-n wA wB/"
  expect: "wA wB/"
FAIL
Testing:  ../src/grep w. -H -h
  input:  "wA wB/"
  output: "-n wA wB/"
  expect: "wA wB/"
FAIL
Testing:  ../src/grep w. -H
  input:  "wA wB/"
  output: "(standard input):-n wA wB/"
  expect: "(standard input):wA wB/"
FAIL
Testing:  ../src/grep w. -h -H
  input:  "wA wB/"
  output: "(standard input):-n wA wB/"
  expect: "(standard input):wA wB/"
FAIL
Testing:  ../src/grep ^word_* -o
  input:  "word_word/"
  output: ""
  expect: "word_/"
FAIL
Testing:  ../src/grep word --color=always -i
  input:  "WordA/wordb/WORDC/"
  output: "-n WordA/wordb/WORDC/"
  expect: "WordA/wordb/WORDC/"
FAIL
Testing:  ../src/grep ^word_* --color=always
  input:  "word_word/"
  output: ""
  expect: "word_word/"
FAIL
Testing:  ../src/grep \<word --color=always
  input:  "wordword/"
  output: "-n wordword/"
  expect: "wordword/"
FAIL
Testing:  ../src/grep ^4$ -m1 -A99
  input:  "4/40/"
  output: ""
  expect: "4/40/"
FAIL
Testing:  ../src/grep ^4$ -m1 -A99
  input:  "4/04/"
  output: ""
  expect: "4/04/"
FAIL
Testing:  ../src/grep ^4$ -m1 -A99
  input:  "4/444/"
  output: ""
  expect: "4/444/"
FAIL
Testing:  ../src/grep ^4 -m1 -A99
  input:  "4/40/"
  output: "40//"
  expect: "4/"
FAIL
Testing:  ../src/grep ^4 -m1 -A99
  input:  "4/04/"
  output: ""
  expect: "4/04/"
FAIL
Testing:  ../src/grep ^4 -m1 -A99
  input:  "4/444/"
  output: "444//"
  expect: "4/"
FAIL
Testing:  ../src/grep 4$ -m1 -A99
  input:  "4/40/"
  output: "-n 4/40//"
  expect: "4/40/"
FAIL
Testing:  ../src/grep 4$ -m1 -A99
  input:  "4/04/"
  output: "-n 4/"
  expect: "4/"
FAIL
Testing:  ../src/grep 4$ -m1 -A99
  input:  "4/444/"
  output: "-n 4/"
  expect: "4/"
FAIL
Testing:  ../src/grep -wF -e A -e B -e C
  input:  "A/CX/B/C/"
  output: "-n A/B/C/"
  expect: "A/B/C/"
FAIL
Testing:  ../src/grep --color=always y*
  input:  "xyz/"
  output: "-n xyz//"
  expect: "xyz/"
FAIL
Testing:  ../src/grep -E --color=always -e bb -e cc -e ccc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -F --color=always -e bb -e cc -e ccc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -E --color=always -e bb -e ccc -e cc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -F --color=always -e bb -e ccc -e cc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -E -w --color=always -e bb -e ccc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -F -w --color=always -e bb -e ccc
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -E -w --color=always -e ccc -e bb
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -F -w --color=always -e ccc -e bb
  input:  "a bb ccc dddd/"
  output: "-n a bb ccc dddd/"
  expect: "a bb ccc dddd/"
FAIL
Testing:  ../src/grep -E -w --color=always -e bb -e ccc
  input:  "dddd ccc bb a/"
  output: "-n dddd ccc bb a/"
  expect: "dddd ccc bb a/"
FAIL
Testing:  ../src/grep -F -w --color=always -e bb -e ccc
  input:  "dddd ccc bb a/"
  output: "-n dddd ccc bb a/"
  expect: "dddd ccc bb a/"
FAIL
Testing:  ../src/grep -E -w --color=always -e ccc -e bb
  input:  "dddd ccc bb a/"
  output: "-n dddd ccc bb a/"
  expect: "dddd ccc bb a/"
FAIL
Testing:  ../src/grep -F -w --color=always -e ccc -e bb
  input:  "dddd ccc bb a/"
  output: "-n dddd ccc bb a/"
  expect: "dddd ccc bb a/"
FAIL
Testing:  ../src/grep -E -w --color=always bc
  input:  "bcd abcd abc bc bcd abc/"
  output: "-n bcd abcd abc bc bcd abc/"
  expect: "bcd abcd abc bc bcd abc/"
FAIL
Testing:  ../src/grep -F -w --color=always bc
  input:  "bcd abcd abc bc bcd abc/"
  output: "-n bcd abcd abc bc bcd abc/"
  expect: "bcd abcd abc bc bcd abc/"
FAIL
Testing:  ../src/grep -E -w --color=always bc
  input:  "bc abcd bc/"
  output: "-n bc abcd bc/"
  expect: "bc abcd bc/"
FAIL
Testing:  ../src/grep -F -w --color=always bc
  input:  "bc abcd bc/"
  output: "-n bc abcd bc/"
  expect: "bc abcd bc/"
FAIL
FAIL: foad1.sh
SKIP: fmbtest.sh
PASS: yesno.sh
=================================
1 of 13 tests failed
(1 tests were not run)
Please report to address@hidden
=================================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1


reply via email to

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