* Package: net-fs/autofs-5.1.6-r1 * Repository: gentoo * Maintainer: dlan@gentoo.org mattst88@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libtirpc userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox @@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; This ebuild was merged at the following commit: https://github.com/gentoo-mirror/gentoo/commit/10034077ecdb85ba71030d8d1f17a2479ad53e73 @@@@@ END @@@@@ * Determining the location of the kernel source code * Found kernel source directory: * /kernel-4.19.122 * Found sources for kernel version: * 4.19.122 * Checking for suitable kernel configuration options... [ ok ] >>> Unpacking source... >>> Unpacking autofs-5.1.6.tar.xz to /var/tmp/portage/net-fs/autofs-5.1.6-r1/work >>> Source unpacked in /var/tmp/portage/net-fs/autofs-5.1.6-r1/work >>> Preparing source in /var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6 ... * Applying autofs-5.1.6-glibc.patch ... [ ok ] * Applying autofs-5.1.6-pid.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6 ... ./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 --docdir=/usr/share/doc/autofs-5.1.6-r1 --htmldir=/usr/share/doc/autofs-5.1.6-r1/html --libdir=/usr/lib64 --with-confdir=/etc/conf.d --with-mapdir=/etc/autofs --without-dmalloc --without-openldap --with-libtirpc --without-sasl --disable-mount-locking --without-systemd --without-hesiod --disable-ext-env --enable-sloppy-mount --enable-force-shutdown --enable-ignore-busy RANLIB=/usr/lib/llvm/10/bin/llvm-ranlib 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 x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-clang 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-clang accepts -g... yes checking for x86_64-pc-linux-gnu-clang option to accept ISO C89... none needed checking for systemd... no checking for sm_notify in -lsystemd... no 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-pkg-config... (cached) /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for TIRPC... yes checking for getrpcbyname... yes checking for getservbyname... yes checking if malloc debugging is wanted... no checking for mount... /bin/mount checking for mount.nfs... no 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 flex... /usr/bin/flex checking for bison... /usr/bin/bison checking for ranlib... /usr/lib/llvm/10/bin/llvm-ranlib checking for rpcgen... /usr/bin/rpcgen checking for sssd autofs library... no checking for pipe2... yes checking if umount accepts the -c 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 library containing versionsort... none required checking for clock_gettime in -lrt... yes checking for NSL... yes checking for res_query in -lresolv... no checking for __res_query in -lresolv... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-clang -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/ypclnt.h usability... yes checking rpcsvc/ypclnt.h presence... yes checking for rpcsvc/ypclnt.h... yes checking rpcsvc/nis.h usability... yes checking rpcsvc/nis.h presence... no configure: WARNING: rpcsvc/nis.h: accepted by the compiler, rejected by the preprocessor! configure: WARNING: rpcsvc/nis.h: proceeding with the compiler's result checking for rpcsvc/nis.h... yes checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-clang checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-clang accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-clang option to accept ISO C89... (cached) none needed checking whether gcc -fPIE works... no 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.6-r1/work/autofs-5.1.6 ... make -j2 V=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.6-r1/work/autofs-5.1.6/lib' x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c cache.c make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/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 sed -e "s|@@sbindir@@|/usr/sbin|g" \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ -e "s|@@autofspiddir@@|/run|g" \ < autofs.service.in > autofs.service make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/samples' /usr/bin/rpcgen -h -o mount.h mount.x x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c cat_path.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c rpc_subs.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c mounts.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c log.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -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 x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c args.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c alarm.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c macros.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c defaults.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c parse_subs.c parse_subs.c:334:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value] if (!getbits(ia, 31, 1)) ^~~~~~~~~~~~~~~~~~ parse_subs.c:45:53: note: expanded from macro 'getbits' #define getbits(x, p, n) ((x >> (p + 1 - n)) & ~(~0 << n)) ~~ ^ parse_subs.c:336:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value] else if (!getbits(ia, 30, 1)) ^~~~~~~~~~~~~~~~~~ parse_subs.c:45:53: note: expanded from macro 'getbits' #define getbits(x, p, n) ((x >> (p + 1 - n)) & ~(~0 << n)) ~~ ^ parse_subs.c:338:14: warning: shifting a negative signed value is undefined [-Wshift-negative-value] else if (!getbits(ia, 29, 1)) ^~~~~~~~~~~~~~~~~~ parse_subs.c:45:53: note: expanded from macro 'getbits' #define getbits(x, p, n) ((x >> (p + 1 - n)) & ~(~0 << n)) ~~ ^ x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c dev-ioctl-lib.c 3 warnings generated. /usr/bin/rpcgen -l -o mount_clnt.c mount.x /usr/bin/rpcgen -c -o mount_xdr.c mount.x x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master_tok.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c master_parse.tab.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c nss_tok.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -c nss_parse.tab.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -o mount_clnt.o -c mount_clnt.c llvm-strip mount_clnt.o x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -fPIC -D_GNU_SOURCE -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -Wno-unused-variable -o mount_xdr.o -c mount_xdr.c llvm-strip mount_xdr.o rm -f autofs.a llvm-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 llvm-ar: warning: creating autofs.a /usr/lib/llvm/10/bin/llvm-ranlib autofs.a make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/lib' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/daemon' x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c automount.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c indirect.c clang-10clang-10: warning: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] : argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c direct.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c spawn.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c module.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c mount.c x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c lookup.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c state.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -rdynamic -D_GNU_SOURCE -I../include -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -DAUTOFS_CONF_DIR=\"/etc/conf.d\" -DAUTOFS_FIFO_DIR=\"/run\" -DAUTOFS_FLAG_DIR=\"/run\" -DVERSION_STRING=\"5.1.6\" -c flag.c clang-10: warning: argument unused during compilation: '-rdynamic' [-Wunused-command-line-argument] x86_64-pc-linux-gnu-clang -o automount automount.o indirect.o direct.o spawn.o module.o mount.o lookup.o state.o flag.o -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic ../lib/autofs.a -lpthread -ltirpc -lrt -ldl -lpthread llvm-strip automount make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/daemon' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/modules' x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_file.so lookup_file.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_program.so lookup_program.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_program.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_userhome.so lookup_userhome.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_file.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_multi.so lookup_multi.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_userhome.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_hosts.so lookup_hosts.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_hosts.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o lookup_dir.so lookup_dir.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_multi.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o parse_sun.so parse_sun.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip lookup_dir.so /usr/bin/bison -v -d -p amd_ -b amd_parse amd_parse.y /usr/bin/bison -v -d -p amd_ -b amd_parse amd_parse.y /usr/bin/flex -oamd_tok.c -Pamd_ amd_tok.l x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_generic.so mount_generic.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip parse_sun.so x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -c replicated.c llvm-strip mount_generic.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_afs.so mount_afs.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip mount_afs.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_autofs.so mount_autofs.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip mount_autofs.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_changer.so mount_changer.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_bind.so mount_bind.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip mount_changer.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_ext2.so mount_ext2.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip mount_bind.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -I/usr/include/tirpc -o lookup_nisplus.so \ lookup_nisplus.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt -lnsl -ltirpc llvm-strip mount_ext2.so x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -I/usr/include/tirpc -o lookup_yp.so \ lookup_yp.c -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt -lnsl -ltirpc llvm-strip lookup_nisplus.so x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -c amd_parse.tab.c llvm-strip lookup_yp.so x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -c amd_tok.c x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o mount_nfs.so \ mount_nfs.c replicated.o -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt x86_64-pc-linux-gnu-clang -shared -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/include/tirpc -I../include -I../lib -fPIC -D_GNU_SOURCE -DAUTOFS_LIB_DIR=\"/usr/lib64/autofs\" -DAUTOFS_MAP_DIR=\"/etc/autofs\" -o parse_amd.so \ parse_amd.c amd_parse.tab.o amd_tok.o -Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0 ../lib/autofs.a -lpthread -ltirpc -lrt llvm-strip mount_nfs.so llvm-strip parse_amd.so make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/modules' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/man' sed -e 's|@@initdir@@|/etc/init.d|g' \ -e 's|@@autofsmapdir@@|/etc/autofs|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/autofs|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/autofs|g' \ -e "s|@@autofsconfdir@@|/etc/conf.d|g" \ < autofs.conf.5.in > autofs.conf.5 sed -e 's|@@initdir@@|/etc/init.d|g' \ -e 's|@@autofsmapdir@@|/etc/autofs|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.1.6-r1/work/autofs-5.1.6/man' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/samples' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/samples' >>> Source compiled. >>> Test phase [not enabled]: net-fs/autofs-5.1.6-r1 >>> Install net-fs/autofs-5.1.6-r1 into /var/tmp/portage/net-fs/autofs-5.1.6-r1/image make -j2 V=1 DESTDIR=/var/tmp/portage/net-fs/autofs-5.1.6-r1/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.1.6-r1/work/autofs-5.1.6/lib' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/lib' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/daemon' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/sbin install -c automount -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/sbin make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/daemon' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/modules' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs install -c lookup_file.so lookup_program.so lookup_userhome.so lookup_multi.so lookup_hosts.so lookup_dir.so parse_sun.so parse_amd.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 lookup_yp.so -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs rm -f /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/mount_smbfs.so ln -fs lookup_file.so /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/lookup_files.so ln -fs lookup_yp.so /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/lookup_nis.so ln -fs mount_nfs.so /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/mount_nfs4.so ln -fs mount_ext2.so /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/mount_ext3.so ln -fs mount_ext2.so /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs/mount_ext4.so make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/modules' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/man' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/share/man/man5 install -c *.5 -m 644 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/share/man/man5 install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/share/man/man8 install -c *.8 -m 644 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/share/man/man8 make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/man' make[1]: Entering directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/samples' install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/init.d install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/conf.d install rc.autofs -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/init.d/autofs install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/usr/lib64/autofs install -d -m 755 /var/tmp/portage/net-fs/autofs-5.1.6-r1/image/run Installing autofs default configuation in /etc/autofs Installing autofs init configuation in /etc/conf.d 'autofs.conf.default' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/autofs.conf' Installed package default configuration as "autofs.conf". Installing autofs ldap auth config "autofs_ldap_auth.conf" in /etc/autofs 'autofs.init.conf' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/conf.d/autofs' Installed package init configuration as "autofs". Installing autofs default master map in /etc/autofs 'autofs_ldap_auth.conf' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/autofs_ldap_auth.conf' Installed package auth config as "autofs_ldap_auth.conf". Installing autofs sample map "auto.misc" in /etc/autofs 'auto.master' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/auto.master' Installed package master map as "auto.master". Installing autofs sample map "auto.net" in /etc/autofs 'auto.misc' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/auto.misc' Installed package sample map as "auto.misc". Installing autofs sample map "auto.smb" in /etc/autofs 'auto.net' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/auto.net' Installed package sample map as "auto.net". 'auto.smb' -> '/var/tmp/portage/net-fs/autofs-5.1.6-r1/image/etc/autofs/auto.smb' Installed package sample map as "auto.smb". make[1]: Leaving directory '/var/tmp/portage/net-fs/autofs-5.1.6-r1/work/autofs-5.1.6/samples' >>> Completed installing net-fs/autofs-5.1.6-r1 into /var/tmp/portage/net-fs/autofs-5.1.6-r1/image * Final size of build directory: 8484 KiB (8.2 MiB) * Final size of installed tree: 3348 KiB (3.2 MiB) * QA Notice: Files built without respecting CFLAGS have been detected * Please include the following list of files in your report: * /usr/lib64/autofs/mount_ext2.so * /usr/lib64/autofs/mount_changer.so * /usr/lib64/autofs/lookup_file.so * /usr/lib64/autofs/parse_amd.so * /usr/lib64/autofs/lookup_multi.so * /usr/lib64/autofs/mount_generic.so * /usr/lib64/autofs/mount_autofs.so * /usr/lib64/autofs/lookup_dir.so * /usr/lib64/autofs/mount_bind.so * /usr/lib64/autofs/lookup_hosts.so * /usr/lib64/autofs/mount_nfs.so * /usr/lib64/autofs/lookup_program.so * /usr/lib64/autofs/parse_sun.so * /usr/lib64/autofs/mount_afs.so * /usr/lib64/autofs/lookup_yp.so * /usr/lib64/autofs/lookup_userhome.so * /usr/lib64/autofs/lookup_nisplus.so * /usr/sbin/automount * QA Notice: Pre-stripped files found: * /usr/lib64/autofs/mount_ext2.so * /usr/lib64/autofs/mount_changer.so * /usr/lib64/autofs/lookup_file.so * /usr/lib64/autofs/parse_amd.so * /usr/lib64/autofs/lookup_multi.so * /usr/lib64/autofs/mount_generic.so * /usr/lib64/autofs/mount_autofs.so * /usr/lib64/autofs/lookup_dir.so * /usr/lib64/autofs/mount_bind.so * /usr/lib64/autofs/lookup_hosts.so * /usr/lib64/autofs/mount_nfs.so * /usr/lib64/autofs/lookup_program.so * /usr/lib64/autofs/parse_sun.so * /usr/lib64/autofs/mount_afs.so * /usr/lib64/autofs/lookup_yp.so * /usr/lib64/autofs/lookup_userhome.so * /usr/lib64/autofs/lookup_nisplus.so * /usr/sbin/automount >>> Done. * If you plan on using autofs for automounting remote NFS mounts, * please check that both portmap (or rpcbind) and rpc.statd/lockd * are running. emerge --info: Portage 2.3.103 (python 3.7.8-final-0, default/linux/amd64/17.1, gcc-10.1.0, glibc-2.31-r5, 5.4.0-1015-aws x86_64) ================================================================= System uname: Linux-5.4.0-1015-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 7895548 total, 1984596 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 07 Jul 2020 01:09:41 +0000 sh bash 5.0_p17 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p17::gentoo dev-lang/perl: 5.30.3-r2::gentoo dev-lang/python: 2.7.18::gentoo, 3.7.8-r1::gentoo, 3.8.3-r1::gentoo, 3.9.0_beta4::gentoo dev-util/cmake: 3.18.0_rc3::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.1.0-r2::gentoo sys-devel/gcc-config: 2.3.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r5::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-metamanifest: yes sync-rsync-extra-opts: sync-rsync-verify-jobs: 1 sync-rsync-verify-max-age: 24 ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CC="x86_64-pc-linux-gnu-clang" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXX="x86_64-pc-linux-gnu-clang++" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -fuse-ld=lld -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j2 V=1" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS