TLNR: Disabling ldiskfs support because complete ext4 source does not exist. If you are building using kernel-devel packages and require ldiskfs server support then ensure that the matching kernel-debuginfo-common and kernel-debuginfo-common-<arch> packages are installed.
When compiling Lustre source code, occurs errors as below:
[root@node2 SPECS]# rpmbuild -ba lustre.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.XkAIDT + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf lustre-2.10.5 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/lustre-2.10.5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd lustre-2.10.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + ln lustre/ChangeLog ChangeLog-lustre + ln lnet/ChangeLog ChangeLog-lnet + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WUGyvB + umask 022 + cd /root/rpmbuild/BUILD + cd lustre-2.10.5 + cd /root/rpmbuild/BUILD/lustre-2.10.5 + CONFIGURE_ARGS= + '[' -n '' ']' + CFLAGS='-g -O2 -Werror' + export CFLAGS + CXXFLAGS='-g -O2 -Werror' + export CXXFLAGS + FFLAGS='-g -O2 -Werror -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-g -O2 -Werror -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' x86_64 == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + eval ./configure --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-tests --enable-utils --enable-modules --without-zfs --disable-dlc --disable-snmp --with-systemdsystemunitdir=/usr/lib/systemd/system --with-linux=/lib/modules/3.10.0-693.el7.x86_64/source --with-linux-obj=/lib/modules/3.10.0-693.el7.x86_64/build --with-kmp-moddir=extra/lustre --with-o2ib=/usr/src/ofa_kernel/default ++ ./configure --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-tests --enable-utils --enable-modules --without-zfs --disable-dlc --disable-snmp --with-systemdsystemunitdir=/usr/lib/systemd/system --with-linux=/lib/modules/3.10.0-693.el7.x86_64/source --with-linux-obj=/lib/modules/3.10.0-693.el7.x86_64/build --with-kmp-moddir=extra/lustre --with-o2ib=/usr/src/ofa_kernel/default checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... yes checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/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 whether ln -s works... yes 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 x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %sn checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes checking dependency style of gcc... none checking for rpmbuild... /usr/bin/rpmbuild configure: Lustre base checks ============================================================================== checking whether to configure just enough for make dist... no checking if this distro uses dpkg... no checking for ranlib... (cached) ranlib checking for ld... /usr/bin/ld -m elf_x86_64 checking for objdump... (cached) objdump checking for strip... (cached) strip checking size of unsigned long long... 8 checking whether to use OSD addon... no checking whether to build Lustre docs... no checking whether to build Lustre manpages... yes checking whether to build Lustre utilities... yes checking whether to build Lustre tests... yes checking whether to build Lustre client support... yes checking whether mpitests can be built... no checking whether to build Linux kernel modules... yes (linux-gnu) checking for Linux sources... /usr/src/kernels/3.10.0-693.el7.x86_64 checking for /usr/src/kernels/3.10.0-693.el7.x86_64... yes checking for Linux objects... /usr/src/kernels/3.10.0-693.el7.x86_64 checking for /usr/src/kernels/3.10.0-693.el7.x86_64/.config... yes checking for /boot/kernel.h... no checking for /var/adm/running-kernel.h... no checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/generated/autoconf.h... yes checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/linux/version.h... no checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/generated/uapi/linux/version.h... yes checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/linux/kconfig.h... yes checking for external module build target... M checking that modules can be built at all... yes checking for Linux kernel utsrelease... 3.10.0-693.el7.x86_64 checking for RedHat kernel release number... 74 checking for Linux kernel module package directory... extra/lustre checking for the name of module symbol version file... Module.symvers checking if Linux kernel was built with CONFIG_MODULES... yes checking if Linux kernel was built with CONFIG_MODVERSIONS... yes checking if Linux kernel was built with CONFIG_KALLSYMS... yes checking if Linux kernel module loading is possible... yes configure: LibCFS kernel checks ============================================================================== checking whether to use tunable 'panic_dumplog' support... no checking if 'struct stacktrace_ops' has 'walk_stack' field... yes checking if 'shrinker' want self pointer in handler... no checking if 'ctl_table' has a 'ctl_name' field... no checking if Linux kernel has 'kstrtoul'... yes checking if 'dump_trace' want address... yes checking if 'shrink_control' is present... yes checking if 'stacktrace_ops.warning' is exist... no checking if 'reinit_completion' exists... yes checking for linux/uidgid.h... yes checking if 'i_uid_read' is present... yes checking if Linux kernel exports 'sock_alloc_file'... yes checking if 'sock_alloc_file' takes 3 arguments... yes checking if Linux kernel was built with CONFIG_CRC32 in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_CRC32_PCLMUL in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_CRC32C_INTEL in or as module... yes checking does function 'ktime_get_ts64' exist... yes checking does function 'ktime_add' exist... yes checking does function 'ktime_after' exist... yes checking does function 'ktime_before' exist... yes checking does function 'ktime_compare' exist... yes checking shrinker has 'count_objects'... no checking does function 'hlist_add_after' exist... no checking does 'struct timespec64' exist... yes checking does function 'ktime_get_real_ts64' exist... yes checking does function 'ktime_get_real_seconds' exist... no checking does function 'ktime_get_real_ns' exist... yes checking does function 'ktime_to_timespec64' exist... yes checking does function 'timespec64_sub' exist... yes checking does function 'timespec64_to_ktime' exist... yes checking does function 'ktime_get_seconds' exist... no checking does function 'cpumap_print_to_pagebuf' exist... yes checking does function 'topology_sibling_cpumask' exist... yes checking for asm/fpu/api.h... no checking does crypto hash helper functions exist... no checking if 'struct stacktrace_ops' address function returns an int... no checking if 'get_user_pages()' takes 6 arguments... no checking if 'struct stacktrace_ops' exists... yes checking if 'get_user_pages()' takes gup_flags in arguments... no checking if libcfs supports CPU hotplug state machine... no checking for linux/sched/signal.h... no configure: LNet kernel checks ============================================================================== checking whether to enable CPU affinity support... yes checking if Linux kernel has cpu affinity support... yes checking whether to enable tunable backoff TCP support... yes checking if Linux kernel has tunable backoff TCP support... no checking whether to use Compat RDMA... yes checking whether to use any OFED backport headers... no checking whether to enable OpenIB gen2 support... yes configure: adding /usr/src/ofa_kernel/default/Module.symvers to Symbol Path checking if Linux kernel has kthread_worker... yes checking if 'rdma_create_id' wants four args... no checking if 'rdma_create_id' wants five args... yes checking if 'struct ib_cq_init_attr' is used... yes checking if 'ib_alloc_fast_reg_mr' exists... no checking if 'ib_get_dma_mr' exists... yes checking if 'struct ib_rdma_wr' is defined... yes checking if 4arg 'ib_map_mr_sg' exists... no checking if 5arg 'ib_map_mr_sg' exists... yes checking if 'struct ib_device' has member 'attrs'... yes checking if 2arg 'ib_alloc_pd' exists... yes checking if function 'ib_inc_rkey' is defined... yes checking whether to enable GNI lnd... no checking if Linux kernel has 'sk_sleep'... yes checking if 'tcp_sendpage' first parameter is socket... no checking if Linux kernel exports 'kmap_to_page'... no checking if 'sk_data_ready' takes only one argument... no checking if 'sock_create_kern' first parameter is net... no checking if 'struct sock' accept function requires a bool argument... no checking ext4 source directory... configure: WARNING: Disabling ldiskfs support because complete ext4 source does not exist. If you are building using kernel-devel packages and require ldiskfs server support then ensure that the matching kernel-debuginfo-common and kernel-debuginfo-common-<arch> packages are installed. configure: Lustre kernel checks ============================================================================== checking whether to enable Lustre pinger support... yes checking whether to enable data checksum support... yes checking whether to enable a write with the health check... no checking whether to enable lru self-adjusting... yes checking for name_to_handle_at... yes checking whether to enable gss support... auto checking whether to enable gss keyring backend... auto checking if Linux kernel was built with CONFIG_KEYS in or as module... yes checking for keyctl_search in -lkeyutils... no configure: WARNING: GSS keyring backend requires libkeyutils checking if crypto_hash API is supported... yes checking if 'struct cred' has member 'tgcred'... no checking if 'key_type->instantiate' has two args... yes checking if Linux kernel was built with CONFIG_SUNRPC in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_MD5 in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_SHA1 in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_SHA256 in or as module... yes checking if Linux kernel was built with CONFIG_CRYPTO_SHA512 in or as module... yes checking for Kerberos v5... not found! checking whether OpenSSL has functions needed for SSK... no checking if 'blk_queue_max_segments' is defined... yes checking if 'struct xattr_handler' has flags field... yes checking if 'quotactl_ops.set_dqblk' takes struct fs_disk_quota... no checking if 'quotactl_ops.set_dqblk' takes struct kqid & fs_disk_quota... yes checking if 'dquot_suspend' is defined... yes checking if '__add_wait_queue_exclusive' exists... yes checking if 'file_operations.fsync' takes 4 arguments... yes checking if Linux kernel exports 'simple_setattr'... yes checking if Linux kernel exports 'truncate_complete_page'... no checking if Linux kernel exports 'remove_from_page_cache'... no checking if Linux kernel exports 'delete_from_page_cache'... yes checking if 'fs_struct.lock' use rwlock... no checking if 'super_operations.evict_inode' exist... yes checking if 'kernel_locked' is defined... no checking if fs_struct use seqcount... yes checking if Linux kernel exports 'blkdev_get_by_dev'... yes checking if 'generic_permission' take 2 arguments... yes checking if 'dcache_lock' is exist... no checking if 'inode.i_rcu' exists... yes checking if 'dentry_operations.d_compare()' taken 7 arguments... no checking if 'dentry_operations.d_delete()' has const declare on first parameter... yes checking if 'struct blk_plug' exists... yes checking if Linux kernel was built with CONFIG_FHANDLE in or as module... yes checking if 'file_system_type' has 'mount' field... yes checking if 'inode_operations' has '.truncate' member function... no checking if 'inode_owner_or_capable' exist... yes checking if security_inode_init_security takes a callback... yes checking if 'dirty_inode' super_operation takes flag... yes checking for sched.h... yes checking for setns... yes checking if 'lock-manager' ops renamed to 'lm_xxx'... yes checking if 'inode->i_alloc_sem' is killed and use inode_dio_wait... yes checking if 'inode_operations' has '.get_acl' member function... yes checking if Linux kernel exports 'generic_file_llseek_size'... yes checking if 'inode_operations->permission' has two args... yes checking radix_tree_exceptional_entry exist... yes checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/linux/loop.h... yes checking if have 'HAVE_LOOP_CTL_GET_FREE'... yes checking if 'inode->i_nlink' is protected from direct modification... yes checking for /usr/src/kernels/3.10.0-693.el7.x86_64/include/linux/migrate.h... yes checking if 'address_space_operations.migratepage' has 4 args... yes checking if 'super_operations' use 'dentry' as parameter... yes checking if 'inode_operations' use 'umode_t' as parameter... yes checking if have 'cache_register'... no checking if have 'd_make_root'... yes checking if 'kmap_atomic' has only 1 argument... yes checking if have 'clear_inode'... yes checking if 'encode_fh' have parent inode as parameter... yes checking if Linux kernel has 'generic_file_llseek_size' with 5 args... yes checking if 'i_dentry/d_alias' uses 'list'... no checking if 'dentry_open' uses 'struct path' as first argument... yes checking if 'iop' has 'atomic_open'... yes checking if kernel supports wrapped FS freeze functions... yes checking if 'posix_acl_to_xattr' takes 'struct user_namespace'... yes checking if 'struct file' has member 'f_inode'... yes checking if file_inode() exists... yes checking if 'sunrpc_cache_pipe_upcall' takes 3 args... no checking if 'hlist_for_each_entry' has 3 args... yes checking if 'bio_end_sector' is defined... yes checking if 'is_sxid' is defined... yes checking if 'remove_proc_subtree' is defined... yes checking if 'proc_remove' is defined... yes checking if get_projid exists... no checking if 'security_dentry_init_security' is defined... yes checking if 'address_space_operations.invalidatepage' requires 3 arguments... no checking if 'dir_context' exist... no checking if 'd_compare' taken 5 arguments... yes checking if 'd_count' exist... yes checking if hlist 'dentry.d_u.d_alias' exist... no checking if 'dentry.d_child' exist... no checking if 'struct nsproxy' has 'pid_ns_for_children'... no checking if 'truncate_pagecache' with 'old_size' parameter... no checking if 'struct kiocb' with 'ki_left' member... yes checking if Linux kernel has 'vfs_rename' with 5 args... no checking if Linux kernel has 'vfs_unlink' with 3 args... yes checking if Linux kernel has struct bvec_iter... no checking if Linux kernel has truncate_inode_pages_final... yes checking if 'inode_operations->rename' taken flags as argument... no checking if 'inode_operations' has '.set_acl' member function... no checking if Linux kernel has 'vfs_rename' with 6 args... yes checking if direct IO uses iov_iter... no checking if 'iov_iter_init' takes a tag... no checking if 'iov_iter_truncate' exists ... yes checking if 'file_operations.read|write_iter' exist... no checking if struct key_match field exist... no checking if percpu_counter_init uses GFP_* flag as argument... yes checking if filldir_t uses struct dir_context... no checking if struct kiocb has ki_nbytes field... no checking if 'quotactl_ops.set_dqblk' takes struct qc_dqblk... no checking if struct address_space has backing_dev_info... yes checking if have 'BDI_CAP_MAP_COPY'... yes checking if cancel_dirty_page still exist... yes checking if iov_iter_rw exist... no checking if Linux kernel exports 'new_sync_read'... no checking if cancel_dirty_page with one argument exist... no checking if 'bio_endio' with one argument exist... no checking if symlink inode operations have struct nameidata argument... yes checking if 'struct cache_head' has 'cache_list' field... no checking if 'struct xattr_handler' functions pass in handler pointer... no checking if 'locks_lock_file_wait' exists... yes checking if 'struct key' has 'payload.data' as an array... no checking if Linux kernel has bi_cnt in struct bio... yes checking if Linux kernel has bi_rw in struct bio... yes checking if submit_bio takes two arguments... yes checking if kernel has clean_bdev_aliases... no checking if Linux kernel has 'file_dentry'... yes checking if 'inode_lock' is defined... yes checking if 'iop' has 'get_link'... no checking if 'in_compat_syscall' is defined... yes checking if 'struct xattr_handler' functions have inode parameter... no checking if '->direct_IO()' taken 2 arguments... no checking if 'generic_write_sync()' taken 2 arguments... no checking if 'posix_acl_valid' takes 'struct user_namespace'... no checking if 'd_compare' taken 4 arguments... no checking if 'full_name_hash' taken 3 arguments... no checking if 'struct posix_acl_xattr_{header,entry}' defined... no checking if 'inode_operations' has {get,set,remove}xattr members... yes checking if 'struct group_info' has member 'gid'... no checking if '__vfs_setxattr' helper is available... no checking if 'posix_acl_update_mode' exists... yes checking if 'generic_readlink' still exist... yes checking if 'struct vm_fault' replaced virtual_address with address field... no checking if 'inode_operations' getattr member can gather advance stats... no checking if 'struct vm_operations' removed struct vm_area_struct... no checking if CURRENT_TIME has been replaced with current_time... no checking if 'super_setup_bdi_name' exist... no checking if stack size is at least 8k... yes checking if kernel has 64-bit quota limits support... yes checking if Linux kernel was built with CONFIG_QUOTA in or as module... yes checking whether to build ldiskfs... no checking whether to enable zfs... no checking whether to build Lustre server support... no checking whether to enable nodemap proc debug... no checking whether to enable CDEBUG, CWARN... yes checking whether to enable ENTRY/EXIT... yes checking whether to enable LASSERT, LASSERTF... yes checking whether to enable quota support global control... yes checking sys/quota.h usability... yes checking sys/quota.h presence... yes checking for sys/quota.h... yes checking libmount/libmount.h usability... no checking libmount/libmount.h presence... no checking for libmount/libmount.h... no checking whether to build with libmount... no checking for ./snmp/lustre-snmp.c... yes checking whether to build iokit... yes checking whether to use alternate names for e2fsprogs... disabled configure: LibCFS core checks ============================================================================== checking asm/types.h usability... yes checking asm/types.h presence... yes checking for asm/types.h... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking linux/version.h usability... yes checking linux/version.h presence... yes checking for linux/version.h... yes checking for spinlock_t... no checking for strnlen... yes checking for strlcpy... no checking for strlcat... no checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking for sys/types.h... (cached) yes checking linux/unistd.h usability... yes checking linux/unistd.h presence... yes checking for linux/unistd.h... yes checking for unistd.h... (cached) yes checking for linux/random.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for asm/types.h... (cached) yes checking for endian.h... (cached) yes checking for gethostbyname... yes configure: LibCFS required packages checks ============================================================================== checking whether to enable readline support... yes checking for readline in -lreadline... no checking whether to use libpthread for libcfs library... yes checking for pthread_create in -lpthread... yes configure: LNet core checks ============================================================================== checking for netdb.h... (cached) yes checking for gethostbyname... (cached) yes checking for strnlen... (cached) yes checking whether to enable 'efence' debugging support... no checking for non-default maximum LNET payload... no checking for yaml_parser_initialize in -lyaml... no checking whether to enable dlc... no configure: Lustre core checks ============================================================================== checking for maximum OBD ioctl size... 8192 bytes checking for maximum number of MDS threads... checking for netdb.h... (cached) yes checking for endian.h... (cached) yes checking for gethostbyname... (cached) yes checking blkid/blkid.h usability... no checking blkid/blkid.h presence... no checking for blkid/blkid.h... no checking ext2fs/ext2fs.h usability... no checking ext2fs/ext2fs.h presence... no checking for ext2fs/ext2fs.h... no checking for is_selinux_enabled in -lselinux... yes checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking whether to report minimum OST free space... no checking whether to randomly failing memory alloc... yes checking whether to check invariants (expensive cpu-wise)... no checking whether to track references with lu_ref... no checking whether to enable page state tracking... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking systemd unit file directory... /usr/lib/systemd/system checking whether to try to build SNMP support... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libcfs/Makefile config.status: creating libcfs/autoMakefile config.status: creating libcfs/autoconf/Makefile config.status: creating libcfs/include/Makefile config.status: creating libcfs/include/libcfs/Makefile config.status: creating libcfs/include/libcfs/linux/Makefile config.status: creating libcfs/include/libcfs/util/Makefile config.status: creating libcfs/libcfs/Makefile config.status: creating libcfs/libcfs/autoMakefile config.status: creating libcfs/libcfs/linux/Makefile config.status: creating libcfs/libcfs/util/Makefile config.status: creating Makefile config.status: creating autoMakefile config.status: creating config/Makefile config.status: creating Rules config.status: creating lustre.spec config.status: creating lustre-dkms.spec config.status: creating ldiskfs/Makefile config.status: creating ldiskfs/autoMakefile config.status: creating lustre-iokit/Makefile config.status: creating lustre-iokit/obdfilter-survey/Makefile config.status: creating lustre-iokit/ost-survey/Makefile config.status: creating lustre-iokit/sgpdd-survey/Makefile config.status: creating lustre-iokit/mds-survey/Makefile config.status: creating lustre-iokit/ior-survey/Makefile config.status: creating lustre-iokit/stats-collect/Makefile config.status: creating lnet/Makefile config.status: creating lnet/autoMakefile config.status: creating lnet/autoconf/Makefile config.status: creating lnet/doc/Makefile config.status: creating lnet/include/Makefile config.status: creating lnet/include/lnet/Makefile config.status: creating lnet/klnds/Makefile config.status: creating lnet/klnds/autoMakefile config.status: creating lnet/klnds/o2iblnd/Makefile config.status: creating lnet/klnds/o2iblnd/autoMakefile config.status: creating lnet/klnds/gnilnd/Makefile config.status: creating lnet/klnds/gnilnd/autoMakefile config.status: creating lnet/klnds/socklnd/Makefile config.status: creating lnet/klnds/socklnd/autoMakefile config.status: creating lnet/lnet/Makefile config.status: creating lnet/lnet/autoMakefile config.status: creating lnet/selftest/Makefile config.status: creating lnet/selftest/autoMakefile config.status: creating lnet/utils/Makefile config.status: creating lnet/utils/lnetconfig/Makefile config.status: creating lustre/Makefile config.status: creating lustre/autoMakefile config.status: creating lustre/autoconf/Makefile config.status: creating lustre/conf/Makefile config.status: creating lustre/contrib/Makefile config.status: creating lustre/doc/Makefile config.status: creating lustre/include/Makefile config.status: creating lustre/include/lustre/Makefile config.status: creating lustre/include/uapi/linux/Makefile config.status: creating lustre/kernel_patches/targets/3.10-rhel7.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.10.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.9.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.8.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.7.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.6.target config.status: creating lustre/kernel_patches/targets/2.6-rhel6.target config.status: creating lustre/kernel_patches/targets/2.6-rhel5.target config.status: creating lustre/kernel_patches/targets/2.6-sles11.target config.status: creating lustre/kernel_patches/targets/3.0-sles11.target config.status: creating lustre/kernel_patches/targets/3.0-sles11sp3.target config.status: creating lustre/kernel_patches/targets/3.0-sles11sp4.target config.status: creating lustre/kernel_patches/targets/3.12-sles12.target config.status: creating lustre/kernel_patches/targets/4.4-sles12.target config.status: creating lustre/kernel_patches/targets/4.4-sles12sp3.target config.status: creating lustre/kernel_patches/targets/2.6-fc11.target config.status: creating lustre/kernel_patches/targets/2.6-fc12.target config.status: creating lustre/kernel_patches/targets/2.6-fc15.target config.status: creating lustre/kernel_patches/targets/3.x-fc18.target config.status: creating lustre/ldlm/Makefile config.status: creating lustre/fid/Makefile config.status: creating lustre/fid/autoMakefile config.status: creating lustre/llite/Makefile config.status: creating lustre/llite/autoMakefile config.status: creating lustre/lov/Makefile config.status: creating lustre/lov/autoMakefile config.status: creating lustre/mdc/Makefile config.status: creating lustre/mdc/autoMakefile config.status: creating lustre/lmv/Makefile config.status: creating lustre/lmv/autoMakefile config.status: creating lustre/lfsck/Makefile config.status: creating lustre/lfsck/autoMakefile config.status: creating lustre/mdt/Makefile config.status: creating lustre/mdt/autoMakefile config.status: creating lustre/mdd/Makefile config.status: creating lustre/mdd/autoMakefile config.status: creating lustre/fld/Makefile config.status: creating lustre/fld/autoMakefile config.status: creating lustre/obdclass/Makefile config.status: creating lustre/obdclass/autoMakefile config.status: creating lustre/obdclass/linux/Makefile config.status: creating lustre/obdecho/Makefile config.status: creating lustre/obdecho/autoMakefile config.status: creating lustre/ofd/Makefile config.status: creating lustre/ofd/autoMakefile config.status: creating lustre/osc/Makefile config.status: creating lustre/osc/autoMakefile config.status: creating lustre/ost/Makefile config.status: creating lustre/ost/autoMakefile config.status: creating lustre/osd-ldiskfs/Makefile config.status: creating lustre/osd-ldiskfs/autoMakefile config.status: creating lustre/osd-zfs/Makefile config.status: creating lustre/osd-zfs/autoMakefile config.status: creating lustre/mgc/Makefile config.status: creating lustre/mgc/autoMakefile config.status: creating lustre/mgs/Makefile config.status: creating lustre/mgs/autoMakefile config.status: creating lustre/target/Makefile config.status: creating lustre/ptlrpc/Makefile config.status: creating lustre/ptlrpc/autoMakefile config.status: creating lustre/ptlrpc/gss/Makefile config.status: creating lustre/ptlrpc/gss/autoMakefile config.status: creating lustre/quota/Makefile config.status: creating lustre/quota/autoMakefile config.status: creating lustre/scripts/Makefile config.status: creating lustre/scripts/systemd/Makefile config.status: creating lustre/tests/Makefile config.status: creating lustre/tests/mpi/Makefile config.status: creating lustre/tests/kernel/Makefile config.status: creating lustre/tests/kernel/autoMakefile config.status: creating lustre/utils/Makefile config.status: creating lustre/utils/gss/Makefile config.status: creating lustre/osp/Makefile config.status: creating lustre/osp/autoMakefile config.status: creating lustre/lod/Makefile config.status: creating lustre/lod/autoMakefile config.status: creating snmp/Makefile config.status: creating snmp/autoconf/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands CC: gcc LD: /usr/bin/ld -m elf_x86_64 CPPFLAGS: -include /root/rpmbuild/BUILD/lustre-2.10.5/undef.h -include /root/rpmbuild/BUILD/lustre-2.10.5/config.h -I/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include -I/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include -I/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include -I/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/uapi CFLAGS: -g -O2 -Werror -Wall -Werror EXTRA_KCFLAGS: -include /root/rpmbuild/BUILD/lustre-2.10.5/undef.h -include /root/rpmbuild/BUILD/lustre-2.10.5/config.h -g -I/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include -I/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include -I/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include Type 'make' to build Lustre. + make -j12 -s Making all in . Making all in lustre-iokit Making all in obdfilter-survey Making all in sgpdd-survey Making all in ost-survey Making all in ior-survey Making all in mds-survey Making all in stats-collect Making all in libcfs Making all in libcfs Making all in linux Making all in util Making all in include Making all in libcfs Making all in linux Making all in util Making all in autoconf Making all in lnet Making all in lnet Making all in klnds Making all in socklnd Making all in gnilnd Making all in o2iblnd Making all in selftest Making all in doc Making all in utils libtool: link: gcc -fPIC -D_GNU_SOURCE -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o wirecheck wirecheck.o -L. libtool: link: gcc -fPIC -D_GNU_SOURCE -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o routerstat routerstat.o -L. ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lst lst-lst.o -L. -lptlctl ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a Making all in include Making all in lnet Making all in autoconf Making all in lustre Making all in include Making all in lustre Making all in uapi/linux Making all in obdclass Making all in linux Making all in ldlm Making all in ptlrpc Making all in obdecho Making all in mgc Making all in fid Making all in fld Making all in doc Making all in utils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o l_getidentity l_getidentity.o -L../../lnet/utils ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o ll_decode_linkea ll_decode_linkea.o -L../../lnet/utils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -rdynamic -Wl,-z -Wl,relro -o mount.lustre mount_lustre-mount_lustre.o mount_lustre-mount_utils.o -ldl ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lselinux libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llverfs llverfs.o -L../../lnet/utils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o wiretest wiretest.o -L../../lnet/utils libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lhsmtool_posix lhsmtool_posix.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lfs lfs.o lfs_project.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lustre_rsync lustre_rsync.o obd.o lustre_cfg.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lctl lustre_lfsck.o obd.o lustre_cfg.o lctl.o lsnapshot.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread Making all in tests libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mcreate mcreate.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o munlink munlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o openunlink openunlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o truncate truncate.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o directio directio.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o writeme writeme.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mlink mlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o utime utime.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o it_test it_test.o ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o tchmod tchmod.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o fsx fsx.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o test_brw test_brw.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o sendfile sendfile.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o createmany createmany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o chownmany chownmany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o statmany statmany.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o multifstat multifstat.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o createtest createtest.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o opendirunlink opendirunlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o opendevunlink opendevunlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o unlinkmany unlinkmany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o statone statone.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o checkstat checkstat.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o runas runas.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o openfile openfile.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o rmdirmany rmdirmany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o small_write small_write.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o multiop multiop.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o ll_sparseness_verify ll_sparseness_verify.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o ll_sparseness_write ll_sparseness_write.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mrename mrename.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mkdirmany mkdirmany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o ll_dirstripe_verify ll_dirstripe_verify.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o openfilleddirunlink openfilleddirunlink.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o memhog memhog.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o rename_many rename_many.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mmap_sanity mmap_sanity.o ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o reads reads.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o writemany writemany.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o flocks_test flocks_test.o -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o flock_deadlock flock_deadlock.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o write_time_limit write_time_limit.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o rwv rwv.o ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lgetxattr_size_check lgetxattr_size_check.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o listxattr_size_check listxattr_size_check.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o checkfiemap checkfiemap.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o check_fhandle_syscalls check_fhandle_syscalls.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o badarea_io badarea_io.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o orphan_linkea_check orphan_linkea_check.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_hsm_test llapi_hsm_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o group_lock_test group_lock_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_fid_test llapi_fid_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o sendfile_grouplock sendfile_grouplock.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o mmap_cat mmap_cat.o libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o swap_lock_test swap_lock_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_layout_test llapi_layout_test.o ../../lustre/utils/liblustreapi.a Making all in tests/kernel Making all in scripts Making all in systemd Making all in autoconf Making all in contrib Making all in conf Making all in mdc Making all in lmv Making all in llite Making all in lov Making all in osc + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h4FuYP + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64 + cd lustre-2.10.5 + make install DESTDIR=/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64 Making install in . make[1]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5' make LDFLAGS= CC="gcc" -C /usr/src/kernels/3.10.0-693.el7.x86_64 -f /root/rpmbuild/BUILD/lustre-2.10.5/build/Makefile LUSTRE_LINUX_CONFIG=/usr/src/kernels/3.10.0-693.el7.x86_64/.config LINUXINCLUDE='-I$(srctree)/arch/$(SRCARCH)/include -Iarch/$(SRCARCH)/include/generated -Iinclude $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/arch/$(SRCARCH)/include/uapi -Iarch/$(SRCARCH)/include/generated/uapi -I$(srctree)/include/uapi -Iinclude/generated/uapi -include /usr/src/kernels/3.10.0-693.el7.x86_64/include/linux/kconfig.h' M=/root/rpmbuild/BUILD/lustre-2.10.5 -o tmp_include_depends -o scripts -o include/config/MARKER modules make[2]: Entering directory `/usr/src/kernels/3.10.0-693.el7.x86_64' Building modules, stage 2. MODPOST 18 modules make[2]: Leaving directory `/usr/src/kernels/3.10.0-693.el7.x86_64' make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5' make[1]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5' Making install in lustre-iokit make[1]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' Making install in obdfilter-survey make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/obdfilter-survey' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/obdfilter-survey' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c obdfilter-survey iokit-libecho iokit-plot-obdfilter '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/obdfilter-survey' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/obdfilter-survey' Making install in sgpdd-survey make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/sgpdd-survey' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/sgpdd-survey' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c iokit-plot-sgpdd sgpdd-survey '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/sgpdd-survey' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/sgpdd-survey' Making install in ost-survey make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ost-survey' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ost-survey' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c ost-survey iokit-plot-ost '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ost-survey' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ost-survey' Making install in ior-survey make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ior-survey' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ior-survey' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c ior-survey iokit-parse-ior '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ior-survey' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/ior-survey' Making install in mds-survey make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/mds-survey' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/mds-survey' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c mds-survey '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/mds-survey' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/mds-survey' Making install in stats-collect make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/stats-collect' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/stats-collect' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c iokit-config iokit-gather-stats iokit-lstats '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/stats-collect' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit/stats-collect' make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' make[1]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre-iokit' Making install in libcfs make[1]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' Making install in libcfs make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' Making install in linux make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/linux' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/linux' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/linux' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/linux' Making install in util make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/util' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/util' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/util' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs/util' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' /usr/bin/install -c -m 644 libcfsutil.a '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' ( cd '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' && ranlib libcfsutil.a ) /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' /usr/bin/install -c -m 644 libcfs.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/libcfs' Making install in include make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' Making install in libcfs make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' Making install in linux make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/linux' make[5]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/linux' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/linux' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/linux' Making install in util make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/util' make[5]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/util' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/util' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs/util' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' make[5]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include/libcfs' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/include' Making install in autoconf make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/autoconf' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/autoconf' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/autoconf' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs/autoconf' make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' make[1]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/libcfs' Making install in lnet make[1]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' Making install in lnet make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/lnet' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/lnet' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' /usr/bin/install -c -m 644 lnet.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/lnet' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/lnet' Making install in klnds make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' Making install in socklnd make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/socklnd' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/socklnd' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' /usr/bin/install -c -m 644 ksocklnd.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/socklnd' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/socklnd' Making install in gnilnd make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/gnilnd' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/gnilnd' make[4]: Nothing to be done for `install-exec-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/gnilnd' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/gnilnd' Making install in o2iblnd make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/o2iblnd' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/o2iblnd' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' /usr/bin/install -c -m 644 ko2iblnd.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/o2iblnd' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds/o2iblnd' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/klnds' Making install in selftest make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/selftest' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/selftest' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' /usr/bin/install -c -m 644 lnet_selftest.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/net/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/selftest' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/selftest' Making install in doc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/doc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/doc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/doc' Making install in utils make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' /usr/bin/install -c -m 644 libptlctl.a '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' ( cd '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' && ranlib libptlctl.a ) /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c routerstat lst wirecheck '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' libtool: install: /usr/bin/install -c routerstat /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/routerstat libtool: install: /usr/bin/install -c lst /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/lst libtool: install: /usr/bin/install -c wirecheck /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/wirecheck make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/utils' Making install in include make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' Making install in lnet make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include/lnet' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include/lnet' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include/lnet' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include/lnet' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/include' Making install in autoconf make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/autoconf' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/autoconf' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/autoconf' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet/autoconf' make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' make[1]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lnet' Making install in lustre make[1]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' Making install in include make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' Making install in lustre make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/lustre' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/lustre' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/include/lustre' /usr/bin/install -c -m 644 lustreapi.h lustre_user.h liblustreapi.h ll_fiemap.h lustre_lfsck_user.h lustre_barrier_user.h '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/include/lustre' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/lustre' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/lustre' Making install in uapi/linux make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/uapi/linux' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/uapi/linux' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/uapi/linux' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include/uapi/linux' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/include' Making install in obdclass make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' Making install in linux make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass/linux' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass/linux' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass/linux' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass/linux' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 obdclass.ko llog_test.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdclass' Making install in ldlm make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ldlm' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ldlm' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ldlm' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ldlm' Making install in ptlrpc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 ptlrpc.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/ptlrpc' Making install in obdecho make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdecho' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdecho' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 obdecho.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdecho' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/obdecho' Making install in mgc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mgc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mgc' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 mgc.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mgc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mgc' Making install in fid make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fid' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fid' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 fid.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fid' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fid' Making install in fld make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fld' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fld' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 fld.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fld' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/fld' Making install in doc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/doc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/doc' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 lfs.1 lfs-df.1 lfs-getdirstripe.1 lfs-hsm.1 lfs-ladvise.1 lfs_migrate.1 lfs-migrate.1 lfs-mkdir.1 lfs-setdirstripe.1 lfs-setstripe.1 lfs-project.1 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_fd2parent.3 llapi_file_create.3 llapi_file_get_stripe.3 llapi_file_open.3 llapi_group_lock.3 llapi_group_unlock.3 llapi_hsm_action_begin.3 llapi_hsm_action_end.3 llapi_hsm_action_get_dfid.3 llapi_hsm_action_get_fd.3 llapi_hsm_action_progress.3 llapi_hsm_copytool_get_fd.3 llapi_hsm_copytool_recv.3 llapi_hsm_copytool_register.3 llapi_hsm_copytool_unregister.3 llapi_hsm_state_get.3 llapi_hsm_state_set.3 llapi_ladvise.3 llapi_layout_alloc.3 llapi_layout_comp_add.3 llapi_layout_comp_del.3 llapi_layout_comp_extent_get.3 llapi_layout_comp_extent_set.3 llapi_layout_comp_flags_clear.3 llapi_layout_comp_flags_get.3 llapi_layout_comp_flags_set.3 llapi_layout_comp_id_get.3 llapi_layout_comp_use.3 llapi_layout_comp_use_id.3 llapi_layout_file_comp_add.3 llapi_layout_file_comp_del.3 llapi_layout_file_create.3 llapi_layout_file_open.3 llapi_layout_free.3 llapi_layout_get_by_fd.3 llapi_layout_get_by_fid.3 llapi_layout_get_by_path.3 llapi_layout_ost_index_get.3 llapi_layout_ost_index_set.3 llapi_layout_pattern_get.3 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man3' /usr/bin/install -c -m 644 llapi_layout_pattern_set.3 llapi_layout_pool_name_get.3 llapi_layout_pool_name_set.3 llapi_layout_stripe_count_get.3 llapi_layout_stripe_count_set.3 llapi_layout_stripe_size_get.3 llapi_layout_stripe_size_set.3 llapi_path2fid.3 llapi_path2parent.3 llapi_quotactl.3 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man3' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man5' /usr/bin/install -c -m 644 ldev.conf.5 nids.5 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man5' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man7' /usr/bin/install -c -m 644 llapi_layout.7 lustre.7 lustreapi.7 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man7' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man8' /usr/bin/install -c -m 644 lctl.8 lctl-network.8 ldev.8 l_getidentity.8 lgss_sk.8 lhbadm.8 ll_decode_filter_fid.8 ll_decode_linkea.8 llobdstat.8 llog_reader.8 llstat.8 llverdev.8 lnetctl.8 lst.8 lustre_routes_config.8 lustre_routes_conversion.8 lustre_rsync.8 mount.lustre.8 plot-llstat.8 routerstat.8 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/share/man/man8' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/doc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/doc' Making install in utils make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' rm -f liblustreapitmp.a ar cru liblustreapitmp.a liblustreapi.o liblustreapi_hsm.o liblustreapi_nodemap.o liblustreapi_json.o liblustreapi_layout.o liblustreapi_lease.o liblustreapi_util.o liblustreapi_kernelconn.o liblustreapi_param.o string.o param.o liblustreapi_ladvise.o liblustreapi_chlg.o ranlib liblustreapitmp.a rm -f liblustreapi.a liblustreapi.so gcc -Wl,-z,relro -shared -o liblustreapi.so `ar -t liblustreapitmp.a` mv liblustreapitmp.a liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lfs lfs.o lfs_project.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lfs lfs.o lfs_project.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lctl lustre_lfsck.o obd.o lustre_cfg.o lctl.o lsnapshot.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lctl lustre_lfsck.o obd.o lustre_cfg.o lctl.o lsnapshot.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lustre_rsync lustre_rsync.o obd.o lustre_cfg.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lustre_rsync lustre_rsync.o obd.o lustre_cfg.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lhsmtool_posix lhsmtool_posix.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lhsmtool_posix lhsmtool_posix.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' rm -f liblustreapitmp.a ar cru liblustreapitmp.a liblustreapi.o liblustreapi_hsm.o liblustreapi_nodemap.o liblustreapi_json.o liblustreapi_layout.o liblustreapi_lease.o liblustreapi_util.o liblustreapi_kernelconn.o liblustreapi_param.o string.o param.o liblustreapi_ladvise.o liblustreapi_chlg.o ranlib liblustreapitmp.a rm -f liblustreapi.a liblustreapi.so gcc -Wl,-z,relro -shared -o liblustreapi.so `ar -t liblustreapitmp.a` mv liblustreapitmp.a liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lfs lfs.o lfs_project.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lfs lfs.o lfs_project.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lfs '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' libtool: install: /usr/bin/install -c lfs /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin/lfs /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c llstat llobdstat plot-llstat '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' /usr/bin/install -c -m 644 liblustreapi.a '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' ( cd '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64' && ranlib liblustreapi.a ) /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lctl lustre_lfsck.o obd.o lustre_cfg.o lctl.o lsnapshot.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lctl lustre_lfsck.o obd.o lustre_cfg.o lctl.o lsnapshot.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lustre_rsync lustre_rsync.o obd.o lustre_cfg.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lustre_rsync lustre_rsync.o obd.o lustre_cfg.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -L../../lnet/utils -Wl,-z,relro -o lhsmtool_posix lhsmtool_posix.o liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o lhsmtool_posix lhsmtool_posix.o -L../../lnet/utils liblustreapi.a ../../lnet/utils/libptlctl.a ../../libcfs/libcfs/libcfsutil.a ../../libcfs/libcfs/libcfs.a -lpthread /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lctl l_getidentity llverfs lustre_rsync ll_decode_linkea wiretest lhsmtool_posix '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' libtool: install: /usr/bin/install -c lctl /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/lctl libtool: install: /usr/bin/install -c l_getidentity /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/l_getidentity libtool: install: /usr/bin/install -c llverfs /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/llverfs libtool: install: /usr/bin/install -c lustre_rsync /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/lustre_rsync libtool: install: /usr/bin/install -c ll_decode_linkea /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/ll_decode_linkea libtool: install: /usr/bin/install -c wiretest /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/wiretest libtool: install: /usr/bin/install -c lhsmtool_posix /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin/lhsmtool_posix /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' /usr/bin/install -c ldlm_debug_upcall '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' make install-exec-hook make[5]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' /bin/sh /root/rpmbuild/BUILD/lustre-2.10.5/config/install-sh -d /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64 /usr/bin/install -c -m 644 liblustreapi.so /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/liblustreapi.so make[5]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c mount.lustre '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/sbin' libtool: install: /usr/bin/install -c mount.lustre /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/sbin/mount.lustre make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/utils' Making install in tests make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o statmany statmany.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o statmany statmany.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o statone statone.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o statone statone.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o multiop multiop.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o multiop multiop.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o ll_dirstripe_verify ll_dirstripe_verify.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o ll_dirstripe_verify ll_dirstripe_verify.o ../../lustre/utils/liblustreapi.a ../../libcfs/libcfs/libcfs.a -lpthread /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o llapi_layout_test llapi_layout_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_layout_test llapi_layout_test.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o llapi_hsm_test llapi_hsm_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_hsm_test llapi_hsm_test.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o group_lock_test group_lock_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o group_lock_test group_lock_test.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o llapi_fid_test llapi_fid_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o llapi_fid_test llapi_fid_test.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o sendfile_grouplock sendfile_grouplock.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o sendfile_grouplock sendfile_grouplock.o ../../lustre/utils/liblustreapi.a /bin/sh ../../libtool --tag=CC --mode=link gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z,relro -o swap_lock_test swap_lock_test.o ../../lustre/utils/liblustreapi.a libtool: link: gcc -fPIC -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1 -I/opt/lam/include -g -O2 -Werror -Wall -Werror -Wl,-z -Wl,relro -o swap_lock_test swap_lock_test.o ../../lustre/utils/liblustreapi.a make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c mcreate munlink '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' libtool: install: /usr/bin/install -c mcreate /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin/mcreate libtool: install: /usr/bin/install -c munlink /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin/munlink /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/clientapi' /usr/bin/install -c -m 644 clientapi/simple_test.c '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/clientapi' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/acl' /usr/bin/install -c -m 644 acl/cp.test acl/getfacl-noacl.test acl/inheritance.test acl/misc.test acl/permissions.test acl/setfacl.test acl/permissions_xattr.test acl/974.test acl/974_remote.test acl/2561.test acl/2561_zfs.test acl/4924.test '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/acl' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/cfg/' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/test-groups/' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/acl/' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/racer/' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/posix/' /usr/bin/install -c racer/dir_create.sh racer/file_create.sh racer/file_list.sh racer/file_rm.sh racer/racer.sh racer/file_concat.sh racer/file_exec.sh racer/file_link.sh racer/file_rename.sh racer/file_symlink.sh racer/dir_remote.sh racer/dir_migrate.sh racer/file_chmod.sh racer/file_chown.sh racer/file_delxattr.sh racer/file_getxattr.sh racer/file_mknod.sh racer/file_setxattr.sh racer/file_truncate.sh racer/lss_create.sh racer/lss_destroy.sh '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/racer/' /usr/bin/install -c acl/make-tree acl/run '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/acl/' /usr/bin/install -c posix/posix.cfg '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/posix/' /usr/bin/install -c test-groups/regression test-groups/regression-mpi '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/test-groups/' /usr/bin/install -c cfg/local.sh cfg/ncli.sh '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests/cfg/' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/install -c -m 644 disk1_8_up_2_5-ldiskfs.tar.bz2 disk2_1_up_2_5-ldiskfs.tar.bz2 disk2_3_up_2_5-ldiskfs.tar.bz2 disk2_4-ldiskfs.tar.bz2 disk2_4-zfs.tar.bz2 disk2_7-ldiskfs.tar.bz2 disk2_7-zfs.tar.bz2 disk2_9-zfs.tar.bz2 disk2_9-ldiskfs.tar.bz2 '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/install -c leak_finder.pl llmount.sh llmountcleanup.sh functions.sh test-framework.sh runvmstat runiozone runtests sanity.sh rundbench acceptance-small.sh compile.sh conf-sanity.sh insanity.sh oos.sh oos2.sh dne_sanity.sh recovery-small.sh replay-dual.sh sanity-quota.sh replay-ost-single.sh replay-single.sh run-llog.sh sanityn.sh large-scale.sh racer.sh replay-vbr.sh performance-sanity.sh mdsrate-create-small.sh mdsrate-create-large.sh mdsrate-lookup-1dir.sh mdsrate-lookup-10dirs.sh sanity-benchmark.sh mdsrate-stat-small.sh mdsrate-stat-large.sh lockorder.sh socketclient socketserver runmultiop_bg_pause sanity-sec.sh '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/install -c sanity-gss.sh sanity-selinux.sh sanity-krb5.sh krb5_login.sh setup_kerberos.sh recovery-mds-scale.sh run_dd.sh run_tar.sh run_iozone.sh run_dbench.sh run_IOR.sh recovery-double-scale.sh recovery-random-scale.sh parallel-scale.sh metadata-updates.sh lustre-rsync-test.sh ost-pools.sh rpc.sh yaml.sh lnet-selftest.sh obdfilter-survey.sh mmp.sh mmp_mark.sh sgpdd-survey.sh maloo_upload.sh auster setup-nfs.sh mds-survey.sh parallel-scale-nfs.sh large-lun.sh parallel-scale-nfsv3.sh parallel-scale-nfsv4.sh setup-cifs.sh parallel-scale-cifs.sh posix.sh sanity-scrub.sh scrub-performance.sh ha.sh sanity-lfsck.sh lfsck-performance.sh '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/install -c resolveip sanity-hsm.sh sanity-lsnapshot.sh sanity-pfl.sh openunlink truncate directio writeme mlink utime it_test tchmod fsx test_brw sendfile createmany chownmany statmany multifstat createtest opendirunlink opendevunlink unlinkmany checkstat statone runas openfile rmdirmany small_write multiop ll_sparseness_verify ll_sparseness_write mrename ll_dirstripe_verify mkdirmany openfilleddirunlink rename_many memhog mmap_sanity writemany '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' /usr/bin/install -c reads flocks_test flock_deadlock write_time_limit rwv lgetxattr_size_check checkfiemap listxattr_size_check check_fhandle_syscalls badarea_io llapi_layout_test orphan_linkea_check llapi_hsm_test group_lock_test llapi_fid_test sendfile_grouplock mmap_cat swap_lock_test '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib64/lustre/tests' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests' Making install in tests/kernel make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests/kernel' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests/kernel' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 kinode.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests/kernel' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/tests/kernel' Making install in scripts make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' Making install in systemd make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts/systemd' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts/systemd' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib/systemd/system' /usr/bin/install -c -m 644 lnet.service '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/lib/systemd/system' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts/systemd' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts/systemd' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' make[4]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/install -c lfs_migrate '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/bin' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' /usr/bin/install -c lustre_rmmod ko2iblnd-probe ldev lustre_routes_config lustre_routes_conversion '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/usr/sbin' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/init.d' /usr/bin/install -c lsvcgss '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/init.d' make[4]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/scripts' Making install in autoconf make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/autoconf' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/autoconf' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/autoconf' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/autoconf' Making install in contrib make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/contrib' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/contrib' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/contrib' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/contrib' Making install in conf make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/conf' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/conf' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc' /usr/bin/install -c -m 644 ldev.conf lnet_routes.conf '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/modprobe.d' /usr/bin/install -c -m 644 ko2iblnd.conf '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/modprobe.d' /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/udev/rules.d' /usr/bin/install -c -m 644 99-lustre.rules '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/etc/udev/rules.d' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/conf' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/conf' Making install in mdc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mdc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mdc' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 mdc.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mdc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/mdc' Making install in lmv make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lmv' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lmv' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 lmv.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lmv' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lmv' Making install in llite make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/llite' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/llite' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 lustre.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/llite' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/llite' Making install in lov make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lov' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lov' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 lov.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lov' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/lov' Making install in osc make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/osc' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/osc' make[3]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' /usr/bin/install -c -m 644 osc.ko '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/' make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/osc' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre/osc' make[2]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' make[3]: Entering directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' make[2]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' make[1]: Leaving directory `/root/rpmbuild/BUILD/lustre-2.10.5/lustre' + basemodpath=/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre + mkdir -p /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre-osd-ldiskfs/fs + mv /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/osd_ldiskfs.ko /root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko mv: cannot stat '/root/rpmbuild/BUILDROOT/lustre-2.10.5-1.el7.centos.x86_64/lib/modules/3.10.0-693.el7.x86_64/extra/lustre/fs/osd_ldiskfs.ko': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.h4FuYP (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.h4FuYP (%install) [root@node2 SPECS]#
The most important information shows as following, which is hidden in the long long building information and I missed it before.
checking ext4 source directory... configure: WARNING: Disabling ldiskfs support because complete ext4 source does not exist. If you are building using kernel-devel packages and require ldiskfs server support then ensure that the matching kernel-debuginfo-common and kernel-debuginfo-common-<arch> packages are installed.
So, just install the matching kernel-debuginfo-common and kernel-debuginfo-common-<arch> packages and will pass the compiling.
PS. Try How to download and install debuginfo packages for CentOS? to install the target packages : )
分类:Lustre