Hello.

(Host system: "Linux HP-Arch 4.20.13-arch1-1-ARCH #1 SMP PREEMPT Wed
Feb 27 19:10:28 UTC 2019 x86_64 GNU/Linux")

(Complete log is in attached file.)

I get the following when running "make check". Is it critical or OK to ignore?

Regards,
Darren Wu

-------------------------------------------------------------------------------------
[...]

    === ps tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description
file for target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./ps.test/ps_output.exp ...
FAIL: ps with output flag %cpu,pcpu,%mem,pmem
FAIL: ps with output flag blocked,sig_block,sigmask,caught,sigcatch,sig_catch
Running ./ps.test/ps_personality.exp ...
Running ./ps.test/ps_sched_batch.exp ...

    === ps Summary ===

# of expected passes    8
# of unexpected failures  2
WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:01:36 2019
Native configuration is x86_64-pc-linux-gnu

[...]

make[3]: *** [Makefile:518: check-DEJAGNU] Error 1
make[3]: Leaving directory '/sources/procps-ng-3.3.15/testsuite'
make[2]: *** [Makefile:590: check-am] Error 2
make[2]: Leaving directory '/sources/procps-ng-3.3.15/testsuite'
make[1]: *** [Makefile:1837: check-recursive] Error 1
make[1]: Leaving directory '/sources/procps-ng-3.3.15'
make: *** [Makefile:2293: check] Error 2
-------------------------------------------------------------------------------------
[root@HP-Arch ~]# mount -v --bind /dev $LFS/dev
mount: /dev bound on /mnt/lfs/dev.
[root@HP-Arch ~]# mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620
mount: devpts mounted on /mnt/lfs/dev/pts.
[root@HP-Arch ~]# mount -vt proc proc $LFS/proc
mount: proc mounted on /mnt/lfs/proc.
[root@HP-Arch ~]# mount -vt sysfs sysfs $LFS/sys
mount: sysfs mounted on /mnt/lfs/sys.
[root@HP-Arch ~]# mount -vt tmpfs tmpfs $LFS/run
mount: tmpfs mounted on /mnt/lfs/run.
[root@HP-Arch ~]# chroot "$LFS" /tools/bin/env -i \
>     MAKEFLAGS='-j4'             \
>     HOME=/root                  \
>     TERM="$TERM"                \
>     PS1='(lfs chroot) \u:\w\$ ' \
>     PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
>     /bin/bash --login +h
(lfs chroot) root:/# cd sources
(lfs chroot) root:/sources# tar xf procps-ng-3.3.15.tar.xz 
(lfs chroot) root:/sources# cd procps-ng-3.3.15
(lfs chroot) root:/sources/procps-ng-3.3.15# ./configure --prefix=/usr          
                  \
>             --exec-prefix=                           \
>             --libdir=/usr/lib                        \
>             --docdir=/usr/share/doc/procps-ng-3.3.15 \
>             --disable-static                         \
>             --disable-kill
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /tools/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for gawk... (cached) gawk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for int32_t... yes
checking for pid_t... yes
checking for C/C++ restrict keyword... __restrict
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports 
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for working strtod... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for error.h... yes
checking for stdio_ext.h... (cached) yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking for NCURSES... yes
checking for library containing dlopen... -ldl
checking for __fpending... yes
checking for alarm... yes
checking for atexit... yes
checking for dup2... yes
checking for gethostname... yes
checking for getpagesize... (cached) yes
checking for gettimeofday... yes
checking for iswprint... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for nl_langinfo... yes
checking for putenv... yes
checking for regcomp... yes
checking for rpmatch... yes
checking for select... yes
checking for setlocale... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoull... yes
checking for strverscmp... yes
checking for utmpname... yes
checking for wcwidth... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating man-po/Makefile
config.status: creating po/Makefile.in
config.status: creating proc/libprocps.pc
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
(lfs chroot) root:/sources/procps-ng-3.3.15# make
make  all-recursive
make[1]: Entering directory '/sources/procps-ng-3.3.15'
Making all in include
make[2]: Entering directory '/sources/procps-ng-3.3.15/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/include'
Making all in man-po
make[2]: Entering directory '/sources/procps-ng-3.3.15/man-po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/man-po'
Making all in po
make[2]: Entering directory '/sources/procps-ng-3.3.15/po'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/po'
Making all in testsuite
make[2]: Entering directory '/sources/procps-ng-3.3.15/testsuite'
  CC       ps.test/test-schedbatch.o
  CCLD     test-schedbatch
make[2]: Leaving directory '/sources/procps-ng-3.3.15/testsuite'
make[2]: Entering directory '/sources/procps-ng-3.3.15'
  CC       free.o
  CC       pgrep.o
  CC       pmap.o
  CC       pwdx.o
  CC       tload.o
  CC       uptime.o
  CC       vmstat.o
  CC       w.o
  CC       pidof.o
  CC       slabtop.o
  CC       watch-watch.o
  CC       lib/watch-strutils.o
  CC       lib/watch-fileutils.o
  CC       lib/test_strutils.o
  CC       lib/test_fileutils.o
  CC       lib/test_nsutils.o
  CC       lib/test_process.o
  CC       sysctl.o
  CC       procio.o
  CC       proc/alloc.lo
  CC       proc/devname.lo
  CC       proc/escape.lo
  CC       proc/numa.lo
  CC       proc/pwcache.lo
  CC       proc/readproc.lo
  CC       proc/sig.lo
  CC       proc/slab.lo
  CC       proc/sysinfo.lo
  CC       proc/version.lo
  CC       proc/wchan.lo
  CC       proc/whattime.lo
  CC       ps/display.o
  CC       ps/global.o
  CC       ps/help.o
  CC       ps/output.o
  CC       ps/parser.o
  CC       ps/select.o
  CC       ps/sortformat.o
  CC       ps/stacktrace.o
  CC       lib/fileutils.o
  CC       lib/strutils.o
  CC       lib/nsutils.o
  CCLD     pwdx
  CCLD     watch
  CC       top/top.o
  CC       top/top_nls.o
  CCLD     lib/test_strutils
  CCLD     lib/test_fileutils
  CCLD     lib/test_nsutils
  CCLD     lib/test_process
  CCLD     proc/libprocps.la
  CCLD     free
  CCLD     ps/pscommand
  CCLD     pgrep
  CCLD     pkill
  CCLD     pmap
  CCLD     tload
  CCLD     uptime
  CCLD     vmstat
  CCLD     w
  CCLD     pidof
  CCLD     slabtop
  CCLD     sysctl
  CCLD     top/top
make[2]: Leaving directory '/sources/procps-ng-3.3.15'
make[1]: Leaving directory '/sources/procps-ng-3.3.15'
(lfs chroot) root:/sources/procps-ng-3.3.15# sed -i -r 
's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
(lfs chroot) root:/sources/procps-ng-3.3.15# sed -i '/set tty/d' 
testsuite/pkill.test/pkill.exp
(lfs chroot) root:/sources/procps-ng-3.3.15# rm testsuite/pgrep.test/pgrep.exp
(lfs chroot) root:/sources/procps-ng-3.3.15# make check
make  check-recursive
make[1]: Entering directory '/sources/procps-ng-3.3.15'
Making check in include
make[2]: Entering directory '/sources/procps-ng-3.3.15/include'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/include'
Making check in man-po
make[2]: Entering directory '/sources/procps-ng-3.3.15/man-po'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/man-po'
Making check in po
make[2]: Entering directory '/sources/procps-ng-3.3.15/po'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/sources/procps-ng-3.3.15/po'
Making check in testsuite
make[2]: Entering directory '/sources/procps-ng-3.3.15/testsuite'
make  check-DEJAGNU
make[3]: Entering directory '/sources/procps-ng-3.3.15/testsuite'
Making a new site.exp file ...
srcdir='.'; export srcdir; \
EXPECT=expect; export EXPECT; \
if /bin/sh -c "runtest --version" > /dev/null 2>&1; then \
  exit_status=0; l='pmap slabtop sysctl  free lib pgrep pkill ps pwdx uptime 
vmstat w'; for tool in $l; do \
    if runtest  --tool $tool --srcdir $srcdir ; \
    then :; else exit_status=1; fi; \
  done; \
else echo "WARNING: could not find 'runtest'" 1>&2; :;\
fi; \
exit $exit_status
WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:02 2019
Native configuration is x86_64-pc-linux-gnu

    === pmap tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./pmap.test/pmap.exp ...

    === pmap Summary ===

# of expected passes    11
/sources/procps-ng-3.3.15/pmap version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:03 2019
Native configuration is x86_64-pc-linux-gnu

    === slabtop tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./slabtop.test/slabtop.exp ...

    === slabtop Summary ===

# of expected passes    8
WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:03 2019
Native configuration is x86_64-pc-linux-gnu

    === sysctl tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./sysctl.test/sysctl_read.exp ...

    === sysctl Summary ===

# of expected passes    5
/sources/procps-ng-3.3.15/sysctl version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:03 2019
Native configuration is x86_64-pc-linux-gnu

    === free tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./free.test/free.exp ...

    === free Summary ===

# of expected passes    13
/sources/procps-ng-3.3.15/free version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:04 2019
Native configuration is x86_64-pc-linux-gnu

    === lib tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./lib.test/fileutils.exp ...
Running ./lib.test/strutils.exp ...

    === lib Summary ===

# of expected passes    8
WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:04 2019
Native configuration is x86_64-pc-linux-gnu

    === pgrep tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.

    === pgrep Summary ===

/sources/procps-ng-3.3.15/pgrep version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:04 2019
Native configuration is x86_64-pc-linux-gnu

    === pkill tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./pkill.test/pkill.exp ...

    === pkill Summary ===

# of expected passes    3
/sources/procps-ng-3.3.15/pkill version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:04 2019
Native configuration is x86_64-pc-linux-gnu

    === ps tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./ps.test/ps_output.exp ...
FAIL: ps with output flag %cpu,pcpu,%mem,pmem
FAIL: ps with output flag blocked,sig_block,sigmask,caught,sigcatch,sig_catch
Running ./ps.test/ps_personality.exp ...
Running ./ps.test/ps_sched_batch.exp ...

    === ps Summary ===

# of expected passes    8
# of unexpected failures  2
WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:05 2019
Native configuration is x86_64-pc-linux-gnu

    === pwdx tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./pwdx.test/pwdx.exp ...

    === pwdx Summary ===

# of expected passes    3
/sources/procps-ng-3.3.15/pwdx version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:05 2019
Native configuration is x86_64-pc-linux-gnu

    === uptime tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./uptime.test/uptime.exp ...

    === uptime Summary ===

# of expected passes    2
/sources/procps-ng-3.3.15/uptime version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:05 2019
Native configuration is x86_64-pc-linux-gnu

    === vmstat tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./vmstat.test/vmstat.exp ...

    === vmstat Summary ===

# of expected passes    6
/sources/procps-ng-3.3.15/vmstat version 3.3.15

WARNING: Couldn't find tool init file
Test run by root on Tue Mar  5 04:35:05 2019
Native configuration is x86_64-pc-linux-gnu

    === w tests ===

Schedule of variations:
    unix

Running target unix
Using /tools/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /tools/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/unix.exp as tool-and-target-specific interface file.
Running ./w.test/w.exp ...

    === w Summary ===

# of expected passes    7
/sources/procps-ng-3.3.15/w version 3.3.15

make[3]: *** [Makefile:518: check-DEJAGNU] Error 1
make[3]: Leaving directory '/sources/procps-ng-3.3.15/testsuite'
make[2]: *** [Makefile:590: check-am] Error 2
make[2]: Leaving directory '/sources/procps-ng-3.3.15/testsuite'
make[1]: *** [Makefile:1837: check-recursive] Error 1
make[1]: Leaving directory '/sources/procps-ng-3.3.15'
make: *** [Makefile:2293: check] Error 2
(lfs chroot) root:/sources/procps-ng-3.3.15# 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to