* Package: net-fs/autofs-5.1.2  * Repository: gentoo  * Maintainer: dlan@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ldap sasl userland_GNU  * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/4.6.1-gentoo/build * Found sources for kernel version: * 4.6.1-gentoo * Checking for suitable kernel configuration options...  [ ok ] >>> Unpacking source... >>> Unpacking autofs-5.1.2.tar.xz to /var/tmp/portage/net-fs/autofs-5.1.2/work >>> Source unpacked in /var/tmp/portage/net-fs/autofs-5.1.2/work >>> Preparing source in /var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2 ... * Running eautoreconf in '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2' ... * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running autoconf --force ...  [ ok ] * Running autoheader ...  [ ok ] * Running elibtoolize in: autofs-5.1.2/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2 ... >>> Working in BUILD_DIR: "/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2" /var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/autofs-5.1.2 --with-confdir=/etc/conf.d --with-mapdir=/etc/autofs --without-dmalloc --with-openldap --without-libtirpc --with-sasl --without-hesiod --disable-mount-locking --disable-ext-env --enable-sloppy-mount --enable-force-shutdown --enable-ignore-busy --with-systemd=/usr/lib/systemd/system RANLIB=/usr/bin/x86_64-pc-linux-gnu-ranlib configure: loading site script /usr/share/config.site checking for binaries in... /usr/bin:/bin:/usr/sbin:/sbin checking for Linux proc filesystem... yes checking location of the init.d directory... /etc/init.d checking for autofs configuration file directory... /etc/conf.d checking for autofs maps directory... /etc/autofs checking for autofs fifos directory... /run checking for autofs flag file directory... /run checking for x86_64-pc-linux-gnu-gcc... x86_64-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking if libtirpc is requested and available... no checking if malloc debugging is wanted... no checking for mount... /bin/mount checking for mount.nfs... /sbin/mount.nfs checking for umount... /bin/umount checking for fsck.ext2... /sbin/fsck.ext2 checking for fsck.ext3... /sbin/fsck.ext3 checking for fsck.ext4... /sbin/fsck.ext4 checking for modprobe... /sbin/modprobe checking for flex... /usr/bin/flex checking for bison... /usr/bin/bison checking for ranlib... /usr/bin/x86_64-pc-linux-gnu-ranlib checking for rpcgen... /usr/bin/rpcgen checking for sssd autofs library... no checking for xml2-config... /usr/bin/xml2-config checking for libxml2... yes checking for krb5-config... /usr/bin/krb5-config checking for Kerberos library... yes checking for krb5_principal_get_realm... yes checking for library containing versionsort... none required checking for yp_match in -lnsl... yes checking for res_query in -lresolv... no checking how to run the C preprocessor... x86_64-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 rpcsvc/nis.h usability... no checking rpcsvc/nis.h presence... no checking for rpcsvc/nis.h... no checking rpcsvc/ypclnt.h usability... no checking rpcsvc/ypclnt.h presence... no checking for rpcsvc/ypclnt.h... no checking for ldap_initialize in -lldap... yes checking for ldap_create_page_control in -lldap... yes checking for ldap_parse_page_control in -lldap... yes checking for sasl_client_start in -lsasl2... yes checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether gcc -fPIE works... yes configure: creating ./config.status config.status: creating Makefile.conf config.status: creating include/config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2 ... >>> Working in BUILD_DIR: "/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2" make -j5 DONTSTRIP=1 set -e; for i in lib daemon modules man samples; do make -C $i all; done set -e; if [ -d samples ]; then make -C samples all; fi make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2/lib' x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -I/usr/include/libxml2 -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -c cache.c /usr/bin/rpcgen -h -o mount.h mount.x make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2/samples' sed -e "s|@@sbindir@@|/usr/sbin|g" \ -e "s|@@autofslibdir@@|/usr/lib64/autofs|g" \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ -e "s|@@initdir@@|/etc/init.d|g" < rc.autofs.in > rc.autofs sed -e "s|@@autofsmapdir@@|/etc/autofs|g" \ < autofs.conf.default.in > autofs.conf.default x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -I/usr/include/libxml2 -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -c cat_path.c sed -e "s|@@sbindir@@|/usr/sbin|g" \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ -e "s|@@autofspiddir@@|/run|g" \ < autofs.service.in > autofs.service x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -I/usr/include/libxml2 -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -c mounts.c make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2/samples' x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -I/usr/include/libxml2 -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -c log.c x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -I/usr/include/libxml2 -lxml2 -lz -llzma -licui18n -licuuc -licudata -lm -ldl -c nsswitch.c In file included from ../include/automount.h:32:0, from cat_path.c:18: ../include/rpc_subs.h:19:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. In file included from ../include/automount.h:32:0, from cache.c:25: ../include/rpc_subs.h:19:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. make[1]: *** [../Makefile.rules:64: cache.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [../Makefile.rules:64: cat_path.o] Error 1 In file included from ../include/automount.h:32:0, from log.c:26: ../include/rpc_subs.h:19:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. make[1]: *** [../Makefile.rules:64: log.o] Error 1 In file included from ../include/automount.h:32:0, from mounts.c:31: ../include/rpc_subs.h:19:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. make[1]: *** [../Makefile.rules:64: mounts.o] Error 1 In file included from ../include/automount.h:32:0, from nsswitch.c:26: ../include/rpc_subs.h:19:21: fatal error: rpc/rpc.h: No such file or directory compilation terminated. make[1]: *** [../Makefile.rules:64: nsswitch.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2/lib' make: *** [Makefile:14: daemon] Error 2 * ERROR: net-fs/autofs-5.1.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-fs/autofs-5.1.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-fs/autofs-5.1.2::gentoo'`. * The complete build log is located at '/var/log/portage/net-fs:autofs-5.1.2:20160627-100421.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-fs/autofs-5.1.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-fs/autofs-5.1.2/temp/environment'. * Working directory: '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2' * S: '/var/tmp/portage/net-fs/autofs-5.1.2/work/autofs-5.1.2'