* Package: sys-apps/watchdog-5.9 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: elibc_glibc kernel_linux test userland_GNU x86 * FEATURES: sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking watchdog-5.9.tar.gz to /var/tmp/portage/sys-apps/watchdog-5.9/work >>> Source unpacked in /var/tmp/portage/sys-apps/watchdog-5.9/work >>> Compiling source in /var/tmp/portage/sys-apps/watchdog-5.9/work/watchdog-5.9 ... ./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 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 build environment is sane... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gawk... (cached) gawk 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 for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for sendmail... /usr/sbin/sendmail checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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/wait.h that is POSIX.1 compatible... 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 paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for pid_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking whether i686-pc-linux-gnu-gcc needs -traditional... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for gethostname... yes checking for select... yes checking for socket... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for strtoul... yes checking for uname... yes checking whether to log via syslog... yes checking whether to include NFS support... yes checking for minimum value accepted as reboot cause... 2 checking for timer margin used by kernel... 60 checking for config filename... /etc/watchdog.conf checking for pid filename... "/var/run/watchdog.pid" checking for keepalive pid filename... "/var/run/wd_keepalive.pid" checking for random seed filename... "/var/run/random-seed" configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/config.h config.status: executing depfiles commands make -j14 Making all in src make[1]: Entering directory `/var/tmp/portage/sys-apps/watchdog-5.9/work/watchdog-5.9/src' i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT file_stat.o -MD -MP -MF .deps/file_stat.Tpo -c -o file_stat.o file_stat.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT file_table.o -MD -MP -MF .deps/file_table.Tpo -c -o file_table.o file_table.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT fstab.o -MD -MP -MF .deps/fstab.Tpo -c -o fstab.o fstab.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT iface.o -MD -MP -MF .deps/iface.Tpo -c -o iface.o iface.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT ifdown.o -MD -MP -MF .deps/ifdown.Tpo -c -o ifdown.o ifdown.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT keep_alive.o -MD -MP -MF .deps/keep_alive.Tpo -c -o keep_alive.o keep_alive.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT lomount.o -MD -MP -MF .deps/lomount.Tpo -c -o lomount.o lomount.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT mntent.o -MD -MP -MF .deps/mntent.Tpo -c -o mntent.o mntent.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT net.o -MD -MP -MF .deps/net.Tpo -c -o net.o net.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT nfsmount.o -MD -MP -MF .deps/nfsmount.Tpo -c -o nfsmount.o nfsmount.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT nfsmount_clnt.o -MD -MP -MF .deps/nfsmount_clnt.Tpo -c -o nfsmount_clnt.o nfsmount_clnt.c mv -f .deps/file_table.Tpo .deps/file_table.Po mv -f .deps/keep_alive.Tpo .deps/keep_alive.Po In file included from nfsmount_clnt.c:6:0: nfsmount.h:9:21: fatal error: rpc/rpc.h: No such file or directoryi686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -O2 -pipe -MT nfsmount_xdr.o -MD -MP -MF .deps/nfsmount_xdr.Tpo -c -o nfsmount_xdr.o nfsmount_xdr.c compilation terminated. mv -f .deps/file_stat.Tpo .deps/file_stat.Po mv -f .deps/iface.Tpo .deps/iface.Po mv -f .deps/load.Tpo .deps/load.Po make[1]: *** [nfsmount_clnt.o] Error 1 make[1]: *** Waiting for unfinished jobs.... nfsmount.c:42:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. mv -f .deps/ifdown.Tpo .deps/ifdown.Po mv -f .deps/memory.Tpo .deps/memory.Po In file included from nfsmount_xdr.c:6:0: nfsmount.h:9:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. make[1]: *** [nfsmount.o] Error 1 make[1]: *** [nfsmount_xdr.o] Error 1 mv -f .deps/fstab.Tpo .deps/fstab.Po mv -f .deps/mntent.Tpo .deps/mntent.Po mv -f .deps/net.Tpo .deps/net.Po mv -f .deps/lomount.Tpo .deps/lomount.Po mv -f .deps/mount.Tpo .deps/mount.Po make[1]: Leaving directory `/var/tmp/portage/sys-apps/watchdog-5.9/work/watchdog-5.9/src' make: *** [all-recursive] Error 1 emake failed * ERROR: sys-apps/watchdog-5.9 failed (compile phase): * emake failed * * Call stack: * ebuild.sh, line 56: Called src_compile * environment, line 424: Called _eapi0_src_compile * ebuild.sh, line 625: Called _eapi2_src_compile * ebuild.sh, line 665: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =sys-apps/watchdog-5.9', * the complete build log and the output of 'emerge -pqv =sys-apps/watchdog-5.9'. * The complete build log is located at '/var/log/portage/build/sys-apps/watchdog-5.9:20110608-104551.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/watchdog-5.9/temp/environment'. * S: '/var/tmp/portage/sys-apps/watchdog-5.9/work/watchdog-5.9'