* Package: net-fs/autofs-5.0.6-r2  * Repository: gentoo  * Maintainer: pva@gentoo.org gentoobugsie.20.dsurawicz@spamgourmet.com,net-fs@gentoo.org  * USE: elibc_glibc kernel_linux userland_GNU x86  * FEATURES: sandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found kernel object directory: * /lib/modules/2.6.39-gentoo-r3/build * Found sources for kernel version: * 2.6.39-gentoo-r3 >>> Unpacking source... >>> Unpacking autofs-5.0.6.tar.bz2 to /var/tmp/portage/net-fs/autofs-5.0.6-r2/work >>> Source unpacked in /var/tmp/portage/net-fs/autofs-5.0.6-r2/work >>> Preparing source in /var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6 ... * Applying autofs-5.0.3-heimdal.patch ...  [ ok ] * Applying autofs-5.0.6-respect-user-flags-and-fix-asneeded.patch ...  [ ok ] * Applying autofs-5.0.5-fix-install-deadlink.patch ...  [ ok ] * Applying autofs-5.0.5-fix-building-without-ldap.patch ...  [ ok ] * Applying autofs-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch ...  [ ok ] * Applying autofs-5.0.6-ipv6_name_lookup_regression.patch ...  [ ok ] * Applying autofs-5.0.6-revert-ldap.patch ...  [ ok ] * Running eautoreconf in '/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6' ... * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6 ... ./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 --with-confdir=/etc/conf.d --without-openldap --without-sasl --without-hesiod --enable-ignore-busy configure: loading site script /usr/share/config.site configure: loading site script /usr/share/crossdev/include/site/linux configure: loading site script /usr/share/crossdev/include/site/i686-linux-gnu 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 checking for autofs fifos directory... /var/run checking for autofs flag file directory... /var/run 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 if libtirpc is requested and available... no checking if malloc debugging is wanted... no checking for mount... /bin/mount 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/ranlib checking for rpcgen... /usr/bin/rpcgen checking if mount accepts the -s option... yes checking for xml2-config... /usr/bin/xml2-config checking for libxml2... yes checking for krb5-config... no checking for Kerberos library... no checking for yp_match in -lnsl... yes checking for res_query in -lresolv... yes 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 rpcsvc/nis.h usability... yes checking rpcsvc/nis.h presence... yes checking for rpcsvc/nis.h... 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 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.0.6-r2/work/autofs-5.0.6 ... make -j2 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.0.6-r2/work/autofs-5.0.6/lib' i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c cache.c make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' sed -e "s|@@sbindir@@|/usr/sbin|g" \ -e "s|@@autofslibdir@@|/usr/lib/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|g" \ < autofs.conf.default.in > autofs.conf.default make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' /usr/bin/rpcgen -h -o mount.h mount.x i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c cat_path.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c rpc_subs.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c mounts.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c log.c In file included from mounts.c:28:0: ../include/automount.h:336:0: warning: "MNT_DETACH" redefined /usr/include/sys/mount.h:125:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c nsswitch.c /usr/bin/flex -omaster_tok.c -Pmaster_ master_tok.l /usr/bin/bison -v -d -p master_ -b master_parse master_parse.y /usr/bin/bison -v -d -p master_ -b master_parse master_parse.y /usr/bin/flex -onss_tok.c -Pnss_ nss_tok.l /usr/bin/bison -v -d -p nss_ -b nss_parse nss_parse.y /usr/bin/bison -v -d -p nss_ -b nss_parse nss_parse.y i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c args.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c alarm.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c macros.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c defaults.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c parse_subs.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c dev-ioctl-lib.c /usr/bin/rpcgen -l -o mount_clnt.c mount.x /usr/bin/rpcgen -c -o mount_xdr.c mount.x i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master_tok.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master_parse.tab.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c nss_tok.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c nss_parse.tab.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -o mount_clnt.o -c mount_clnt.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c rm -f autofs.a ar rv autofs.a cache.o mount_clnt.o mount_xdr.o cat_path.o rpc_subs.o mounts.o log.o nsswitch.o master_tok.o master_parse.tab.o nss_tok.o nss_parse.tab.o args.o alarm.o macros.o master.o defaults.o parse_subs.o dev-ioctl-lib.o ar: creating autofs.a a - cache.o a - mount_clnt.o a - mount_xdr.o a - cat_path.o a - rpc_subs.o a - mounts.o a - log.o a - nsswitch.o a - master_tok.o a - master_parse.tab.o a - nss_tok.o a - nss_parse.tab.o a - args.o a - alarm.o a - macros.o a - master.o a - defaults.o a - parse_subs.o a - dev-ioctl-lib.o /usr/bin/ranlib autofs.a make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/lib' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/daemon' i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c automount.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c indirect.c In file included from indirect.c:38:0: ../include/automount.h:336:0: warning: "MNT_DETACH" redefined /usr/include/sys/mount.h:125:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c direct.c In file included from direct.c:39:0: ../include/automount.h:336:0: warning: "MNT_DETACH" redefined /usr/include/sys/mount.h:125:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c spawn.c In file included from spawn.c:29:0: ../include/automount.h:336:0: warning: "MNT_DETACH" redefined /usr/include/sys/mount.h:125:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c module.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c mount.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c lookup.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c state.c i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -rdynamic -fPIE -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/var/run\" -DAUTOFS_FLAG_DIR=\"/var/run\" -DVERSION_STRING=\"5.0.6\" -c flag.c i686-pc-linux-gnu-gcc -g -pie -Wl,-O1 -Wl,--as-needed -rdynamic -o automount automount.o indirect.o direct.o spawn.o module.o mount.o lookup.o state.o flag.o ../lib/autofs.a -ldl -lpthread make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/daemon' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/modules' i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_yp.so lookup_yp.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_file.so lookup_file.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_program.so lookup_program.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_userhome.so lookup_userhome.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_multi.so lookup_multi.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_hosts.so lookup_hosts.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o parse_sun.so parse_sun.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_generic.so mount_generic.c ../lib/autofs.a -lnsl In file included from parse_sun.c:36:0: ../include/automount.h:336:0: warning: "MNT_DETACH" redefined /usr/include/sys/mount.h:125:0: note: this is the location of the previous definition i686-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -c replicated.c i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_afs.so mount_afs.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_autofs.so mount_autofs.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_changer.so mount_changer.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_bind.so mount_bind.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_ext2.so mount_ext2.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o lookup_nisplus.so lookup_nisplus.c ../lib/autofs.a -lnsl i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -march=native -O2 -pipe -fomit-frame-pointer -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/libxml2 -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib/autofs\" -DAUTOFS_MAP_DIR=\"/etc\" -o mount_nfs.so \ mount_nfs.c replicated.o ../lib/autofs.a -lnsl make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/modules' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/man' sed -e 's|@@initdir@@|/etc/init.d|g' \ -e 's|@@autofsmapdir@@|/etc|g' \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ < autofs.8.in > autofs.8 sed -e 's|@@initdir@@|/etc/init.d|g' \ -e 's|@@autofsmapdir@@|/etc|g' \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ < auto.master.5.in > auto.master.5 sed -e 's|@@initdir@@|/etc/init.d|g' \ -e 's|@@autofsmapdir@@|/etc|g' \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ < autofs_ldap_auth.conf.5.in > autofs_ldap_auth.conf.5 make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/man' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' >>> Source compiled. >>> Test phase [not enabled]: net-fs/autofs-5.0.6-r2 >>> Install autofs-5.0.6-r2 into /var/tmp/portage/net-fs/autofs-5.0.6-r2/image/ category net-fs make -j2 DESTDIR=/var/tmp/portage/net-fs/autofs-5.0.6-r2/image/ install set -e; for i in lib daemon modules man samples; do make -C $i install; done make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/lib' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/lib' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/daemon' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/sbin install -c automount -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/sbin make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/daemon' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/modules' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs install -c lookup_yp.so lookup_file.so lookup_program.so lookup_userhome.so lookup_multi.so lookup_hosts.so parse_sun.so mount_generic.so mount_nfs.so mount_afs.so mount_autofs.so mount_changer.so mount_bind.so mount_ext2.so lookup_nisplus.so -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs rm -f /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/mount_smbfs.so ln -fs lookup_file.so /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/lookup_files.so ln -fs lookup_yp.so /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/lookup_nis.so ln -fs mount_nfs.so /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/mount_nfs4.so ln -fs mount_ext2.so /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/mount_ext3.so ln -fs mount_ext2.so /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs/mount_ext4.so make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/modules' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/man' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/share/man/man5 install -c *.5 -m 644 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/share/man/man5 install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/share/man/man8 install -c *.8 -m 644 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/share/man/man8 make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/man' make[1]: Entering directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/conf.d install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/init.d install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//usr/lib/autofs install rc.autofs -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/init.d/autofs install -d -m 755 /var/tmp/portage/net-fs/autofs-5.0.6-r2/image//var/run/autofs Installing autofs default configuation in /etc/conf.d `autofs.conf.default' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/conf.d/autofs' Installed package configuration configuration as "autofs". Installing autofs ldap auth config "autofs_ldap_auth.conf" in /etc `autofs_ldap_auth.conf' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/autofs_ldap_auth.conf' Installed package auth config as "autofs_ldap_auth.conf". Installing autofs default master map in /etc `auto.master' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/auto.master' Installed package master map as "auto.master". Installing autofs sample map "auto.misc" in /etc `auto.misc' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/auto.misc' Installed package sample map as "auto.misc". Installing autofs sample map "auto.net" in /etc `auto.net' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/auto.net' Installed package sample map as "auto.net". Installing autofs sample map "auto.smb" in /etc `auto.smb' -> `/var/tmp/portage/net-fs/autofs-5.0.6-r2/image//etc/auto.smb' Installed package sample map as "auto.smb". make[1]: Leaving directory `/var/tmp/portage/net-fs/autofs-5.0.6-r2/work/autofs-5.0.6/samples' >>> Completed installing autofs-5.0.6-r2 into /var/tmp/portage/net-fs/autofs-5.0.6-r2/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/sbin/automount usr/lib/autofs/lookup_yp.so usr/lib/autofs/lookup_program.so usr/lib/autofs/lookup_hosts.so usr/lib/autofs/parse_sun.so usr/lib/autofs/mount_ext2.so usr/lib/autofs/mount_afs.so usr/lib/autofs/lookup_file.so usr/lib/autofs/mount_autofs.so usr/lib/autofs/mount_nfs.so usr/lib/autofs/lookup_userhome.so usr/lib/autofs/mount_bind.so usr/lib/autofs/lookup_nisplus.so usr/lib/autofs/mount_generic.so usr/lib/autofs/lookup_multi.so usr/lib/autofs/mount_changer.so ecompressdir: bzip2 -9 /usr/share/doc ecompressdir: bzip2 -9 /usr/share/man >>> Done.