[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: |
Tue, 3 Oct 2017 13:30:51 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 10/02/2017 03:32 PM, Assaf Gordon wrote:
> The "--enable-regex-tests" should not be used.
OKay .. I will toss that away.
deb8_ppc64$ xz -dc ../src/sed-4.4.tar.xz | tar -x
deb8_ppc64$ mv sed-4.4 sed-4.4_linux_3.16.0-4-powerpc64.002
deb8_ppc64$ cd sed-4.4_linux_3.16.0-4-powerpc64.002
deb8_ppc64$ date -u ; dn ; tn ; pwd
Tue Oct 3 16:53:35 UTC 2017
20171003165335
1507049615
Most likely obvious that dn is 'datestamp now' and tn is 'unix time now'.
/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002
deb8_ppc64$
deb8_ppc64$ env | sort
CFLAGS=-m64 -g -Wl,-rpath=/usr/local/lib -mcpu=970 -maltivec -mfull-toc
-mregnames
COLUMNS=132
CPPFLAGS=-I/usr/local/include -D_TS_ERRNO -D_POSIX_PTHREAD_SEMANTICS
-D_LARGEFILE64_SOURCE
CXXFLAGS=-m64 -g -Wl,-rpath=/usr/local/lib -mcpu=970 -maltivec
-mfull-toc -mregnames
EDITOR=/usr/bin/vi
HISTORY=128
HISTSIZE=128
HOME=/home/dclarke
LANG=en_US.utf8
LC_ALL=en_US.utf8
LC_COLLATE=en_US.utf8
LC_CTYPE=en_US.utf8
LC_MESSAGES=en_US.utf8
LC_MONETARY=en_US.utf8
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LD_FLAGS=-L/usr/local/lib
LD_LIBRARY_PATH=/usr/local/lib
LD_OPTIONS=-R/usr/local/lib -L/usr/local/lib
LD_RUN_PATH=/usr/local/lib
LINES=43
LOGNAME=dclarke
MAIL=/var/mail/dclarke
MANPATH=/usr/local/share/man:/usr/share/man:/opt/schily/share/man
OLDPWD=/usr/local/build
PAGER=more
PATH=/usr/local/bin:/usr/local/ssl/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/schily/bin
POSIXLY_CORRECT=1
POSIX_ME_HARDER=1
PWD=/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002
RUNPATH=/usr/local/lib
SHELL=/bin/bash
SHLVL=1
SSH_CLIENT=172.16.35.9 48140 22
SSH_CONNECTION=172.16.35.9 48140 172.16.35.5 22
SSH_TTY=/dev/pts/1
TERM=xterm
TZ=GMT0
_=/usr/bin/env
VISUAL=/usr/bin/vi
XTERM_LOCALE=en_US.utf8
Let's install some ( or all ) of the locale options before going
any further. However the configure script should run 'locale -a' and
check for what is needed regardless. I think that is a 'feature' or
maybe even a 'bug' in itself.
deb8_ppc64$ su -
Password:
charon# locale -a
C
C.UTF-8
en_CA.utf8
en_US
en_US.iso88591
en_US.utf8
POSIX
charon#
Now install ALL of them. Yes .. all of them. May as well.
charon# dpkg-reconfigure locales
Generating locales (this might take a while)...
aa_DJ.UTF-8... done
aa_DJ.ISO-8859-1... done
aa_ER.UTF-8... done
address@hidden done
aa_ET.UTF-8... done
af_ZA.UTF-8... done
.
.
.
zh_TW.UTF-8... done
zh_TW.EUC-TW... done
zh_TW.BIG5... done
zu_ZA.UTF-8... done
zu_ZA.ISO-8859-1... done
Generation complete.
charon#
> Second issue:
>> FAIL: testsuite/utf8-ru.sh
> This is one test that will certainly remain even after removing the
> "regex tests".
Unless configure does a locale check and stops the process from failure.
> As a first step to understand if this is a false positive or a sed
> failure, can you tell us which locales are installed on your computer
> ("locale -a") ?
yep .. see above. Just the basics. Solved that.
> Third issue:
> Your build-from-git log shows the following build error:
>> Updating ./doc/version.texi
>> MAKEINFO doc/sed.info
>> ./doc/sed.texi:3368: unknown command `U'
>> ./doc/sed.texi:3368: misplaced {
>> ./doc/sed.texi:3368: misplaced }
> This is a failure to generate the sed documentation from the texinfo
> file. Can you tell us the version of the installed texinfo package
> ("makeinfo --version") ?
Whatever was in Debian 8.8 :
deb8_ppc64$ makeinfo --version
makeinfo (GNU texinfo) 5.2
Copyright (C) 2013 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.
deb8_ppc64$
So I may stop here and get the texinfo sources and build and test that
first and then come back and try the git repo.
However for now, right now, let's try just the release tarball :
deb8_ppc64$
deb8_ppc64$ ./configure --enable-dependency-tracking \
> --enable-threads=posix \
> --without-libpth-prefix --without-selinux \
> --with-libiconv-prefix=/usr/local --with-libintl-prefix=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking dependency style of gcc -std=gnu11... gcc3
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/param.h... yes
checking for stdio_ext.h... yes
checking for getopt.h... yes
checking for sys/time.h... yes
checking for sys/socket.h... yes
checking for langinfo.h... yes
checking for limits.h... yes
checking for xlocale.h... yes
checking for sys/mman.h... yes
checking for malloc.h... yes
checking for selinux/selinux.h... no
checking for wchar.h... yes
checking for features.h... yes
checking for wctype.h... yes
checking for dirent.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for mcheck.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking how to run the C preprocessor... gcc -std=gnu11 -E
checking for grep that handles long lines and -e... /usr/local/bin/grep
checking for egrep... /usr/local/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for fchmod... yes
checking for btowc... yes
checking for canonicalize_file_name... yes
checking for getcwd... yes
checking for readlink... yes
checking for realpath... yes
checking for strerror_r... yes
checking for symlink... yes
checking for _set_invalid_parameter_handler... no
checking for __fwriting... yes
checking for getdelim... yes
checking for getprogname... no
checking for getexecname... no
checking for gettimeofday... yes
checking for isblank... yes
checking for lstat... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbrlen... yes
checking for mprotect... yes
checking for mkostemp... yes
checking for nl_langinfo... yes
checking for iswctype... yes
checking for link... yes
checking for secure_getenv... yes
checking for getuid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getegid... yes
checking for wcrtomb... yes
checking for wctob... yes
checking for iswcntrl... yes
checking for fpurge... no
checking for __fpurge... yes
checking for __freading... yes
checking for getdtablesize... yes
checking for newlocale... yes
checking for setenv... yes
checking for strdup... yes
checking for isatty... yes
checking for isascii... yes
checking for memcpy... yes
checking for strchr... yes
checking for strtoul... yes
checking for popen... yes
checking for pathconf... yes
checking for fchown... yes
checking for setlocale... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... fr_FR
checking whether // is distinct from /... no
checking whether realpath works... yes
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking for complete errno.h... yes
checking how gcc -std=gnu11 reports undeclared, standard C functions...
error
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for working fcntl.h... yes
checking for pid_t... yes
checking for mode_t... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... yes
checking whether fchmodat is declared without a macro... yes
checking whether fstat is declared without a macro... yes
checking whether fstatat is declared without a macro... yes
checking whether futimens is declared without a macro... yes
checking whether lchmod is declared without a macro... yes
checking whether lstat is declared without a macro... yes
checking whether mkdirat is declared without a macro... yes
checking whether mkfifo is declared without a macro... yes
checking whether mkfifoat is declared without a macro... yes
checking whether mknod is declared without a macro... yes
checking whether mknodat is declared without a macro... yes
checking whether stat is declared without a macro... yes
checking whether utimensat is declared without a macro... yes
checking whether getdelim is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking for working GNU getopt_long function... yes
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether gettimeofday is declared without a macro... yes
checking whether limits.h has ULLONG_WIDTH etc.... no
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking for wchar_t... yes
checking for max_align_t... yes
checking whether NULL can be used in arbitrary expressions... yes
checking for ld used by gcc -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking for pthread.h... yes
checking for multithread API to use... posix
checking whether lstat correctly handles trailing slash... yes
checking for a sed that does not truncate output... /bin/sed
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... yes
checking for GNU libc compatible malloc... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... ja_JP
checking for a transitional chinese locale... zh_CN.GB18030
checking for a french Unicode locale... fr_FR.UTF-8
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc works on empty input... no
checking whether the C locale is free of encoding errors... no
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking whether alarm is declared... yes
checking for inline... inline
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wint_t... yes
checking whether wint_t is too small... no
checking whether stdint.h conforms to C99... yes
checking whether stdint.h predates C++11... no
checking whether stdint.h has UINTMAX_WIDTH etc.... no
checking whether strerror(0) succeeds... yes
checking whether ffsl is declared without a macro... yes
checking whether ffsll is declared without a macro... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strncat is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strerror_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking for struct timespec in <time.h>... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking if environ is properly declared... yes
checking whether stdin defaults to large file offsets... yes
checking whether fseeko is declared... yes
checking for fseeko... yes
checking whether fflush works on input streams... no
checking whether ungetc works on arbitrary bytes... yes
checking whether ftello is declared... yes
checking for ftello... yes
checking whether ftello works... yes
checking whether getcwd (NULL, 0) allocates memory for result... yes
checking for getcwd with POSIX signature... yes
checking whether getdtablesize is declared... yes
checking whether imaxabs is declared without a macro... yes
checking whether imaxdiv is declared without a macro... yes
checking whether strtoimax is declared without a macro... yes
checking whether strtoumax is declared without a macro... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for promoted mode_t type... mode_t
checking whether setenv is declared... yes
checking for search.h... yes
checking for tsearch... yes
checking whether strdup is declared... (cached) yes
checking whether unsetenv is declared... yes
checking for sys/acl.h... no
configure: WARNING: libacl development library was not found or not usable.
configure: WARNING: GNU sed will be built without ACL support.
checking for alloca as a compiler built-in... yes
checking whether to enable assertions... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking for __builtin_expect... yes
checking whether isblank is declared without a macro... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... yes
checking whether fcntl is declared without a macro... yes
checking whether openat is declared without a macro... yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking for working getdelim function... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... almost
checking whether langinfo.h defines CODESET... yes
checking whether langinfo.h defines T_FMT_AMPM... yes
checking whether langinfo.h defines ERA... yes
checking whether langinfo.h defines YESEXPR... yes
checking whether nl_langinfo is declared without a macro... yes
checking whether locale.h conforms to POSIX:2001... yes
checking whether locale.h defines locale_t... yes
checking whether struct lconv is properly defined... yes
checking whether setlocale is declared without a macro... yes
checking whether duplocale is declared without a macro... yes
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles a NULL pwc argument... (cached) yes
checking whether mbrtowc handles a NULL string argument... (cached) yes
checking whether mbrtowc has a correct return value... (cached) yes
checking whether mbrtowc returns 0 when parsing a NUL character...
(cached) yes
checking whether mbrtowc works on empty input... (cached) no
checking whether the C locale is free of encoding errors... (cached) no
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking for memrchr... yes
checking whether YESEXPR works... yes
checking for obstacks that work with any size object... no
checking whether program_invocation_name is declared... (cached) yes
checking whether program_invocation_short_name is declared... (cached) yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking for working re_compile_pattern... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking whether rmdir works... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... yes
checking for working stdalign.h... yes
checking for va_copy... yes
checking for max_align_t... (cached) yes
checking whether NULL can be used in arbitrary expressions... (cached) yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether gets is declared without a macro... no
checking whether pclose is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether tmpfile is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking whether _Exit is declared without a macro... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether initstate is declared without a macro... yes
checking whether initstate_r is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether posix_openpt is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether ptsname_r is declared without a macro... yes
checking whether qsort_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether srandom is declared without a macro... yes
checking whether srandom_r is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for working strerror function... yes
checking for strverscmp... yes
checking for nlink_t... (cached) yes
checking whether fchmodat is declared without a macro... (cached) yes
checking whether fstat is declared without a macro... (cached) yes
checking whether fstatat is declared without a macro... (cached) yes
checking whether futimens is declared without a macro... (cached) yes
checking whether lchmod is declared without a macro... (cached) yes
checking whether lstat is declared without a macro... (cached) yes
checking whether mkdirat is declared without a macro... (cached) yes
checking whether mkfifo is declared without a macro... (cached) yes
checking whether mkfifoat is declared without a macro... (cached) yes
checking whether mknod is declared without a macro... (cached) yes
checking whether mknodat is declared without a macro... (cached) yes
checking whether stat is declared without a macro... (cached) yes
checking whether utimensat is declared without a macro... (cached) yes
checking whether chdir is declared without a macro... yes
checking whether chown is declared without a macro... yes
checking whether dup is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fdatasync is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether group_member is declared without a macro... yes
checking whether isatty is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether pwrite is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sethostname is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether wmemchr is declared without a macro... yes
checking whether wmemcmp is declared without a macro... yes
checking whether wmemcpy is declared without a macro... yes
checking whether wmemmove is declared without a macro... yes
checking whether wmemset is declared without a macro... yes
checking whether wcslen is declared without a macro... yes
checking whether wcsnlen is declared without a macro... yes
checking whether wcscpy is declared without a macro... yes
checking whether wcpcpy is declared without a macro... yes
checking whether wcsncpy is declared without a macro... yes
checking whether wcpncpy is declared without a macro... yes
checking whether wcscat is declared without a macro... yes
checking whether wcsncat is declared without a macro... yes
checking whether wcscmp is declared without a macro... yes
checking whether wcsncmp is declared without a macro... yes
checking whether wcscasecmp is declared without a macro... yes
checking whether wcsncasecmp is declared without a macro... yes
checking whether wcscoll is declared without a macro... yes
checking whether wcsxfrm is declared without a macro... yes
checking whether wcsdup is declared without a macro... yes
checking whether wcschr is declared without a macro... yes
checking whether wcsrchr is declared without a macro... yes
checking whether wcscspn is declared without a macro... yes
checking whether wcsspn is declared without a macro... yes
checking whether wcspbrk is declared without a macro... yes
checking whether wcsstr is declared without a macro... yes
checking whether wcstok is declared without a macro... yes
checking whether wcswidth is declared without a macro... yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether wcrtomb return value is correct... yes
checking whether wctob works... yes
checking whether wctob is declared... (cached) yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking whether wctype is declared without a macro... yes
checking whether iswctype is declared without a macro... yes
checking whether wctrans is declared without a macro... yes
checking whether towctrans is declared without a macro... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional french locale... (cached) fr_FR
checking for a turkish Unicode locale... tr_TR.UTF-8
checking for closedir... yes
checking whether alphasort is declared without a macro... yes
checking whether closedir is declared without a macro... yes
checking whether dirfd is declared without a macro... yes
checking whether fdopendir is declared without a macro... yes
checking whether opendir is declared without a macro... yes
checking whether readdir is declared without a macro... yes
checking whether rewinddir is declared without a macro... yes
checking whether scandir is declared without a macro... yes
checking for dirfd... yes
checking whether dirfd is declared... (cached) yes
checking whether dirfd is a macro... no
checking whether dup2 works... yes
checking whether fdopen sets errno... yes
checking whether fflush works on input streams... (cached) no
checking for getxattr with XATTR_NAME_POSIX_ACL macros... yes
checking for flexible array member... yes
checking whether fpurge is declared... no
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) no
checking for _fseeki64... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) yes
checking whether getdtablesize works... yes
checking for getpagesize... yes
checking whether getpagesize is declared... (cached) yes
checking whether INT32_MAX < INTMAX_MAX... yes
checking whether INT64_MAX == LONG_MAX... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking whether link obeys POSIX... yes
checking for setlocale... (cached) yes
checking for uselocale... yes
checking for getlocalename_l... no
checking whether lseek detects pipes... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking for putenv compatible with GNU and SVID... yes
checking for mmap... (cached) yes
checking for MAP_ANONYMOUS... yes
checking for readdir... yes
checking whether setenv validates arguments... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether symlink handles trailing slash correctly... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for a traditional french locale... (cached) fr_FR
checking for a french Unicode locale... (cached) fr_FR.UTF-8
checking for a traditional japanese locale... (cached) ja_JP
checking for a transitional chinese locale... (cached) zh_CN.GB18030
checking whether "rt" can be used with fopen... yes
checking whether -lcP is needed... no
checking for an ANSI C-conforming const... yes
checking for size_t... (cached) yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking whether UTF-8 case folding tests should pass... yes
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating gnulib-tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
deb8_ppc64$
deb8_ppc64$
deb8_ppc64$ /usr/bin/time -p /usr/local/bin/gmake
GEN lib/alloca.h
GEN lib/configmake.h
GEN lib/c++defs.h
GEN lib/warn-on-use.h
GEN lib/ctype.h
GEN lib/arg-nonnull.h
GEN lib/fcntl.h
GEN lib/langinfo.h
GEN lib/limits.h
GEN lib/locale.h
GEN lib/unused-parameter.h
GEN lib/selinux/selinux.h
GEN lib/selinux/context.h
GEN lib/stdint.h
GEN lib/stdio.h
GEN lib/stdlib.h
GEN lib/string.h
GEN lib/sys/stat.h
GEN lib/sys/time.h
GEN lib/sys/types.h
GEN lib/time.h
GEN lib/unistd.h
GEN lib/wchar.h
GEN lib/wctype.h
GEN sed/version.c
GEN sed/version.h
/usr/local/bin/gmake all-recursive
gmake[1]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
Making all in po
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/po'
Making all in .
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
CC lib/copy-acl.o
CC lib/set-acl.o
CC lib/acl-errno-valid.o
CC lib/acl-internal.o
CC lib/get-permissions.o
CC lib/set-permissions.o
CC lib/c-ctype.o
CC lib/c-strcasecmp.o
CC lib/c-strncasecmp.o
CC lib/close-stream.o
CC lib/closeout.o
CC lib/dfa.o
CC lib/localeinfo.o
CC lib/dirname-lgpl.o
CC lib/basename-lgpl.o
CC lib/stripslash.o
CC lib/exitfail.o
CC lib/getprogname.o
CC lib/hard-locale.o
CC lib/localcharset.o
CC lib/glthread/lock.o
CC lib/malloca.o
CC lib/progname.o
CC lib/qcopy-acl.o
CC lib/qset-acl.o
CC lib/quotearg.o
CC lib/se-context.o
CC lib/se-selinux.o
CC lib/tempname.o
CC lib/glthread/threadlib.o
CC lib/unistd.o
CC lib/version-etc.o
CC lib/version-etc-fsf.o
CC lib/wctype-h.o
CC lib/xmalloc.o
CC lib/xalloc-die.o
CC lib/mbrlen.o
CC lib/mbrtowc.o
CC lib/obstack.o
AR lib/libsed.a
CC sed/version.o
AR sed/libver.a
CC sed/sed_sed-compile.o
CC sed/sed_sed-execute.o
CC sed/sed_sed-mbcs.o
CC sed/sed_sed-regexp.o
CC sed/sed_sed-sed.o
CC sed/sed_sed-utils.o
CCLD sed/sed
GEN lib/charset.alias
GEN lib/ref-add.sed
GEN lib/ref-del.sed
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
Making all in gnulib-tests
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
GEN c++defs.h
GEN arg-nonnull.h
GEN warn-on-use.h
GEN dirent.h
GEN inttypes.h
GEN unused-parameter.h
/usr/local/bin/gmake all-recursive
gmake[3]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
Making all in .
gmake[4]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[3]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[1]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
real 6.86
user 5.52
sys 1.29
deb8_ppc64$
Brace yourself !
deb8_ppc64$ /usr/bin/time -p /usr/local/bin/gmake check
GEN public-submodule-commit
/usr/local/bin/gmake check-recursive
gmake[1]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
Making check in po
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/po'
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/po'
Making check in .
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
/usr/local/bin/gmake testsuite/get-mb-cur-max testsuite/test-mbrtowc
gmake[3]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
CC testsuite/get-mb-cur-max.o
CCLD testsuite/get-mb-cur-max
CC testsuite/test-mbrtowc.o
CCLD testsuite/test-mbrtowc
gmake[3]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
/usr/local/bin/gmake check-TESTS
gmake[3]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
gmake[4]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
SKIP: testsuite/get-mb-cur-max
SKIP: testsuite/test-mbrtowc
PASS: testsuite/appquit
PASS: testsuite/enable
PASS: testsuite/sep
PASS: testsuite/inclib
PASS: testsuite/8bit
PASS: testsuite/newjis
PASS: testsuite/xabcx
PASS: testsuite/dollar
PASS: testsuite/noeol
PASS: testsuite/noeolw
PASS: testsuite/modulo
PASS: testsuite/numsub
PASS: testsuite/numsub2
PASS: testsuite/numsub3
PASS: testsuite/numsub4
PASS: testsuite/numsub5
PASS: testsuite/0range
PASS: testsuite/bkslashes
PASS: testsuite/head
PASS: testsuite/madding
PASS: testsuite/mac-mf
PASS: testsuite/empty
PASS: testsuite/xbxcx
PASS: testsuite/xbxcx3
PASS: testsuite/recall
PASS: testsuite/recall2
PASS: testsuite/xemacs
PASS: testsuite/fasts
PASS: testsuite/uniq
PASS: testsuite/manis
PASS: testsuite/khadafy
PASS: testsuite/linecnt
PASS: testsuite/eval
PASS: testsuite/distrib
PASS: testsuite/8to7
PASS: testsuite/y-bracket
PASS: testsuite/y-newline
PASS: testsuite/y-zero
PASS: testsuite/allsub
PASS: testsuite/cv-vars
PASS: testsuite/classes
PASS: testsuite/middle
PASS: testsuite/bsd
PASS: testsuite/stdin
PASS: testsuite/flipcase
PASS: testsuite/insens
PASS: testsuite/subwrite
PASS: testsuite/writeout
PASS: testsuite/readin
PASS: testsuite/insert
PASS: testsuite/utf8-1
PASS: testsuite/utf8-2
PASS: testsuite/utf8-3
PASS: testsuite/utf8-4
PASS: testsuite/badenc
PASS: testsuite/inplace-hold
PASS: testsuite/brackets
PASS: testsuite/amp-escape
PASS: testsuite/help
PASS: testsuite/file
PASS: testsuite/quiet
PASS: testsuite/factor
PASS: testsuite/binary3
PASS: testsuite/binary2
PASS: testsuite/binary
PASS: testsuite/dc
PASS: testsuite/newline-anchor
PASS: testsuite/zero-anchor
PASS: testsuite/cmd-l.sh
PASS: testsuite/cmd-R.sh
PASS: testsuite/colon-with-no-label.sh
PASS: testsuite/comment-n.sh
PASS: testsuite/compile-errors.sh
PASS: testsuite/compile-tests.sh
PASS: testsuite/convert-number.sh
PASS: testsuite/execute-tests.sh
PASS: testsuite/help-version.sh
PASS: testsuite/in-place-hyphen.sh
PASS: testsuite/in-place-suffix-backup.sh
invalid-mb-seq-UMR.sh: skipped test: requires a working valgrind
SKIP: testsuite/invalid-mb-seq-UMR.sh
PASS: testsuite/mb-bad-delim.sh
mb-charclass-non-utf8.sh: skipped test: ja_JP shift-jis locale not found
SKIP: testsuite/mb-charclass-non-utf8.sh
PASS: testsuite/mb-match-slash.sh
PASS: testsuite/mb-y-translate.sh
newline-dfa-bug.sh: skipped test: requires a working valgrind
SKIP: testsuite/newline-dfa-bug.sh
PASS: testsuite/normalize-text.sh
PASS: testsuite/nulldata.sh
PASS: testsuite/panic-tests.sh
PASS: testsuite/posix-char-class.sh
PASS: testsuite/posix-mode-addr.sh
PASS: testsuite/posix-mode-bad-ref.sh
PASS: testsuite/posix-mode-s.sh
PASS: testsuite/posix-mode-N.sh
PASS: testsuite/range-overlap.sh
PASS: testsuite/recursive-escape-c.sh
PASS: testsuite/regex-errors.sh
PASS: testsuite/sandbox.sh
PASS: testsuite/stdin-prog.sh
PASS: testsuite/subst-options.sh
PASS: testsuite/subst-mb-incomplete.sh
PASS: testsuite/subst-replacement.sh
PASS: testsuite/temp-file-cleanup.sh
PASS: testsuite/title-case.sh
PASS: testsuite/unbuffered.sh
PASS: testsuite/follow-symlinks.sh
PASS: testsuite/follow-symlinks-stdin.sh
============================================================================
Testsuite summary for GNU sed 4.4
============================================================================
# TOTAL: 108
# PASS: 103
# SKIP: 5
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
gmake[4]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
gmake[3]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
Making check in gnulib-tests
gmake[2]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
/usr/local/bin/gmake check-recursive
gmake[3]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
Making check in .
gmake[4]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
/usr/local/bin/gmake libtests.a test-set-mode-acl test-copy-acl
test-sameacls test-alignof test-alloca-opt test-binary-io test-btowc
test-c-ctype test-c-strcasecmp test-c-strncasecmp test-canonicalize-lgpl
test-chdir test-close test-ctype dfa-match-aux test-dirent test-dup2
test-environ test-errno test-fcntl-h test-fdopen test-fflush
test-fflush2 test-fgetc test-file-has-acl test-fpending test-fpurge
test-fputc test-fread test-freading test-fseek test-fseeko test-fseeko3
test-fseeko4 test-fstat test-ftell test-ftell3 test-ftello test-ftello3
test-ftello4 test-fwrite test-fwriting test-getcwd-lgpl test-getdelim
test-getdtablesize test-getopt-gnu test-getopt-posix test-getprogname
test-gettimeofday test-ignore-value test-intprops test-inttypes
test-isblank test-langinfo test-limits-h test-link test-locale
test-localeconv test-localename test-lseek test-lstat test-malloca
test-mbrtowc test-mbrtowc-w32 test-mbsinit test-memchr test-memrchr
test-nl_langinfo test-open test-pathmax test-quotearg-simple
test-read-file test-readlink test-regex test-rename test-rmdir
test-setenv test-setlocale1 test-setlocale2 test-stat test-stdalign
test-stdbool test-stddef test-stdint test-stdio test-stdlib
test-strerror test-string test-strverscmp test-symlink test-sys_stat
test-sys_time test-sys_types test-time test-unistd test-unsetenv
test-verify test-version-etc test-wchar test-wcrtomb test-wcrtomb-w32
test-wctype-h test-xalloc-die
gmake[5]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
CC binary-io.o
CC fd-hook.o
CC file-has-acl.o
CC freading.o
CC localename.o
CC read-file.o
CC fflush.o
CC fpurge.o
CC fseek.o
CC fseeko.o
AR libtests.a
CC test-set-mode-acl.o
CCLD test-set-mode-acl
CC test-copy-acl.o
CCLD test-copy-acl
CC test-sameacls.o
CCLD test-sameacls
CC test-alignof.o
CCLD test-alignof
CC test-alloca-opt.o
CCLD test-alloca-opt
CC test-binary-io.o
CCLD test-binary-io
CC test-btowc.o
CCLD test-btowc
CC test-c-ctype.o
CCLD test-c-ctype
CC test-c-strcasecmp.o
CCLD test-c-strcasecmp
CC test-c-strncasecmp.o
CCLD test-c-strncasecmp
CC test-canonicalize-lgpl.o
CCLD test-canonicalize-lgpl
CC test-chdir.o
CCLD test-chdir
CC test-close.o
CCLD test-close
CC test-ctype.o
CCLD test-ctype
CC dfa-match-aux.o
CCLD dfa-match-aux
CC test-dirent.o
CCLD test-dirent
CC test-dup2.o
CCLD test-dup2
CC test-environ.o
CCLD test-environ
CC test-errno.o
CCLD test-errno
CC test-fcntl-h.o
CCLD test-fcntl-h
CC test-fdopen.o
CCLD test-fdopen
CC test-fflush.o
CCLD test-fflush
CC test-fflush2.o
CCLD test-fflush2
CC test-fgetc.o
CCLD test-fgetc
CC test-file-has-acl.o
CCLD test-file-has-acl
CC test-fpending.o
CCLD test-fpending
CC test-fpurge.o
CCLD test-fpurge
CC test-fputc.o
CCLD test-fputc
CC test-fread.o
CCLD test-fread
CC test-freading.o
CCLD test-freading
CC test-fseek.o
CCLD test-fseek
CC test-fseeko.o
CCLD test-fseeko
CC test-fseeko3.o
CCLD test-fseeko3
CC test-fseeko4.o
CCLD test-fseeko4
CC test-fstat.o
CCLD test-fstat
CC test-ftell.o
CCLD test-ftell
CC test-ftell3.o
CCLD test-ftell3
CC test-ftello.o
CCLD test-ftello
CC test-ftello3.o
CCLD test-ftello3
CC test-ftello4.o
CCLD test-ftello4
CC test-fwrite.o
CCLD test-fwrite
CC test-fwriting.o
CCLD test-fwriting
CC test-getcwd-lgpl.o
CCLD test-getcwd-lgpl
CC test-getdelim.o
CCLD test-getdelim
CC test-getdtablesize.o
CCLD test-getdtablesize
CC test-getopt-gnu.o
CCLD test-getopt-gnu
CC test-getopt-posix.o
CCLD test-getopt-posix
CC test-getprogname.o
CCLD test-getprogname
CC test-gettimeofday.o
CCLD test-gettimeofday
CC test-ignore-value.o
CCLD test-ignore-value
CC test-intprops.o
CCLD test-intprops
CC test-inttypes.o
CCLD test-inttypes
CC test-isblank.o
CCLD test-isblank
CC test-langinfo.o
CCLD test-langinfo
CC test-limits-h.o
CCLD test-limits-h
CC test-link.o
CCLD test-link
CC test-locale.o
CCLD test-locale
CC test-localeconv.o
CCLD test-localeconv
CC test-localename.o
CCLD test-localename
CC test-lseek.o
CCLD test-lseek
CC test-lstat.o
CCLD test-lstat
CC test-malloca.o
CCLD test-malloca
CC test-mbrtowc.o
CCLD test-mbrtowc
CC test-mbrtowc-w32.o
CCLD test-mbrtowc-w32
CC test-mbsinit.o
CCLD test-mbsinit
CC test-memchr.o
CCLD test-memchr
CC test-memrchr.o
CCLD test-memrchr
CC test-nl_langinfo.o
CCLD test-nl_langinfo
CC test-open.o
CCLD test-open
CC test-pathmax.o
CCLD test-pathmax
CC test-quotearg-simple.o
CCLD test-quotearg-simple
CC test-read-file.o
CCLD test-read-file
CC test-readlink.o
CCLD test-readlink
CC test-regex.o
CCLD test-regex
CC test-rename.o
CCLD test-rename
CC test-rmdir.o
CCLD test-rmdir
CC test-setenv.o
CCLD test-setenv
CC test-setlocale1.o
CCLD test-setlocale1
CC test-setlocale2.o
CCLD test-setlocale2
CC test-stat.o
CCLD test-stat
CC test-stdalign.o
CCLD test-stdalign
CC test-stdbool.o
CCLD test-stdbool
CC test-stddef.o
CCLD test-stddef
CC test-stdint.o
CCLD test-stdint
CC test-stdio.o
CCLD test-stdio
CC test-stdlib.o
CCLD test-stdlib
CC test-strerror.o
CCLD test-strerror
CC test-string.o
CCLD test-string
CC test-strverscmp.o
CCLD test-strverscmp
CC test-symlink.o
CCLD test-symlink
CC test-sys_stat.o
CCLD test-sys_stat
CC test-sys_time.o
CCLD test-sys_time
CC test-sys_types.o
CCLD test-sys_types
CC test-time.o
CCLD test-time
CC test-unistd.o
CCLD test-unistd
CC test-unsetenv.o
CCLD test-unsetenv
CC test-verify.o
CCLD test-verify
CC test-version-etc.o
CCLD test-version-etc
CC test-wchar.o
CCLD test-wchar
CC test-wcrtomb.o
CCLD test-wcrtomb
CC test-wcrtomb-w32.o
CCLD test-wcrtomb-w32
CC test-wctype-h.o
CCLD test-wctype-h
CC test-xalloc-die.o
CCLD test-xalloc-die
gmake[5]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
/usr/local/bin/gmake check-TESTS
gmake[5]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[6]: Entering directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
SKIP: test-set-mode-acl.sh
SKIP: test-set-mode-acl-1.sh
SKIP: test-set-mode-acl-2.sh
SKIP: test-copy-acl.sh
SKIP: test-copy-acl-1.sh
SKIP: test-copy-acl-2.sh
PASS: test-alignof
PASS: test-alloca-opt
PASS: test-binary-io.sh
PASS: test-btowc1.sh
PASS: test-btowc2.sh
PASS: test-c-ctype
PASS: test-c-strcase.sh
PASS: test-canonicalize-lgpl
PASS: test-chdir
PASS: test-close
PASS: test-ctype
PASS: dfa-invalid-char-class.sh
PASS: dfa-match.sh
PASS: test-dirent
PASS: test-dup2
PASS: test-environ
PASS: test-errno
PASS: test-fcntl-h
PASS: test-fdopen
PASS: test-fflush
PASS: test-fflush2.sh
PASS: test-fgetc
SKIP: test-file-has-acl.sh
SKIP: test-file-has-acl-1.sh
SKIP: test-file-has-acl-2.sh
PASS: test-fpending.sh
PASS: test-fpurge
PASS: test-fputc
PASS: test-fread
PASS: test-freading
PASS: test-fseek.sh
PASS: test-fseek2.sh
PASS: test-fseeko.sh
PASS: test-fseeko2.sh
PASS: test-fseeko3.sh
PASS: test-fseeko4.sh
PASS: test-fstat
PASS: test-ftell.sh
PASS: test-ftell2.sh
PASS: test-ftell3
PASS: test-ftello.sh
PASS: test-ftello2.sh
PASS: test-ftello3
PASS: test-ftello4.sh
PASS: test-fwrite
PASS: test-fwriting
PASS: test-getcwd-lgpl
PASS: test-getdelim
PASS: test-getdtablesize
PASS: test-getopt-gnu
PASS: test-getopt-posix
PASS: test-getprogname
PASS: test-gettimeofday
PASS: test-ignore-value
PASS: test-intprops
PASS: test-inttypes
PASS: test-isblank
PASS: test-langinfo
PASS: test-limits-h
PASS: test-link
PASS: test-locale
PASS: test-localeconv
PASS: test-localename
PASS: test-lseek.sh
PASS: test-lstat
PASS: test-malloca
PASS: test-mbrtowc1.sh
PASS: test-mbrtowc2.sh
PASS: test-mbrtowc3.sh
PASS: test-mbrtowc4.sh
PASS: test-mbrtowc5.sh
SKIP: test-mbrtowc-w32-1.sh
SKIP: test-mbrtowc-w32-2.sh
SKIP: test-mbrtowc-w32-3.sh
SKIP: test-mbrtowc-w32-4.sh
SKIP: test-mbrtowc-w32-5.sh
PASS: test-mbsinit.sh
PASS: test-memchr
PASS: test-memrchr
PASS: test-nl_langinfo.sh
PASS: test-open
PASS: test-pathmax
PASS: test-quotearg-simple
PASS: test-read-file
PASS: test-readlink
PASS: test-regex
PASS: test-rename
PASS: test-rmdir
PASS: test-setenv
PASS: test-setlocale1.sh
PASS: test-setlocale2.sh
PASS: test-stat
PASS: test-stdalign
PASS: test-stdbool
PASS: test-stddef
PASS: test-stdint
PASS: test-stdio
PASS: test-stdlib
PASS: test-strerror
PASS: test-string
PASS: test-strverscmp
PASS: test-symlink
PASS: test-sys_stat
PASS: test-sys_time
PASS: test-sys_types
PASS: test-init.sh
PASS: test-time
PASS: test-unistd
PASS: test-unsetenv
PASS: test-update-copyright.sh
PASS: test-vc-list-files-git.sh
SKIP: test-vc-list-files-cvs.sh
PASS: test-verify
PASS: test-verify.sh
PASS: test-version-etc.sh
PASS: test-wchar
PASS: test-wcrtomb.sh
SKIP: test-wcrtomb-w32-1.sh
SKIP: test-wcrtomb-w32-2.sh
SKIP: test-wcrtomb-w32-3.sh
SKIP: test-wcrtomb-w32-4.sh
SKIP: test-wcrtomb-w32-5.sh
PASS: test-wctype-h
PASS: test-xalloc-die.sh
============================================================================
Testsuite summary for GNU sed 4.4
============================================================================
# TOTAL: 130
# PASS: 110
# SKIP: 20
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
gmake[6]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[5]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[4]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[3]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[2]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002/gnulib-tests'
gmake[1]: Leaving directory
`/usr/local/build/sed-4.4_linux_3.16.0-4-powerpc64.002'
real 44.41
user 32.49
sys 11.53
deb8_ppc64$
Well now isn't that fascinating?
Has this all entirely been an issue with 'locale -a' not ever being
checked ? Also the "--enable-regex-tests" should be removed.
Dennis Clarke
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Dennis Clarke, 2017/10/02
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Assaf Gordon, 2017/10/02
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Dennis Clarke, 2017/10/02
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Assaf Gordon, 2017/10/06
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Dennis Clarke, 2017/10/07
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Assaf Gordon, 2017/10/12
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Dennis Clarke, 2017/10/12
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Jim Meyering, 2017/10/13
- bug#28665: Testsuite summary for GNU sed 4.4 on Debian 8.8 PowerPC fails in 19 cases, Assaf Gordon, 2017/10/28