Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255455 - sys-apps/grep-2.5.3-r01.1 test failures on OS 10.5.6
Summary: sys-apps/grep-2.5.3-r01.1 test failures on OS 10.5.6
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL: http://savannah.gnu.org/bugs/?24703
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-19 01:35 UTC by Stuart Shelton
Modified: 2009-03-02 20:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2009-01-19 01:35:35 UTC
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 Word -o -i
  input:  "WordA/wordB/WORDC/"
  output: ""
  expect: "Word/word/WORD/"
FAIL
Testing:  ../src/grep WORD -o -i
  input:  "WordA/wordB/WORDC/"
  output: ""
  expect: "Word/word/WORD/"
FAIL
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 ^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 -i
  input:  "WordA/wordb/WORDC/"
  output: "-n WordA/wordb/WORDC/"
  expect: "WordA/wordb/WORDC/"
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 bug-grep@gnu.org
=================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/opt/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r01.1/work/grep-2.5.3/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/opt/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r01.1/work/grep-2.5.3/tests'
make: *** [check-recursive] Error 1
 * ERROR: sys-apps/grep-2.5.3-r01.1 failed:
 *   Make check failed. See above for details.
 * 
 * Call stack:
 *               ebuild.sh:  49: <call src_test>
 *             environment:2466: <call _eapi0_src_test>
 *               ebuild.sh: 616: 			hasq test $FEATURES && die "Make check failed. See above for details."
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.

>>> Failed to emerge sys-apps/grep-2.5.3-r01.1, Log file:

>>>  '/opt/gentoo/var/tmp/portage/sys-apps/grep-2.5.3-r01.1/temp/build.log'

 * Messages for package sys-apps/grep-2.5.3-r01.1:

 * ERROR: sys-apps/grep-2.5.3-r01.1 failed:
 *   Make check failed. See above for details.
 * 
 * Call stack:
 *               ebuild.sh:  49: <call src_test>
 *             environment:2466: <call _eapi0_src_test>
 *               ebuild.sh: 616: 			hasq test $FEATURES && die "Make check failed. See above for details."
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Stuart Shelton 2009-01-19 01:35:56 UTC
$ emerge --info
Portage 2.2.00.12528-prefix (prefix/darwin/macos/10.5/x86, gcc-4.2.1, unavailable, 9.6.0 i386)
=================================================================
System uname: Darwin-9.6.0-i386-32bit
Timestamp of tree: Mon, 19 Jan 2009 00:01:35 +0000
distcc 2.18.5-Apple.1 i386-apple-darwin9.0 (protocols 1 and 2) (default port 3632) [disabled]
app-shells/bash:     3.2_p48
dev-java/java-config: 1.3.7-r1, 2.1.6-r1
dev-lang/python:     2.5.2-r8
dev-python/pycrypto: 2.0.1-r6
sys-devel/autoconf:  2.63
sys-devel/automake:  1.7.9-r1, 1.9.6-r2, 1.10.2-r00.1
sys-devel/gcc-config: 1.4.0-r04.6
sys-devel/libtool:   1.5.26
ACCEPT_KEYWORDS="x86-macos ~x86-macos"
CBUILD="i686-apple-darwin9"
CFLAGS="-O2 -fno-math-errno -march=prescott -mtune=generic -mmmx -msse -msse2 -msse3 -mfpmath=sse -pipe"
CHOST="i686-apple-darwin9"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -fno-math-errno -march=prescott -mtune=generic -mmmx -msse -msse2 -msse3 -mfpmath=sse -pipe"
DISTDIR="/opt/gentoo/usr/portage/distfiles"
EPREFIX="/opt/gentoo"
FEATURES="collision-protect distlocks fixpackages nostrip parallel-fetch preserve-libs protect-owned sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS=""
LINGUAS="en en_GB"
PKGDIR="/opt/gentoo/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/opt/gentoo/var/tmp"
PORTDIR="/opt/gentoo/usr/portage"
SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
USE="X acl aqua ares bash-completion berkdb bzip2 cairo chroot coreaudio cracklib expat flac fontconfig gdbm gmp gtk hpn iconv idea ipv6 ithreads java jpeg jpeg2k lzma md5sum midi mmap mmx mmxext ncurses nls objc objc++ ogg openmp pcre perl png prefix python readline sasl slang speex spell sqlite3 sse ssl svg tcl test threads tiff trace truetype unicode urandom utils vim-syntax x86-macos xinerama xpm zlib" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="Darwin" INPUT_DEVICES="keyboard mouse" KERNEL="Darwin" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en en_GB" USERLAND="GNU"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY