bug-sed
[Top][All Lists]
Advanced

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

bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails


From: Dennis Clarke
Subject: bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases
Date: Sun, 1 Oct 2017 19:06:01 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0


Dear SED types :


This was a real surprise ....

FAIL: testsuite/bug-regex7
FAIL: testsuite/bug-regex8
FAIL: testsuite/bug-regex9
FAIL: testsuite/bug-regex10
FAIL: testsuite/bug-regex11
FAIL: testsuite/bug-regex12
FAIL: testsuite/bug-regex13
FAIL: testsuite/bug-regex14
FAIL: testsuite/bug-regex15
FAIL: testsuite/bug-regex16
FAIL: testsuite/bug-regex21
FAIL: testsuite/bug-regex27
FAIL: testsuite/bug-regex28
FAIL: testsuite/tst-pcre
FAIL: testsuite/tst-boost
FAIL: testsuite/runtests
FAIL: testsuite/runptests
FAIL: testsuite/tst-rxspencer
FAIL: testsuite/tst-regex2

plus others.

In almost every case the test log claims the test binary can not be found!

deb8_ppc64$ cat ./testsuite/bug-regex7.log
make[5]: Entering directory '/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.001'
echo "LC_ALL=C  ./bug-regex7 > `echo bug-regex7 | ./sed/sed s/$/.log/`"
LC_ALL=C  ./bug-regex7 > bug-regex7.log
/bin/sh: 1: ./bug-regex7: not found
/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.001/testsuite/Makefile.tests:191: recipe for target 'bug-regex7' failed
make[5]: *** [bug-regex7] Error 127
make[5]: Leaving directory '/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.001'
FAIL testsuite/bug-regex7 (exit status: 2)
deb8_ppc64$


However it does exist just fine :


deb8_ppc64$ find . | grep "bug\-regex7" | xargs ls -lad
-rw-r--r-- 1 dclarke devl     0 Oct  1 22:55 ./bug-regex7.log
-rwxr-xr-x 1 dclarke devl 12312 Oct  1 22:41 ./testsuite/bug-regex7
-rw-r--r-- 1 dclarke devl  2467 Jan  1  2017 ./testsuite/bug-regex7.c
-rw-r--r-- 1 dclarke devl   516 Oct  1 22:55 ./testsuite/bug-regex7.log
-rw-r--r-- 1 dclarke devl  7576 Oct  1 22:41 ./testsuite/bug-regex7.o
-rw-r--r-- 1 dclarke devl    84 Oct  1 22:55 ./testsuite/bug-regex7.trs
-rw-r--r-- 1 dclarke devl  2453 Oct  1 22:41 ./testsuite/.deps/bug-regex7.Po
deb8_ppc64$


The actual sed binary seems to exist just fine but it can not pass its own testsuite :




deb8_ppc64$ file sed/sed
sed/sed: ELF 64-bit MSB executable, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.1, for GNU/Linux 2.6.32, BuildID[sha1]=afc2bdc20706a086e9b18f542b52efd9249c187c, not stripped
deb8_ppc64$ ldd sed/sed
        linux-vdso64.so.1 (0x00003fffa1e70000)
        libc.so.6 => /lib64/libc.so.6 (0x00003fffa1c90000)
        /lib64/ld64.so.1 (0x000000003cc90000)
deb8_ppc64$
deb8_ppc64$ sed/sed --version
sed/sed (GNU sed) 4.4
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Jay Fenlason, Tom Lord, Ken Pizzini,
and Paolo Bonzini.
GNU sed home page: <http://www.gnu.org/software/sed/>.
General help using GNU software: <http://www.gnu.org/gethelp/>.
E-mail bug reports to: <address@hidden>.
deb8_ppc64$


Dennis Clarke

ps: See ./test-suite.log attached and xz compressed

Attachment: sed-4.4_linux_3.16.0-4-powerpc64_test-suite.log.xz
Description: application/xz


reply via email to

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