bug-gnu-utils
[Top][All Lists]
Advanced

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

grep 2.5


From: Harold Pritchett
Subject: grep 2.5
Date: Sat, 10 Aug 2002 12:45:13 -0400

Built grep 2.5 on AIX using gcc 

% gcc -v
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/specs
gcc version 2.95.2 19991024 (release)
% 

When I did a "make check" the first time, all tests failed.  I then
went to the directory grep-2.5/tests and issued the command

chmod +x *.sh

and did another "make check".  This time, all tests but one passed.

The output from make check is as follows:

% make check
Making check in intl
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/intl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/intl'
Making check in po
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/po'
PATH=../src:$PATH : --default-domain=grep --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in \
&& test ! -f grep.po \
   || ( rm -f ./grep.pot \
        && mv grep.po ./grep.pot )
file=./`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file cs.po
file=./`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file de.po
file=./`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file el.po
file=./`echo eo | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file eo.po
file=./`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file es.po
file=./`echo et | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file et.po
file=./`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file fr.po
file=./`echo gl | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file gl.po
file=./`echo hr | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file hr.po
file=./`echo id | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file id.po
file=./`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file it.po
file=./`echo ja | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file ja.po
file=./`echo ko | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file ko.po
file=./`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file nl.po
file=./`echo no | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file no.po
file=./`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file pl.po
file=./`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file pt_BR.po
file=./`echo ru | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file ru.po
file=./`echo sl | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file sl.po
file=./`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && PATH=../src:$PATH : -o $file sv.po
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/po'
Making check in lib
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib'
Making check in posix
make[2]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib/posix'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib/posix'
make[2]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib'
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/lib'
Making check in doc
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/doc'
Making check in src
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/src'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/src'
Making check in tests
make[1]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/tests'
make  check-TESTS
make[2]: Entering directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/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'.
Make sure you have the word grep in the subject.
Thank You.

PASS: warning.sh
PASS: khadafy.sh
PASS: spencer1.sh
Spencer bre test #16 failed
FAIL: bre.sh
PASS: ere.sh
PASS: status.sh
PASS: empty.sh
PASS: options.sh
PASS: backref.sh
PASS: file.sh
====================
1 of 10 tests failed
====================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/.../arches.uga.edu/fs/grp001/3/harold/grep/grep-2.5/tests'
make: *** [check-recursive] Error 1
 
-- 
Harold Pritchett
address@hidden                                +1.706.546-0692
pgp public key: http://www.arches.uga.edu/~harold/pgpkey.html 

"They that can give up essential liberty to obtain a little 
temporary safety deserve neither liberty nor safety." 
   Benjamin Franklin, Historical Review of Pennsylvania, 1759.




reply via email to

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