HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of sys-apps/grep/2.5.3/1


Ignore:
Timestamp:
12/22/08 16:43:30 (7 years ago)
Author:
scottmc
Comment:

initial build of 2.5.3

Legend:

Unmodified
Added
Removed
Modified
  • sys-apps/grep/2.5.3/1

    v1 v2  
    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 
     13Making check in intl 
     14make[1]: Entering directory `/boot/home/grep-2.5.3/intl' 
     15make[1]: Nothing to be done for `check'. 
     16make[1]: Leaving directory `/boot/home/grep-2.5.3/intl' 
     17Making check in po 
     18make[1]: Entering directory `/boot/home/grep-2.5.3/po' 
     19make[1]: Leaving directory `/boot/home/grep-2.5.3/po' 
     20Making check in lib 
     21make[1]: Entering directory `/boot/home/grep-2.5.3/lib' 
     22Making check in posix 
     23make[2]: Entering directory `/boot/home/grep-2.5.3/lib/posix' 
     24make[2]: Nothing to be done for `check'. 
     25make[2]: Leaving directory `/boot/home/grep-2.5.3/lib/posix' 
     26make[2]: Entering directory `/boot/home/grep-2.5.3/lib' 
     27make[2]: Nothing to be done for `check-am'. 
     28make[2]: Leaving directory `/boot/home/grep-2.5.3/lib' 
     29make[1]: Leaving directory `/boot/home/grep-2.5.3/lib' 
     30Making check in doc 
     31make[1]: Entering directory `/boot/home/grep-2.5.3/doc' 
     32make[1]: Nothing to be done for `check'. 
     33make[1]: Leaving directory `/boot/home/grep-2.5.3/doc' 
     34Making check in src 
     35make[1]: Entering directory `/boot/home/grep-2.5.3/src' 
     36make[1]: Nothing to be done for `check'. 
     37make[1]: Leaving directory `/boot/home/grep-2.5.3/src' 
     38Making check in tests 
     39make[1]: Entering directory `/boot/home/grep-2.5.3/tests' 
     40make  check-TESTS 
     41make[2]: Entering directory `/boot/home/grep-2.5.3/tests' 
     42 
     43Please, do not be alarmed if some of the tests failed. 
     44Report them to <bug-grep@gnu.org>, 
     45with the line number, the name of the file, 
     46and grep version number 'grep --version'. 
     47Thank You. 
     48 
     49PASS: warning.sh 
     50PASS: khadafy.sh 
     51PASS: spencer1.sh 
     52PASS: bre.sh 
     53PASS: ere.sh 
     54PASS: pcre.sh 
     55PASS: status.sh 
     56PASS: empty.sh 
     57PASS: options.sh 
     58PASS: backref.sh 
     59/dev/null: could not copy attributes 
     60PASS: file.sh 
     61Testing:  ../src/grep Word -o -i 
     62 input:  "WordA/wordB/WORDC/" 
     63 output: "" 
     64 expect: "Word/word/WORD/" 
     65FAIL 
     66Testing:  ../src/grep WORD -o -i 
     67 input:  "WordA/wordB/WORDC/" 
     68 output: "" 
     69 expect: "Word/word/WORD/" 
     70FAIL 
     71Testing:  ../src/grep Word --color=always -i 
     72 input:  "WordA/wordb/WORDC/" 
     73 output: "WordA/wordb/WORDC/" 
     74 expect: "WordA/wordb/WORDC/" 
     75FAIL 
     76Testing:  ../src/grep WORD --color=always -i 
     77 input:  "WordA/wordb/WORDC/" 
     78 output: "WordA/wordb/WORDC/" 
     79 expect: "WordA/wordb/WORDC/" 
     80FAIL 
     81FAIL: foad1.sh 
     82SKIP: 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 
     85yes]/6-50-[F06 no ]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 
     86yes]/10-90-[J10 no ]/?0/X[J10 no ]/X[K11 no ]/X[L12 no ]/X[M13 
     87yes]/X[N14 yes]/" 
     88 expect:  "2-10-[B02 no ]/3:20:[C03 yes]/4:30:[D04 yes]/5:40:[E05 
     89yes]/6-50-[F06 no ]/7-60-[G07 no ]/8:70:[H08 yes]/9:80:[I09 
     90yes]/?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 
     94yes]/X[D04 yes]/X[E05 yes]/X[F06 no ]/X[G07 no ]/X[H08 yes]/X[I09 
     95yes]/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 
     97yes]/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 "?$?"; 
     101sed '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 
     107yes]/X[N14 yes]/" 
     108   FAIL 
     109FAIL: yesno.sh 
     110================================= 
     1112 of 13 tests failed 
     112(1 tests were not run) 
     113Please report to bug-grep@gnu.org 
     114================================= 
     115make[2]: *** [check-TESTS] Error 1 
     116make[2]: Leaving directory `/boot/home/grep-2.5.3/tests' 
     117make[1]: *** [check-am] Error 2 
     118make[1]: Leaving directory `/boot/home/grep-2.5.3/tests' 
     119make: *** [check-recursive] Error 1 
     120~/grep-2.5.3> 
     121 
     122}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/