Thu Feb 13 04:06:07 UTC 2020 KB: 3901192 / 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... 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 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 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... /tools/bin/grep checking for egrep... /tools/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 g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether ln -s works... yes 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 for tgetent in -ltinfo... no checking for tgetent in -lncurses... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... 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 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 mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking for uid_t in sys/types.h... yes checking compiler supports harden flags... yes checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... yes checking for msgfmt... /tools/bin/msgfmt checking for gmsgfmt... /tools/bin/msgfmt checking for xgettext... /tools/bin/xgettext checking for msgmerge... /tools/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for struct user_regs_struct.orig_eax... no checking for struct user_regs_struct.eax... no checking for struct user_regs_struct.ebx... no checking for struct user_regs_struct.ecx... no checking for struct user_regs_struct.edx... no checking for struct user_regs_struct.orig_rax... yes checking for struct user_regs_struct.rax... yes checking for struct user_regs_struct.rdi... yes checking for struct user_regs_struct.rsi... yes checking for struct user_regs_struct.rdx... yes checking for struct pt_regs.orig_gpr3... no checking for struct pt_regs.gpr... no checking for struct pt_regs.uregs... no checking for struct pt_regs.regs... no checking for struct pt_regs.cp0_status... no checking for struct pt_regs.orig_d0... no checking for struct pt_regs.d0... no checking whether closedir returns void... no checking for library containing getmntent... none required checking whether gcc needs -traditional... no checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no checking whether lstat correctly handles trailing slash... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking whether stat accepts an empty string... no checking for atexit... yes checking for getmntent... (cached) yes checking for memset... yes checking for nl_langinfo... yes checking for rawmemchr... yes checking for regcomp... yes checking for rpmatch... yes checking for setlocale... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strpbrk... yes checking for strrchr... yes checking for strtoul... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating icons/Makefile config.status: creating po/Makefile.in config.status: creating testsuite/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 make[1]: Entering directory '/sources/psmisc-23.2' export LC_ALL=C ; \ gcc -E -dM src/signames.c |\ tr -s '\t ' ' ' | sort -n -k 3 | sed \ 's:#define SIG\([A-Z][A-Z]*[0-9]*\) \([0-9][0-9]*\).*:{\ \2,"\1" },:p;d' | \ grep -v '[0-9][0-9][0-9]' >src/signames.h || \ { rm -f src/signames.h; exit 1; } grep '^{ 1,"HUP" },$' src/signames.h >/dev/null || \ { rm -f src/signames.h; exit 1; } make all-recursive make[2]: Entering directory '/sources/psmisc-23.2' Making all in doc make[3]: Entering directory '/sources/psmisc-23.2/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/sources/psmisc-23.2/doc' Making all in po make[3]: Entering directory '/sources/psmisc-23.2/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/sources/psmisc-23.2/po' Making all in icons make[3]: Entering directory '/sources/psmisc-23.2/icons' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/sources/psmisc-23.2/icons' Making all in testsuite make[3]: Entering directory '/sources/psmisc-23.2/testsuite' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/sources/psmisc-23.2/testsuite' make[3]: Entering directory '/sources/psmisc-23.2' depbase=`echo src/killall.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/killall.o -MD -MP -MF $depbase.Tpo -c -o src/killall.o src/killall.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/signals.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/signals.o -MD -MP -MF $depbase.Tpo -c -o src/signals.o src/signals.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/killall src/killall.o src/signals.o depbase=`echo src/pslog.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/pslog.o -MD -MP -MF $depbase.Tpo -c -o src/pslog.o src/pslog.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/pslog src/pslog.o depbase=`echo src/prtstat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/prtstat.o -MD -MP -MF $depbase.Tpo -c -o src/prtstat.o src/prtstat.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/prtstat src/prtstat.o depbase=`echo src/pstree.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/pstree.o -MD -MP -MF $depbase.Tpo -c -o src/pstree.o src/pstree.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/pstree src/pstree.o -lncurses depbase=`echo src/fuser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/fuser.o -MD -MP -MF $depbase.Tpo -c -o src/fuser.o src/fuser.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/fuser src/fuser.o src/signals.o depbase=`echo src/peekfd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -Wall -DLOCALEDIR=\"/usr/share/locale\" -I./src -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DX86_64 -g -O2 -MT src/peekfd.o -MD -MP -MF $depbase.Tpo -c -o src/peekfd.o src/peekfd.c &&\ mv -f $depbase.Tpo $depbase.Po gcc -g -O2 -Wl,-z,relro -o src/peekfd src/peekfd.o make[3]: Leaving directory '/sources/psmisc-23.2' make[2]: Leaving directory '/sources/psmisc-23.2' make[1]: Leaving directory '/sources/psmisc-23.2' make[1]: Entering directory '/sources/psmisc-23.2' make install-recursive make[2]: Entering directory '/sources/psmisc-23.2' Making install in doc make[3]: Entering directory '/sources/psmisc-23.2/doc' make[4]: Entering directory '/sources/psmisc-23.2/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/share/man/man1' /usr/bin/install -c -m 644 killall.1 peekfd.1 prtstat.1 pslog.1 pstree.1 fuser.1 '/usr/share/man/man1' make[4]: Leaving directory '/sources/psmisc-23.2/doc' make[3]: Leaving directory '/sources/psmisc-23.2/doc' Making install in po make[3]: Entering directory '/sources/psmisc-23.2/po' installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/psmisc.mo installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/psmisc.mo installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/psmisc.mo installing da.gmo as /usr/share/locale/da/LC_MESSAGES/psmisc.mo installing de.gmo as /usr/share/locale/de/LC_MESSAGES/psmisc.mo installing el.gmo as /usr/share/locale/el/LC_MESSAGES/psmisc.mo installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/psmisc.mo installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/psmisc.mo installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/psmisc.mo installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/psmisc.mo installing hr.gmo as /usr/share/locale/hr/LC_MESSAGES/psmisc.mo installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/psmisc.mo installing id.gmo as /usr/share/locale/id/LC_MESSAGES/psmisc.mo installing it.gmo as /usr/share/locale/it/LC_MESSAGES/psmisc.mo installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/psmisc.mo installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/psmisc.mo installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/psmisc.mo installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/psmisc.mo installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/psmisc.mo installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/psmisc.mo installing ro.gmo as /usr/share/locale/ro/LC_MESSAGES/psmisc.mo installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/psmisc.mo installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/psmisc.mo installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/psmisc.mo installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/psmisc.mo installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/psmisc.mo installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/psmisc.mo installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/psmisc.mo if test "psmisc" = "gettext-tools"; then \ /bin/mkdir -p /usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/sources/psmisc-23.2/po' Making install in icons make[3]: Entering directory '/sources/psmisc-23.2/icons' make[4]: Entering directory '/sources/psmisc-23.2/icons' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/sources/psmisc-23.2/icons' make[3]: Leaving directory '/sources/psmisc-23.2/icons' Making install in testsuite make[3]: Entering directory '/sources/psmisc-23.2/testsuite' make[4]: Entering directory '/sources/psmisc-23.2/testsuite' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/sources/psmisc-23.2/testsuite' make[3]: Leaving directory '/sources/psmisc-23.2/testsuite' make[3]: Entering directory '/sources/psmisc-23.2' make[4]: Entering directory '/sources/psmisc-23.2' /bin/mkdir -p '/usr/bin' /usr/bin/install -c src/killall src/pslog src/prtstat src/pstree src/fuser src/peekfd '/usr/bin' make install-exec-hook make[5]: Entering directory '/sources/psmisc-23.2' cd /usr/bin && \ ( [ -h pstree.x11 ] || ln -s pstree pstree.x11) make[5]: Leaving directory '/sources/psmisc-23.2' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/sources/psmisc-23.2' make[3]: Leaving directory '/sources/psmisc-23.2' make[2]: Leaving directory '/sources/psmisc-23.2' make[1]: Leaving directory '/sources/psmisc-23.2' renamed '/usr/bin/fuser' -> '/bin/fuser' renamed '/usr/bin/killall' -> '/bin/killall' Totalseconds: 4 KB: 3905864 /