psmisc-22.1
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
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 egrep... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... 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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
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 strdup... yes
checking for strerror... yes
checking for strtoul... yes
checking for rpmatch... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating icons/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory `/usr/src/psmisc-22.1'
Making all in doc
make[2]: Entering directory `/usr/src/psmisc-22.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/psmisc-22.1/doc'
Making all in src
make[2]: Entering directory `/usr/src/psmisc-22.1/src'
gcc -E -dM signames.c |\
	tr -s '\t ' ' ' | sort -n -k 3 | sed \
's:#define SIG\([A-Z]\+[0-9]*\) \([0-9]\+\) *\(\|/\*.*\)$:{\ \2,"\1" },:p;d' | \
	  grep -v '[0-9][0-9][0-9]' >signames.h || \
	  { rm -f signames.h; exit 1; }
grep '^{ 1,"HUP" },$' signames.h >/dev/null || \
	  { rm -f signames.h; exit 1; }
make  all-am
make[3]: Entering directory `/usr/src/psmisc-22.1/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe -MT fuser.o -MD -MP -MF ".deps/fuser.Tpo" -c -o fuser.o fuser.c; \
then mv -f ".deps/fuser.Tpo" ".deps/fuser.Po"; else rm -f ".deps/fuser.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe -MT signals.o -MD -MP -MF ".deps/signals.Tpo" -c -o signals.o signals.c; \
then mv -f ".deps/signals.Tpo" ".deps/signals.Po"; else rm -f ".deps/signals.Tpo"; exit 1; fi
gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe   -o fuser  fuser.o signals.o  
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe -MT killall.o -MD -MP -MF ".deps/killall.Tpo" -c -o killall.o killall.c; \
then mv -f ".deps/killall.Tpo" ".deps/killall.Po"; else rm -f ".deps/killall.Tpo"; exit 1; fi
gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe   -o killall  killall.o signals.o  
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe -MT pstree.o -MD -MP -MF ".deps/pstree.Tpo" -c -o pstree.o pstree.c; \
then mv -f ".deps/pstree.Tpo" ".deps/pstree.Po"; else rm -f ".deps/pstree.Tpo"; exit 1; fi
gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe   -o pstree  pstree.o -lncurses  
if gcc -DHAVE_CONFIG_H -I. -I. -I..    -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe -MT oldfuser.o -MD -MP -MF ".deps/oldfuser.Tpo" -c -o oldfuser.o oldfuser.c; \
then mv -f ".deps/oldfuser.Tpo" ".deps/oldfuser.Po"; else rm -f ".deps/oldfuser.Tpo"; exit 1; fi
gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -O3 -march=k8 -fomit-frame-pointer -pipe   -o oldfuser  oldfuser.o signals.o  
make[3]: Leaving directory `/usr/src/psmisc-22.1/src'
make[2]: Leaving directory `/usr/src/psmisc-22.1/src'
Making all in po
make[2]: Entering directory `/usr/src/psmisc-22.1/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/psmisc-22.1/po'
Making all in icons
make[2]: Entering directory `/usr/src/psmisc-22.1/icons'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/psmisc-22.1/icons'
make[2]: Entering directory `/usr/src/psmisc-22.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/psmisc-22.1'
make[1]: Leaving directory `/usr/src/psmisc-22.1'
Making install in doc
make[1]: Entering directory `/usr/src/psmisc-22.1/doc'
make[2]: Entering directory `/usr/src/psmisc-22.1/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/man/man1" || mkdir -p -- "/usr/man/man1"
 /bin/install -c -m 644 './fuser.1' '/usr/man/man1/fuser.1'
 /bin/install -c -m 644 './killall.1' '/usr/man/man1/killall.1'
 /bin/install -c -m 644 './pstree.1' '/usr/man/man1/pstree.1'
make[2]: Leaving directory `/usr/src/psmisc-22.1/doc'
make[1]: Leaving directory `/usr/src/psmisc-22.1/doc'
Making install in src
make[1]: Entering directory `/usr/src/psmisc-22.1/src'
make  install-am
make[2]: Entering directory `/usr/src/psmisc-22.1/src'
make[3]: Entering directory `/usr/src/psmisc-22.1/src'
test -z "/bin" || mkdir -p -- "/bin"
  /bin/install -c 'fuser' '/bin/fuser'
  /bin/install -c 'killall' '/bin/killall'
  /bin/install -c 'pstree' '/bin/pstree'
  /bin/install -c 'oldfuser' '/bin/oldfuser'
make  install-exec-hook
make[4]: Entering directory `/usr/src/psmisc-22.1/src'
cd /bin && \
		( [ -h pstree.x11 ]  || ln -s pstree pstree.x11)
make[4]: Leaving directory `/usr/src/psmisc-22.1/src'
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/psmisc-22.1/src'
make[2]: Leaving directory `/usr/src/psmisc-22.1/src'
make[1]: Leaving directory `/usr/src/psmisc-22.1/src'
Making install in po
make[1]: Entering directory `/usr/src/psmisc-22.1/po'
/bin/sh ../config/mkinstalldirs /usr/share
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/psmisc.mo
installing de.gmo as /usr/share/locale/de/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 it.gmo as /usr/share/locale/it/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 ro.gmo as /usr/share/locale/ro/LC_MESSAGES/psmisc.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/psmisc.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/psmisc.mo
if test "psmisc" = "gettext-tools"; then \
  /bin/sh ../config/mkinstalldirs /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 \
    /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[1]: Leaving directory `/usr/src/psmisc-22.1/po'
Making install in icons
make[1]: Entering directory `/usr/src/psmisc-22.1/icons'
make[2]: Entering directory `/usr/src/psmisc-22.1/icons'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/psmisc-22.1/icons'
make[1]: Leaving directory `/usr/src/psmisc-22.1/icons'
make[1]: Entering directory `/usr/src/psmisc-22.1'
make[2]: Entering directory `/usr/src/psmisc-22.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/psmisc-22.1'
make[1]: Leaving directory `/usr/src/psmisc-22.1'

real	0m8.247s
user	0m5.320s
sys	0m1.608s
