Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
after last upgrade /usr/bin/top command is missing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
petko3000
n00b
n00b


Joined: 24 May 2013
Posts: 5

PostPosted: Fri May 24, 2013 1:55 pm    Post subject: after last upgrade /usr/bin/top command is missing Reply with quote

Hello guys. Hopefully you will able to help me.
After last system upgrade binary /usr/bin/top disappear from filesystem.

Code:

emerge -pv sys-process/procps

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] sys-process/procps-3.3.4  USE="unicode -ncurses -nls -static-libs" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

 * IMPORTANT: 3 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.


Of course I reinstalled sys-process/procps package one more time, but it doesn`t help. I really don`t know how to solve this issue.

Code:

1369402816: Started emerge on: May 24, 2013 15:40:15
1369402816:  *** emerge --deep sys-process/procps
1369402821:  >>> emerge (1 of 1) sys-process/procps-3.3.4 to /
1369402821:  === (1 of 1) Cleaning (sys-process/procps-3.3.4::/usr/portage/sys-process/procps/procps-3.3.4.ebuild)
1369402821:  === (1 of 1) Compiling/Merging (sys-process/procps-3.3.4::/usr/portage/sys-process/procps/procps-3.3.4.ebuild)
1369402859:  === (1 of 1) Merging (sys-process/procps-3.3.4::/usr/portage/sys-process/procps/procps-3.3.4.ebuild)
1369402861:  >>> AUTOCLEAN: sys-process/procps:0
1369402861:  === Unmerging... (sys-process/procps-3.3.4)
1369402864:  >>> unmerge success: sys-process/procps-3.3.4
1369402867:  === (1 of 1) Post-Build Cleaning (sys-process/procps-3.3.4::/usr/portage/sys-process/procps/procps-3.3.4.ebuild)
1369402867:  ::: completed emerge (1 of 1) sys-process/procps-3.3.4 to /
1369402867:  *** Finished. Cleaning up...
1369402868:  *** exiting successfully.
1369402868:  *** terminating.


Thank you for your interest.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Fri May 24, 2013 4:06 pm    Post subject: Reply with quote

did your $PATH get reset?

So /usr/bin/top completely disappeared somehow?

What about other stuff in procps, like /usr/bin/uptime /usr/bin/tload /usr/bin/vmstat /bin/kill /bin/ps - did they at least get updated when you emerged?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
petko3000
n00b
n00b


Joined: 24 May 2013
Posts: 5

PostPosted: Fri May 24, 2013 6:05 pm    Post subject: Reply with quote

Thank you one more time for your interest.
I completely removed sys-process/procps-3.3.4 and install it once again.
Each binary created at the end of emerge log is available on filesystem and useable.
As you can see "top" is missing.
Until i know, i didn`t change PATH in any way.
Code:

dev ~ # echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.5.4:/usr/i686-pc-linux-gnu/gcc-bin/4.1.1:/var/qmail/bin:/var/vpopmail/bin


Emerge log:
Code:

Calculating dependencies 
 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

.... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-process/procps-3.3.4
 * procps_3.3.4.orig.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...         [ ok ]
>>> Unpacking source...
>>> Unpacking procps_3.3.4.orig.tar.xz to /var/tmp/portage/sys-process/procps-3.3.4/work
>>> Source unpacked in /var/tmp/portage/sys-process/procps-3.3.4/work
>>> Preparing source in /var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4 ...
 * econf: updating procps-ng-3.3.4/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating procps-ng-3.3.4/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --exec-prefix= --docdir=$(datarootdir)/doc/procps-3.3.4 --without-ncurses --disable-nls --disable-static --enable-watch8bit
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 how to create a pax tar archive... gnutar
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of i686-pc-linux-gnu-gcc... none
checking how to run the C preprocessor... i686-pc-linux-gnu-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 i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) none
checking for i686-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99
checking for i686-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether i686-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for i686-pc-linux-gnu-pkg-config... /usr/bin/i686-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether sys/types.h defines makedev... 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 netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdint.h... (cached) 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 struct stat.st_rdev... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-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 i686-pc-linux-gnu-gcc -std=gnu99... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/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 whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for i686-pc-linux-gnu-objdump... i686-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc -std=gnu99 object... ok
checking for sysroot... no
checking for i686-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if i686-pc-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if i686-pc-linux-gnu-gcc -std=gnu99 static flag -static works... yes
checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the i686-pc-linux-gnu-gcc -std=gnu99 linker (/usr/i686-pc-linux-gnu/bin/ld) 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 for alarm... yes
checking for getline... 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 munmap... 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 strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for uname... yes
checking for utmpname... yes
checking for wcwidth... yes
checking whether NLS is requested... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
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 whether NLS is requested... no
checking whether to use NLS... no
checking whether program_invocation_short_name is defined... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating po/Makefile.in
config.status: creating proc/Makefile
config.status: creating proc/libprocps.pc
config.status: creating ps/Makefile
config.status: creating testsuite/Makefile
config.status: creating top/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
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4 ...
make
touch ./.version
echo 3.3.4 > .version-t && mv .version-t .version
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
Making all in include
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
Making all in lib
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DTEST_PROGRAM   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c strutils.c
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99  -march=pentium4 -O2 -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed -o test_strutils strutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o test_strutils strutils.o
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DTEST_PROGRAM   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c fileutils.c
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99  -march=pentium4 -O2 -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed -o test_fileutils fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o test_fileutils fileutils.o
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
Making all in po
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/po'
Making all in proc
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o alloc.lo alloc.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c alloc.c  -fPIC -DPIC -o .libs/alloc.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o devname.lo devname.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c devname.c  -fPIC -DPIC -o .libs/devname.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o escape.lo escape.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c escape.c  -fPIC -DPIC -o .libs/escape.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o ksym.lo ksym.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c ksym.c  -fPIC -DPIC -o .libs/ksym.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o pwcache.lo pwcache.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c pwcache.c  -fPIC -DPIC -o .libs/pwcache.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o readproc.lo readproc.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c readproc.c  -fPIC -DPIC -o .libs/readproc.o
readproc.c: In function 'stat2proc':
readproc.c:510:5: warning: use of assignment suppression and length modifier together in gnu_scanf format
readproc.c:510:5: warning: use of assignment suppression and length modifier together in gnu_scanf format
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o sig.lo sig.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c sig.c  -fPIC -DPIC -o .libs/sig.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o slab.lo slab.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c slab.c  -fPIC -DPIC -o .libs/slab.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o sysinfo.lo sysinfo.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c sysinfo.c  -fPIC -DPIC -o .libs/sysinfo.o
sysinfo.c: In function 'getstat':
sysinfo.c:449:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result
sysinfo.c: In function 'getrunners':
sysinfo.c:410:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o version.lo version.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c version.c  -fPIC -DPIC -o .libs/version.o
/bin/sh ../libtool --tag=CC   --mode=compile i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o whattime.lo whattime.c
libtool: compile:  i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\" -march=pentium4 -O2 -pipe -fomit-frame-pointer -c whattime.c  -fPIC -DPIC -o .libs/whattime.o
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99  -march=pentium4 -O2 -pipe -fomit-frame-pointer   -version-info 0:1:0 -no-undefined -Wl,--version-script=../proc/libprocps.sym -Wl,-O1 -Wl,--as-needed -o libprocps.la -rpath /lib alloc.lo devname.lo escape.lo ksym.lo pwcache.lo readproc.lo sig.lo slab.lo sysinfo.lo version.lo whattime.lo 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/alloc.o .libs/devname.o .libs/escape.o .libs/ksym.o .libs/pwcache.o .libs/readproc.o .libs/sig.o .libs/slab.o .libs/sysinfo.o .libs/version.o .libs/whattime.o    -march=pentium4 -O2 -Wl,--version-script=../proc/libprocps.sym -Wl,-O1 -Wl,--as-needed   -Wl,-soname -Wl,libprocps.so.0 -o .libs/libprocps.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libprocps.so.0" && ln -s "libprocps.so.0.0.1" "libprocps.so.0")
libtool: link: (cd ".libs" && rm -f "libprocps.so" && ln -s "libprocps.so.0.0.1" "libprocps.so")
libtool: link: ( cd ".libs" && rm -f "libprocps.la" && ln -s "../libprocps.la" "libprocps.la" )
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
Making all in ps
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c display.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c global.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c help.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c output.c
output.c: In function 'show_one_proc':
output.c:1968:13: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
output.c:1972:11: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c parser.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c select.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c sortformat.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c stacktrace.c
stacktrace.c: In function 'stack_trace':
stacktrace.c:76:20: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
stacktrace.c:77:20: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
stacktrace.c:78:20: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
stacktrace.c:92:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result
stacktrace.c:93:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result
stacktrace.c:94:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -include ../config.h -I../include -DLOCALEDIR=\"/usr/share/locale\"   -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o fileutils.o `test -f '../lib/fileutils.c' || echo './'`../lib/fileutils.c
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99  -march=pentium4 -O2 -pipe -fomit-frame-pointer ../proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o pscommand display.o global.o help.o output.o parser.o select.o sortformat.o stacktrace.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/pscommand display.o global.o help.o output.o parser.o select.o sortformat.o stacktrace.o fileutils.o  ../proc/.libs/libprocps.so
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
Making all in testsuite
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..     -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o test-schedbatch.o `test -f 'ps.test/test-schedbatch.c' || echo './'`ps.test/test-schedbatch.c
/bin/sh ../libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99  -march=pentium4 -O2 -pipe -fomit-frame-pointer  -Wl,-O1 -Wl,--as-needed -o test-schedbatch test-schedbatch.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o test-schedbatch test-schedbatch.o
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
Making all in top
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c skill.c
skill.c: In function 'check_proc':
skill.c:159:6: warning: ignoring return value of 'read', declared with attribute warn_unused_result
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o strutils.o `test -f './lib/strutils.c' || echo './'`./lib/strutils.c
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c -o fileutils.o `test -f './lib/fileutils.c' || echo './'`./lib/fileutils.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o kill skill.o strutils.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/kill skill.o strutils.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c sysctl.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o sysctl sysctl.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/sysctl sysctl.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c free.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o free free.o strutils.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/free free.o strutils.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c pgrep.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o pgrep pgrep.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/pgrep pgrep.o fileutils.o  ./proc/.libs/libprocps.so
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o pkill pgrep.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/pkill pgrep.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c pmap.c
pmap.c:67:1: warning: large integer implicitly truncated to unsigned type
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o pmap pmap.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/pmap pmap.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c pwdx.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o pwdx pwdx.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/pwdx pwdx.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c tload.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o tload tload.o strutils.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/tload tload.o strutils.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c uptime.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o uptime uptime.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/uptime uptime.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c vmstat.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o vmstat vmstat.o strutils.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/vmstat vmstat.o strutils.o fileutils.o  ./proc/.libs/libprocps.so
i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -include ./config.h -I./include -DLOCALEDIR=\"/usr/share/locale\"  -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -c w.c
/bin/sh ./libtool --tag=CC   --mode=link i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer ./proc/libprocps.la -Wl,-O1 -Wl,--as-needed -o w w.o fileutils.o 
libtool: link: i686-pc-linux-gnu-gcc -std=gnu99 -Iproc -march=pentium4 -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -o .libs/w w.o fileutils.o  ./proc/.libs/libprocps.so
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
make[1]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
>>> Source compiled.
 * Skipping make test/check due to ebuild restriction.
>>> Test phase [disabled because of RESTRICT=test]: sys-process/procps-3.3.4

>>> Install procps-3.3.4 into /var/tmp/portage/sys-process/procps-3.3.4/image/ category sys-process
make DESTDIR=/var/tmp/portage/sys-process/procps-3.3.4/image/ install
make  install-recursive
make[1]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
Making install in include
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/include'
Making install in lib
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/lib'
Making install in po
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/po'
if test "procps-ng" = "gettext-tools"; then \
  /bin/sh .././mkinstalldirs /var/tmp/portage/sys-process/procps-3.3.4/image//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 \
          /var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/gettext/po/$file; \
  done; \
  for file in Makevars; do \
    rm -f /var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/po'
Making install in proc
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libprocps.la '/var/tmp/portage/sys-process/procps-3.3.4/image//lib'
libtool: install: /usr/bin/install -c .libs/libprocps.so.0.0.1 /var/tmp/portage/sys-process/procps-3.3.4/image//lib/libprocps.so.0.0.1
libtool: install: (cd /var/tmp/portage/sys-process/procps-3.3.4/image//lib && { ln -s -f libprocps.so.0.0.1 libprocps.so.0 || { rm -f libprocps.so.0 && ln -s libprocps.so.0.0.1 libprocps.so.0; }; })
libtool: install: (cd /var/tmp/portage/sys-process/procps-3.3.4/image//lib && { ln -s -f libprocps.so.0.0.1 libprocps.so || { rm -f libprocps.so && ln -s libprocps.so.0.0.1 libprocps.so; }; })
libtool: install: /usr/bin/install -c .libs/libprocps.lai /var/tmp/portage/sys-process/procps-3.3.4/image//lib/libprocps.la
libtool: install: warning: remember to run `libtool --finish /lib'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/include/proc/'
 /usr/bin/install -c -m 644 alloc.h devname.h escape.h procps.h pwcache.h readproc.h sig.h slab.h sysinfo.h version.h wchan.h whattime.h '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/include/proc/'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//lib/pkgconfig'
 /usr/bin/install -c -m 644 libprocps.pc '/var/tmp/portage/sys-process/procps-3.3.4/image//lib/pkgconfig'
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/proc'
Making install in ps
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c pscommand '/var/tmp/portage/sys-process/procps-3.3.4/image//bin/./ps'
libtool: install: warning: `../proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/pscommand /var/tmp/portage/sys-process/procps-3.3.4/image//bin/./ps
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man1'
 /usr/bin/install -c -m 644 ps.1 '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man1'
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/ps'
Making install in testsuite
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/testsuite'
Making install in top
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/doc/procps-3.3.4'
 /usr/bin/install -c -m 644 README.top '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/doc/procps-3.3.4'
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4/top'
make[2]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
make[3]: Entering directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c kill '/var/tmp/portage/sys-process/procps-3.3.4/image//bin'
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/kill /var/tmp/portage/sys-process/procps-3.3.4/image//bin/kill
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//sbin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c sysctl '/var/tmp/portage/sys-process/procps-3.3.4/image//sbin'
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/sysctl /var/tmp/portage/sys-process/procps-3.3.4/image//sbin/sysctl
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c free pgrep pkill pmap pwdx tload uptime vmstat w '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin'
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/free /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/free
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/pgrep /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/pgrep
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/pkill /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/pkill
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/pmap /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/pmap
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/pwdx /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/pwdx
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/tload /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/tload
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/uptime /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/uptime
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/vmstat /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/vmstat
libtool: install: warning: `./proc/libprocps.la' has not been installed in `/lib'
libtool: install: /usr/bin/install -c .libs/w /var/tmp/portage/sys-process/procps-3.3.4/image//usr/bin/w
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/doc/procps-3.3.4'
 /usr/bin/install -c -m 644 Documentation/BUGS Documentation/FAQ '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/doc/procps-3.3.4'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man1'
 /usr/bin/install -c -m 644 free.1 pgrep.1 pkill.1 pmap.1 pwdx.1 tload.1 uptime.1 w.1 kill.1 '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man1'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man5'
 /usr/bin/install -c -m 644 sysctl.conf.5 '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man5'
 /bin/mkdir -p '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man8'
 /usr/bin/install -c -m 644 sysctl.8 vmstat.8 '/var/tmp/portage/sys-process/procps-3.3.4/image//usr/share/man/man8'
make[3]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
make[2]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
make[1]: Leaving directory `/var/tmp/portage/sys-process/procps-3.3.4/work/procps-ng-3.3.4'
>>> Completed installing procps-3.3.4 into /var/tmp/portage/sys-process/procps-3.3.4/image/

strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   lib/libprocps.so.0.0.1
   bin/ps
   bin/kill
   sbin/sysctl
   usr/bin/free
   usr/bin/pgrep
   usr/bin/pkill
   usr/bin/pmap
   usr/bin/pwdx
   usr/bin/tload
   usr/bin/uptime
   usr/bin/vmstat
   usr/bin/w
ecompressdir: bzip2 -9 /usr/share/man
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) sys-process/procps-3.3.4
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 * IMPORTANT: 5 config files in '/etc' need updating.
 * See the CONFIGURATION FILES section of the emerge
 * man page to learn how to update config files.

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Back to top
View user's profile Send private message
petko3000
n00b
n00b


Joined: 24 May 2013
Posts: 5

PostPosted: Fri May 24, 2013 7:00 pm    Post subject: Reply with quote

Ha! I mess with it. I miss ncurses use flag.
Thank you very much for your help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum