| 1 | | |
| | 1 | * copy in a Haiku version of config.guess/config.sub |
| | 2 | * run libtoolize (Since we now have libtool 2.2 we then need to add AC_CONFIG_MACRO_DIR([m4]) in configure.ac) |
| | 3 | * libtoolize |
| | 4 | * aclocal -I m4 |
| | 5 | * autoconf |
| | 6 | * automake |
| | 7 | * ./configure --prefix-/boot/common |
| | 8 | * make |
| | 9 | * make install |
| | 10 | |
| | 11 | {{{ |
| | 12 | ~/grep-2.5.3> make check |
| | 13 | Making check in intl |
| | 14 | make[1]: Entering directory `/boot/home/grep-2.5.3/intl' |
| | 15 | make[1]: Nothing to be done for `check'. |
| | 16 | make[1]: Leaving directory `/boot/home/grep-2.5.3/intl' |
| | 17 | Making check in po |
| | 18 | make[1]: Entering directory `/boot/home/grep-2.5.3/po' |
| | 19 | make[1]: Leaving directory `/boot/home/grep-2.5.3/po' |
| | 20 | Making check in lib |
| | 21 | make[1]: Entering directory `/boot/home/grep-2.5.3/lib' |
| | 22 | Making check in posix |
| | 23 | make[2]: Entering directory `/boot/home/grep-2.5.3/lib/posix' |
| | 24 | make[2]: Nothing to be done for `check'. |
| | 25 | make[2]: Leaving directory `/boot/home/grep-2.5.3/lib/posix' |
| | 26 | make[2]: Entering directory `/boot/home/grep-2.5.3/lib' |
| | 27 | make[2]: Nothing to be done for `check-am'. |
| | 28 | make[2]: Leaving directory `/boot/home/grep-2.5.3/lib' |
| | 29 | make[1]: Leaving directory `/boot/home/grep-2.5.3/lib' |
| | 30 | Making check in doc |
| | 31 | make[1]: Entering directory `/boot/home/grep-2.5.3/doc' |
| | 32 | make[1]: Nothing to be done for `check'. |
| | 33 | make[1]: Leaving directory `/boot/home/grep-2.5.3/doc' |
| | 34 | Making check in src |
| | 35 | make[1]: Entering directory `/boot/home/grep-2.5.3/src' |
| | 36 | make[1]: Nothing to be done for `check'. |
| | 37 | make[1]: Leaving directory `/boot/home/grep-2.5.3/src' |
| | 38 | Making check in tests |
| | 39 | make[1]: Entering directory `/boot/home/grep-2.5.3/tests' |
| | 40 | make check-TESTS |
| | 41 | make[2]: Entering directory `/boot/home/grep-2.5.3/tests' |
| | 42 | |
| | 43 | Please, do not be alarmed if some of the tests failed. |
| | 44 | Report them to <bug-grep@gnu.org>, |
| | 45 | with the line number, the name of the file, |
| | 46 | and grep version number 'grep --version'. |
| | 47 | Thank You. |
| | 48 | |
| | 49 | PASS: warning.sh |
| | 50 | PASS: khadafy.sh |
| | 51 | PASS: spencer1.sh |
| | 52 | PASS: bre.sh |
| | 53 | PASS: ere.sh |
| | 54 | PASS: pcre.sh |
| | 55 | PASS: status.sh |
| | 56 | PASS: empty.sh |
| | 57 | PASS: options.sh |
| | 58 | PASS: backref.sh |
| | 59 | /dev/null: could not copy attributes |
| | 60 | PASS: file.sh |
| | 61 | Testing: ../src/grep Word -o -i |
| | 62 | input: "WordA/wordB/WORDC/" |
| | 63 | output: "" |
| | 64 | expect: "Word/word/WORD/" |
| | 65 | FAIL |
| | 66 | Testing: ../src/grep WORD -o -i |
| | 67 | input: "WordA/wordB/WORDC/" |
| | 68 | output: "" |
| | 69 | expect: "Word/word/WORD/" |
| | 70 | FAIL |
| | 71 | Testing: ../src/grep Word --color=always -i |
| | 72 | input: "WordA/wordb/WORDC/" |
| | 73 | output: "WordA/wordb/WORDC/" |
| | 74 | expect: "WordA/wordb/WORDC/" |
| | 75 | FAIL |
| | 76 | Testing: ../src/grep WORD --color=always -i |
| | 77 | input: "WordA/wordb/WORDC/" |
| | 78 | output: "WordA/wordb/WORDC/" |
| | 79 | expect: "WordA/wordb/WORDC/" |
| | 80 | FAIL |
| | 81 | FAIL: foad1.sh |
| | 82 | SKIP: fmbtest.sh |
| | 83 | Test #11: { ../src/grep -F -n -b -m 5 -C 1 yes; echo "?$?"; sed 's!^!X!'; } |
| | 84 | output: "2-10-[B02 no ]/3:20:[C03 yes]/4:30:[D04 yes]/5:40:[E05 |
| | 85 | yes]/6-50-[F06 no ]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 |
| | 86 | yes]/10-90-[J10 no ]/?0/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 |
| | 87 | yes]/X[N14 yes]/" |
| | 88 | expect: "2-10-[B02 no ]/3:20:[C03 yes]/4:30:[D04 yes]/5:40:[E05 |
| | 89 | yes]/6-50-[F06 no ]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 |
| | 90 | yes]/?0/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 yes]/" |
| | 91 | FAIL |
| | 92 | Test #27: { ../src/grep -F -n -b -m 2 -v -C 1 yes; echo "?$?"; sed 's!^!X!'; } |
| | 93 | output: "1:0:[A01 no ]/2:10:[B02 no ]/3-20-[C03 yes]/?0/X[C03 |
| | 94 | yes]/X[D04 yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 yes]/X[I09 |
| | 95 | yes]/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 yes]/" |
| | 96 | expect: "1:0:[A01 no ]/2:10:[B02 no ]/?0/X[C03 yes]/X[D04 |
| | 97 | yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 yes]/X[I09 yes]/X[J10 no |
| | 98 | ]/X[K11 no ]/X[L12 no ]/X[M13 yes]/X[N14 yes]/" |
| | 99 | FAIL |
| | 100 | Test #28: { ../src/grep -F -n -b -m 2 -v -C 1 -o yes; echo "?$?"; |
| | 101 | sed 's!^!X!'; } |
| | 102 | output: "3-25-yes/?0/X[C03 yes]/X[D04 yes]/X[E05 yes]/X[F06 no |
| | 103 | ]/X[G07 no ]/X[H08 yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 no |
| | 104 | ]/X[M13 yes]/X[N14 yes]/" |
| | 105 | expect: "?0/X[C03 yes]/X[D04 yes]/X[E05 yes]/X[F06 no ]/X[G07 no |
| | 106 | ]/X[H08 yes]/X[I09 yes]/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 |
| | 107 | yes]/X[N14 yes]/" |
| | 108 | FAIL |
| | 109 | FAIL: yesno.sh |
| | 110 | ================================= |
| | 111 | 2 of 13 tests failed |
| | 112 | (1 tests were not run) |
| | 113 | Please report to bug-grep@gnu.org |
| | 114 | ================================= |
| | 115 | make[2]: *** [check-TESTS] Error 1 |
| | 116 | make[2]: Leaving directory `/boot/home/grep-2.5.3/tests' |
| | 117 | make[1]: *** [check-am] Error 2 |
| | 118 | make[1]: Leaving directory `/boot/home/grep-2.5.3/tests' |
| | 119 | make: *** [check-recursive] Error 1 |
| | 120 | ~/grep-2.5.3> |
| | 121 | |
| | 122 | }}} |