Hello,
We are trying to build Lustre 2.15.2 for ZFS 2.1.2
and MLNX_OFED_LINUX-5.9-0.5.6.0-rhel8.7-x86_64 on RHEL 8.7. The kernel
version is: 4.18.0-425.3.1.el8.x86_64.

We are using these options to configure the build:
$ ./configure --enable-server --enable-modules --with-zfs=yes

We have also tried other options:
--with-zfs-build=$HOME/zfs --with-spl=$HOME/zfs --with-spl-obj=$HOME/zfs
--with-zfs=yes --with-spl=yes

We have built and installed the zfs*.rpms and the kmod-zfs*.rpm packages.
All dependencies except the epel dkms package have been installed. We can
only use packages from the Red Hat CDN. We want to just build kmod packages
when we have to change the kernel version. We do not want to use DKMS.

The configure script always fails at line 37291:
Required zfs osd cannot be built due to missing zfs development headers.

However, they are right there in the /usr path as well as the libs, just
where the script has found them. It seems that the configure script does
not include the case where dkms is not used. We have successfully built
Lustre without dkms in the past with the 2.12 versions.

Please see attached configure.log.

Thanks, Walker Haddock
| /* end confdefs.h.  */
| 
| #include <linux/kernel.h>
| #include <linux/module.h>
| 
| #if defined(NEED_LOCKDEP_IS_HELD_DISCARD_CONST)  && defined(CONFIG_LOCKDEP)  && defined(lockdep_is_held)
| #undef lockdep_is_held
| 	#define lockdep_is_held(lock) 		lock_is_held((struct lockdep_map *)&(lock)->dep_map)
| #endif
| 
| 
| 	#include <linux/bio.h>
| 
| int
| main (void)
| {
| 
| 	bio_integrity_prep_fn(NULL, NULL, NULL);
| 
|   ;
|   return 0;
| };
| MODULE_LICENSE("GPL");
configure:34684: result: no
configure:34706: checking if stack size is at least 8k
configure:34745: cp conftest.c build && make -d modules LDFLAGS= LD=/usr/bin/ld -m elf_x86_64 CC=gcc -f /home/build/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/lib/modules/4.18.0-425.3.1.el8.x86_64/build/.config LINUXINCLUDE= -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include -Iinclude -Iarch/x86/include/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include -Iinclude2 -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated/uapi -include /lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/linux/kconfig.h KBUILD_EXTRA_SYMBOLS= /usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/Module.symvers -o tmp_include_depends -o scripts -o include/config/MARKER -C /lib/modules/4.18.0-425.3.1.el8.x86_64/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/build/lustre-release/libcfs/include -I/home/build/lustre-release/libcfs/include/libcfs -I/home/build/lustre-release/lnet/include/uapi -I/home/build/lustre-release/lnet/include -I/home/build/lustre-release/lustre/include/uapi -I/home/build/lustre-release/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow M=/home/build/lustre-release/build
configure:34748: $? = 0
configure:34750: test -s build/conftest.o
configure:34753: $? = 0
configure:34766: result: yes
configure:34780: checking if Linux kernel was built with CONFIG_QUOTA in or as module
configure:34819: cp conftest.c build && make -d modules LDFLAGS= LD=/usr/bin/ld -m elf_x86_64 CC=gcc -f /home/build/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/lib/modules/4.18.0-425.3.1.el8.x86_64/build/.config LINUXINCLUDE= -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include -Iinclude -Iarch/x86/include/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include -Iinclude2 -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated/uapi -include /lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/linux/kconfig.h KBUILD_EXTRA_SYMBOLS= /usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/Module.symvers -o tmp_include_depends -o scripts -o include/config/MARKER -C /lib/modules/4.18.0-425.3.1.el8.x86_64/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/build/lustre-release/libcfs/include -I/home/build/lustre-release/libcfs/include/libcfs -I/home/build/lustre-release/lnet/include/uapi -I/home/build/lustre-release/lnet/include -I/home/build/lustre-release/lustre/include/uapi -I/home/build/lustre-release/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow M=/home/build/lustre-release/build
configure:34822: $? = 0
configure:34824: test -s build/conftest.o
configure:34827: $? = 0
configure:34840: result: yes
configure:34857: checking if Linux kernel was built with CONFIG_FS_POSIX_ACL in or as module
configure:34896: cp conftest.c build && make -d modules LDFLAGS= LD=/usr/bin/ld -m elf_x86_64 CC=gcc -f /home/build/lustre-release/build/Makefile LUSTRE_LINUX_CONFIG=/lib/modules/4.18.0-425.3.1.el8.x86_64/build/.config LINUXINCLUDE= -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include -Iinclude -Iarch/x86/include/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include -Iinclude2 -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/arch/x86/include/uapi -Iarch/x86/include/generated/uapi -I/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/uapi -Iinclude/generated/uapi -include /lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/linux/kconfig.h KBUILD_EXTRA_SYMBOLS= /usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/Module.symvers -o tmp_include_depends -o scripts -o include/config/MARKER -C /lib/modules/4.18.0-425.3.1.el8.x86_64/build EXTRA_CFLAGS=-Werror-implicit-function-declaration -g -I/home/build/lustre-release/libcfs/include -I/home/build/lustre-release/libcfs/include/libcfs -I/home/build/lustre-release/lnet/include/uapi -I/home/build/lustre-release/lnet/include -I/home/build/lustre-release/lustre/include/uapi -I/home/build/lustre-release/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow M=/home/build/lustre-release/build
configure:34899: $? = 0
configure:34901: test -s build/conftest.o
configure:34904: $? = 0
configure:34917: result: yes
configure:35121: checking for available kernel interfaces to libcfs
configure:35131: 
	    KBUILD_MODPOST_NOFINAL=yes
	    make modules -k -j2 -C /lib/modules/4.18.0-425.3.1.el8.x86_64/build 
	    M=/home/build/lustre-release/_lpb >/home/build/lustre-release/_lpb/build.log 2>&1
configure:35134: $? = 2
configure:35137: test -f /home/build/lustre-release/_lpb/build.log
configure:35140: $? = 0
configure:35165: result: done
configure:35178: checking if struct proc_ops exists
configure:35193: result: no
configure:35210: checking if 'nla_strscpy()' exists
configure:35220: result: yes
configure:36777: checking whether to build ldiskfs
configure:36779: result: no
configure:36836: checking whether to enable zfs
configure:36838: result: yes
configure:36861: checking zfs source directory
configure:36892: result: /usr/src/zfs-2.1.2
configure:36902: checking zfs build directory
configure:36939: result: Not found
configure:37018: checking user provided zfs devel headers
configure:37034: result: 
configure:37038: checking zfs devel headers
configure:37061: result: -I/usr/include/libspl -I /usr/include/libzfs
configure:37291: error: 

Required zfs osd cannot be built due to missing zfs development headers.

Support for zfs can be enabled by downloading the required packages for your
distribution.  See http://zfsonlinux.org/ to determine is zfs is supported by
your distribution.
				

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBNL3_CFLAGS_set=
ac_cv_env_LIBNL3_CFLAGS_value=
ac_cv_env_LIBNL3_LIBS_set=
ac_cv_env_LIBNL3_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_TEST_DIR_set=
ac_cv_env_TEST_DIR_value=
ac_cv_env_TEST_JOBS_set=
ac_cv_env_TEST_JOBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_gssapi_krb5___gss_krb5_ccache_name=yes
ac_cv_lib_gssapi_krb5___gss_krb5_export_lucid_sec_context=yes
ac_cv_lib_gssapi_krb5___gss_krb5_set_allowable_enctypes=yes
ac_cv_lib_gssapi_krb5___krb5_derive_key=no
ac_cv_lib_gssapi_krb5___krb5_get_error_message=yes
ac_cv_lib_gssapi_krb5___krb5_get_init_creds_opt_set_addressless=no
ac_cv_lib_gssapi_krb5___krb5int_derive_key=yes
ac_cv_lib_keyutils_keyctl_search=yes
ac_cv_objext=o
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_FLEX=/usr/bin/flex
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PYTHON=/usr/bin/python3
ac_cv_path_RPMBUILD=/usr/bin/rpmbuild
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_LD='/usr/bin/ld -m elf_x86_64'
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_unsigned_long_long=8
ac_cv_target=x86_64-pc-linux-gnu
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
lb_cv_compile_VM_FAULT_RETRY=yes
lb_cv_compile_account_page_dirtied=no
lb_cv_compile_address_space_ops_invalidatepage_3args=yes
lb_cv_compile_aio_complete=no
lb_cv_compile_alloc_file_pseudo=yes
lb_cv_compile_backing_dev_info=no
lb_cv_compile_bdi_cap_map_copy=no
lb_cv_compile_bi_bdev=no
lb_cv_compile_bi_status=yes
lb_cv_compile_bio_endio=yes
lb_cv_compile_bio_integrity_enabled=no
lb_cv_compile_bio_integrity_payload_bip_iter=yes
lb_cv_compile_bio_integrity_prep=yes
lb_cv_compile_bio_integrity_prep_fn=no
lb_cv_compile_bitmap_alloc=yes
lb_cv_compile_blk_integrity_interval_exp=yes
lb_cv_compile_broken_hash_64=no
lb_cv_compile_build_modules=yes
lb_cv_compile_bye_bio_bi_phys_segments=yes
lb_cv_compile_cache_detail_writers_atomic=yes
lb_cv_compile_cache_head_has_hlist=yes
lb_cv_compile_cb_start=yes
lb_cv_compile_clear_and_wake_up_bit=yes
lb_cv_compile_config_MODULES=yes
lb_cv_compile_config_MODVERSIONS=yes
lb_cv_compile_config_im_CRYPTO_MD5=yes
lb_cv_compile_config_im_CRYPTO_SHA1=yes
lb_cv_compile_config_im_CRYPTO_SHA256=yes
lb_cv_compile_config_im_CRYPTO_SHA512=yes
lb_cv_compile_config_im_FHANDLE=yes
lb_cv_compile_config_im_FS_POSIX_ACL=yes
lb_cv_compile_config_im_KEYS=yes
lb_cv_compile_config_im_QUOTA=yes
lb_cv_compile_config_im_SUNRPC=yes
lb_cv_compile_cpu_hotplug_state_machine=yes
lb_cv_compile_cpu_read_lock=yes
lb_cv_compile_crypto_alloc_skcipher=yes
lb_cv_compile_crypto_hash_helpers=yes
lb_cv_compile_crypto_max_alg_name=yes
lb_cv_compile_current_time=yes
lb_cv_compile_d_alias=yes
lb_cv_compile_d_child=yes
lb_cv_compile_d_compare_4args=yes
lb_cv_compile_d_compare_5args=no
lb_cv_compile_d_count=yes
lb_cv_compile_d_in_lookup=yes
lb_cv_compile_d_init=yes
lb_cv_compile_d_is_positive=yes
lb_cv_compile_define_timer=yes
lb_cv_compile_dir_context=yes
lb_cv_compile_direct_io_2args=yes
lb_cv_compile_direct_io_iter=no
lb_cv_compile_ethtool_link_settings=yes
lb_cv_compile_ext4fs_dirhash=no
lb_cv_compile_file_dentry=yes
lb_cv_compile_file_function_iter=yes
lb_cv_compile_filldir_ctx=yes
lb_cv_compile_fop_iterate_shared=yes
lb_cv_compile_force_sig_with_task=yes
lb_cv_compile_fscrypt_digested_name=no
lb_cv_compile_fscrypt_dummy_context_enabled=no
lb_cv_compile_fscrypt_is_no_key_name=no
lb_cv_compile_full_name_hash_3args=yes
lb_cv_compile_generic_write_sync_2args=yes
lb_cv_compile_genl_dumpit_info=yes
lb_cv_compile_get_acl_rcu_argument=no
lb_cv_compile_get_inode_usage=yes
lb_cv_compile_get_projid=yes
lb_cv_compile_get_request_key_auth_exported=no
lb_cv_compile_get_user_pages_6arg=no
lb_cv_compile_get_user_pages_gup_flags=yes
lb_cv_compile_getattr_path=yes
lb_cv_compile_glob=yes
lb_cv_compile_group_info_gid=yes
lb_cv_compile_hash_lock_isa_spinlock_t=yes
lb_cv_compile_have___bi_cnt=yes
lb_cv_compile_have_bi_opf=yes
lb_cv_compile_have_bvec_iter=yes
lb_cv_compile_have_clean_bdev_aliases=yes
lb_cv_compile_have_submit_bio_2args=no
lb_cv_compile_hlist_add_after=no
lb_cv_compile_hypervisor_is_type_exists=yes
lb_cv_compile_i_pages=yes
lb_cv_compile_ib_alloc_fast_reg_mr=no
lb_cv_compile_ib_alloc_pd=yes
lb_cv_compile_ib_cq_init_attr=yes
lb_cv_compile_ib_device_attrs=yes
lb_cv_compile_ib_device_ops_test=no
lb_cv_compile_ib_fmr=no
lb_cv_compile_ib_get_dma_mr=yes
lb_cv_compile_ib_inc_rkey=yes
lb_cv_compile_ib_map_mr_sg_4args=no
lb_cv_compile_ib_map_mr_sg_5args=yes
lb_cv_compile_ib_post_send_recv_const=yes
lb_cv_compile_ib_rdma_wr=yes
lb_cv_compile_ib_sg_dma_address_test=no
lb_cv_compile_in_compat_syscall=yes
lb_cv_compile_in_dev_for_each_ifa_rtnl_test=yes
lb_cv_compile_inode_lock=yes
lb_cv_compile_inode_ops_get_link=yes
lb_cv_compile_inode_ops_readlink=no
lb_cv_compile_inode_ops_set_acl=yes
lb_cv_compile_inode_ops_xattr=no
lb_cv_compile_inode_timespec64=yes
lb_cv_compile_interval_blk_integrity=no
lb_cv_compile_iops_rename_with_flags=yes
lb_cv_compile_iov_iter_has_type_member=yes
lb_cv_compile_iov_iter_rw=yes
lb_cv_compile_is_err_or_null=yes
lb_cv_compile_is_root_inode=yes
lb_cv_compile_iter_file_splice_write=yes
lb_cv_compile_iter_init=yes
lb_cv_compile_iter_truncate=yes
lb_cv_compile_itree_cached=yes
lb_cv_compile_kern_sock_getname_2args=yes
lb_cv_compile_kernel_old_timeval=yes
lb_cv_compile_kernel_param_lock=yes
lb_cv_compile_kernel_param_ops=yes
lb_cv_compile_kernel_read=yes
lb_cv_compile_kernel_setsockopt_exists=yes
lb_cv_compile_kernel_write_match=yes
lb_cv_compile_key_match=yes
lb_cv_compile_key_payload_data_array=yes
lb_cv_compile_key_type_instantiate_2args=yes
lb_cv_compile_key_usage_refcount=yes
lb_cv_compile_keyring_search_4args=no
lb_cv_compile_kfree_sensitive_exists=yes
lb_cv_compile_ki_nbytes=no
lb_cv_compile_kiocb_ki_left=no
lb_cv_compile_kref_read=yes
lb_cv_compile_kstrtobool_from_user=yes
lb_cv_compile_ktime_add=yes
lb_cv_compile_ktime_after=yes
lb_cv_compile_ktime_before=yes
lb_cv_compile_ktime_compare=yes
lb_cv_compile_ktime_get_ns=yes
lb_cv_compile_ktime_get_real_ns=yes
lb_cv_compile_ktime_get_real_seconds=yes
lb_cv_compile_ktime_get_real_ts64=yes
lb_cv_compile_ktime_get_seconds=yes
lb_cv_compile_ktime_get_ts64=yes
lb_cv_compile_ktime_ms_delta=yes
lb_cv_compile_ktime_to_timespec64=yes
lb_cv_compile_linux_kthread_worker=no
lb_cv_compile_list_cmp_func_t=no
lb_cv_compile_lock_manager_ops_lm_compare_owner=yes
lb_cv_compile_lock_page_memcg=yes
lb_cv_compile_lockdep_is_held=yes
lb_cv_compile_locks_lock_file_wait=yes
lb_cv_compile_lookup_user_key_exported=yes
lb_cv_compile_macro_iov_iter_type_exists=yes
lb_cv_compile_mapping_exiting_exists=yes
lb_cv_compile_match_wildcard=yes
lb_cv_compile_memalloc_noreclaim=yes
lb_cv_compile_mmap_write_lock=yes
lb_cv_compile_netlink_dump_ext_ack=yes
lb_cv_compile_netlink_ext_ack=yes
lb_cv_compile_nla_strdup=yes
lb_cv_compile_nr_unstable_nfs_exists=no
lb_cv_compile_openib_gen2_support=yes
lb_cv_compile_oracle_ofed_ext=no
lb_cv_compile_pagevec_init=yes
lb_cv_compile_param_set_uint_minmax=yes
lb_cv_compile_percpu_counter_init=yes
lb_cv_compile_pid_ns_for_children=yes
lb_cv_compile_posix_acl_update_mode=yes
lb_cv_compile_posix_acl_valid=yes
lb_cv_compile_prepare_to_wait_event=yes
lb_cv_compile_qc_dqblk=yes
lb_cv_compile_radix_tree_tag_set=yes
lb_cv_compile_rdma_connect_locked=yes
lb_cv_compile_rdma_create_id_4args=no
lb_cv_compile_rdma_create_id_5args=yes
lb_cv_compile_rdma_reject=yes
lb_cv_compile_register_shrinker_ret=yes
lb_cv_compile_rhashtable_insert_fast=no
lb_cv_compile_rhashtable_lookup=yes
lb_cv_compile_rhashtable_lookup_get_insert_fast=yes
lb_cv_compile_rhashtable_replace_fast=yes
lb_cv_compile_rhashtable_walk_enter=yes
lb_cv_compile_rhashtable_walk_init=no
lb_cv_compile_rht_bucket_var=yes
lb_cv_compile_rhtable=yes
lb_cv_compile_security_release_secctx_1arg=no
lb_cv_compile_selinux_is_enabled=no
lb_cv_compile_shrinker_count_objects=yes
lb_cv_compile_sk_data_ready=yes
lb_cv_compile_sock_create_kern_net=yes
lb_cv_compile_stack_size_8k=yes
lb_cv_compile_stacktrace_ops=no
lb_cv_compile_stacktrace_ops_address_return_int=no
lb_cv_compile_strscpy_exists=yes
lb_cv_compile_struct_posix_acl_xattr=yes
lb_cv_compile_struct_wait_bit_queue_entry_exists=yes
lb_cv_compile_super_block_s_uuid=yes
lb_cv_compile_super_setup_bdi_name=yes
lb_cv_compile_symlink_use_nameidata=no
lb_cv_compile_task_is_running=yes
lb_cv_compile_tcp_sock_set_keepcnt_exists=no
lb_cv_compile_tcp_sock_set_keepidle_exists=yes
lb_cv_compile_tcp_sock_set_keepintvl_exists=no
lb_cv_compile_tcp_sock_set_nodelay_exists=yes
lb_cv_compile_tcp_sock_set_quickack_exists=no
lb_cv_compile_timer_setup=yes
lb_cv_compile_timespec64=yes
lb_cv_compile_timespec64_sub=yes
lb_cv_compile_timespec64_to_ktime=yes
lb_cv_compile_topology_sibling_cpumask=yes
lb_cv_compile_totalram_pages=yes
lb_cv_compile_truncate_ipages_final=yes
lb_cv_compile_truncate_pagecache_old_size=no
lb_cv_compile_uapi_linux_mount=yes
lb_cv_compile_user_namespace_argument=no
lb_cv_compile_uuid_t=yes
lb_cv_compile_vfs_rename_5args=no
lb_cv_compile_vfs_rename_6args=yes
lb_cv_compile_vfs_setxattr=yes
lb_cv_compile_vfs_unlink_3args=yes
lb_cv_compile_vm_fault_address=yes
lb_cv_compile_vm_fault_t=yes
lb_cv_compile_vm_operations_no_vm_area_struct=yes
lb_cv_compile_vmalloc_2args=no
lb_cv_compile_wait_queue_entry=yes
lb_cv_compile_wait_queue_task_list=yes
lb_cv_compile_wait_var_event=yes
lb_cv_compile_wait_woken=yes
lb_cv_compile_xarray_support=yes
lb_cv_compile_xattr_handler_inode_param=yes
lb_cv_compile_xattr_handler_name=yes
lb_cv_compile_xattr_handler_simplified=no
lb_cv_export_account_page_dirtied=yes
lb_cv_export_default_file_splice_read=no
lb_cv_export_kallsyms_lookup_name=yes
lb_cv_export_kmap_to_page=no
lb_cv_export_kset_find_obj=yes
lb_cv_export_new_sync_read=no
lb_cv_export_save_stack_trace_tsk=yes
lb_cv_file__boot_kernel_h=no
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_build__config=yes
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_build_include_generated_autoconf_h=yes
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_build_include_generated_uapi_linux_version_h=yes
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_build_include_linux_version_h=no
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_source=yes
lb_cv_file__lib_modules_4_18_0_425_3_1_el8_x86_64_source_include_linux_kconfig_h=yes
lb_cv_file__var_adm_running_kernel_h=no
lb_cv_header_crypto_internal_cipher_h=no
lb_cv_header_crypto_sha2_h=no
lb_cv_header_linux_blk_integrity_h=no
lb_cv_header_linux_panic_notifier_h=no
lb_cv_header_linux_processor_h=yes
lb_cv_header_linux_refcount_h=yes
lb_cv_header_linux_sched_signal_h=yes
lb_cv_header_linux_stdarg_h=no
lb_cv_header_linux_stringhash_h=yes
lb_cv_header_linux_wait_bit_h=yes
lb_cv_module_loading=yes
lb_cv_module_symvers=Module.symvers
lb_cv_module_target=M
lb_cv_mpi_tests=no
lb_cv_rhel_kernel_version=87
lb_cv_uses_dpkg=no
lb_cv_utsrelease=4.18.0-425.3.1.el8.x86_64
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/build/lustre-release/config/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/build/lustre-release/config/missing autoconf'
AUTOCONF_HDIR='generated'
AUTOHEADER='${SHELL} /home/build/lustre-release/config/missing autoheader'
AUTOMAKE='${SHELL} /home/build/lustre-release/config/missing automake-1.16'
AWK='gawk'
BASH_COMPLETION_DIR=''
BISON='/usr/bin/bison'
BUILD_GNILND_FALSE=''
BUILD_GNILND_TRUE=''
BUILD_LUSTREIOKIT_FALSE=''
BUILD_LUSTREIOKIT_TRUE=''
BUILD_LUTF_FALSE=''
BUILD_LUTF_TRUE=''
BUILD_O2IBLND_FALSE=''
BUILD_O2IBLND_TRUE=''
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-Wall -fPIC -D_GNU_SOURCE'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CLIENT_FALSE=''
CLIENT_TRUE=''
CONFIG_CACHE_FILE=''
CONFIG_INCLUDE='/lib/modules/4.18.0-425.3.1.el8.x86_64/source/include/linux/kconfig.h'
CPP='gcc -E'
CPPFLAGS='-I/home/build/lustre-release/lnet/include/uapi -I/home/build/lustre-release/lustre/include/uapi -I/home/build/lustre-release/libcfs/include -I/home/build/lustre-release/lnet/utils/ -I/home/build/lustre-release/lustre/include '
CYGPATH_W='echo'
DEBUGFS=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOC_FALSE=''
DOC_TRUE=''
DSYMUTIL=''
DUMPBIN=''
DUMPE2FS=''
E2FSCK=''
E2FSPROGS=''
E2LABEL=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLEO2IB='withpath'
ENABLE_BASH_COMPLETION_FALSE=''
ENABLE_BASH_COMPLETION_TRUE=''
ENABLE_CRYPTO=''
ENABLE_DOC='0'
ENABLE_GSS=''
ENABLE_LDISKFS='no'
ENABLE_SERVER=''
ENABLE_ZFS=''
EXEEXT=''
EXT2FS_DEVEL_FALSE=''
EXT2FS_DEVEL_TRUE=''
EXT4_SRC_DIR=''
EXTRA_KCFLAGS=' -g -I/home/build/lustre-release/libcfs/include -I/home/build/lustre-release/libcfs/include/libcfs -I/home/build/lustre-release/lnet/include/uapi -I/home/build/lustre-release/lnet/include -I/home/build/lustre-release/lustre/include/uapi -I/home/build/lustre-release/lustre/include -Wno-format-truncation -Wno-stringop-truncation -Wno-stringop-overflow'
EXTRA_OFED_CONFIG=' -include /usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/include/linux/compat-2.6.h'
EXTRA_OFED_INCLUDE=' -I/usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/include -I/usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/include/uapi'
EXTRA_SYMBOLS=' /usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64/Module.symvers'
FGREP='/usr/bin/grep -F'
FLEX='/usr/bin/flex'
GETSEPOL_FALSE=''
GETSEPOL_TRUE=''
GNICPPFLAGS=''
GNILND=''
GREP='/usr/bin/grep'
GSS_FALSE=''
GSS_KEYRING_FALSE=''
GSS_KEYRING_TRUE=''
GSS_PIPEFS_FALSE=''
GSS_PIPEFS_TRUE=''
GSS_SSK_FALSE=''
GSS_SSK_TRUE=''
GSS_TRUE=''
HAVE_SYSTEMD_FALSE=''
HAVE_SYSTEMD_TRUE=''
INCLUDE_RULES='include /home/build/lustre-release/Rules'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
K5VERS='1182'
KMODEXT='.ko'
KMP_MODDIR='extra/kernel'
KRBCFLAGS=''
KRBDIR='/usr'
KRBLDFLAGS=''
KRBLIBS='-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LDISKFS_ENABLED_FALSE=''
LDISKFS_ENABLED_TRUE='#'
LDISKFS_SERIES=''
LDISKFS_SUBDIR=''
LDLIBMOUNT=''
LIBAIO_FALSE=''
LIBAIO_TRUE=''
LIBEFENCE=''
LIBNL3_CFLAGS=''
LIBNL3_LIBS=''
LIBOBJS=''
LIBPTHREAD_FALSE=''
LIBPTHREAD_TRUE=''
LIBREADLINE=''
LIBS='-lkeyutils '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINUX='/lib/modules/4.18.0-425.3.1.el8.x86_64/source'
LINUXRELEASE='4.18.0-425.3.1.el8.x86_64'
LINUX_CONFIG='/lib/modules/4.18.0-425.3.1.el8.x86_64/build/.config'
LINUX_FALSE=''
LINUX_OBJ='/lib/modules/4.18.0-425.3.1.el8.x86_64/build'
LINUX_TRUE=''
LIPO=''
LLCRYPT_FALSE=''
LLCRYPT_TRUE=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
LUSTRE='/home/build/lustre-release/lustre'
LUSTREIOKIT_SUBDIR=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/build/lustre-release/config/missing makeinfo'
MANIFEST_TOOL=':'
MANPAGES_FALSE=''
MANPAGES_TRUE=''
MKDIR_P='/usr/bin/mkdir -p'
MKE2FS=''
MODULES_FALSE=''
MODULES_TRUE=''
MODULE_TARGET='M'
MOSTLYCLEANFILES=''
MPICC_WRAPPER='mpicc'
MPITESTS_FALSE=''
MPITESTS_TRUE=''
MPI_BIN=''
NET_SNMP_CFLAGS=''
NET_SNMP_CONFIG=''
NET_SNMP_LIBS=''
NM='/usr/bin/nm -B'
NMEDIT=''
O2IBLND='o2iblnd'
O2IBPATH='/usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64'
OBJDUMP='objdump'
OBJEXT='o'
OSDADDON=''
OTOOL64=''
OTOOL=''
PACKAGE='lustre'
PACKAGE_BUGREPORT='https://jira.whamcloud.com/'
PACKAGE_NAME='Lustre'
PACKAGE_STRING='Lustre 2.15.2'
PACKAGE_TARNAME='lustre'
PACKAGE_URL=''
PACKAGE_VERSION='2.15.2'
PATCHED_INTEGRITY_INTF='#'
PATH_SEPARATOR=':'
PFSCK=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLUGINS_FALSE=''
PLUGINS_TRUE=''
PTHREAD_LIBS=''
PYTHON='/usr/bin/python3'
PYTHON_CPPFLAGS='-I/usr/include/python3.6m'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic'
PYTHON_EXTRA_LIBS='-lpthread -ldl  -lutil -lm'
PYTHON_LIBS='-L/usr/lib64 -lpython3.6m'
PYTHON_SITE_PKG='/usr/lib/python3.6/site-packages'
PYTHON_VERSION_CHECK='yes'
RANLIB='ranlib'
RHEL_FALSE=''
RHEL_TRUE=''
RPMBUILD='/usr/bin/rpmbuild'
RPMBUILD_BINARY_ARGS=''
SED='/usr/bin/sed'
SELINUX=''
SELINUX_FALSE=''
SELINUX_TRUE=''
SERVER_FALSE=''
SERVER_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
SNMP_DIST_SUBDIR=''
SNMP_SUBDIR=''
SPL=''
SPLIT_FALSE=''
SPLIT_TRUE=''
SPL_ENABLED_FALSE=''
SPL_ENABLED_TRUE=''
SPL_OBJ=''
SPL_VERSION=''
STRIP='strip'
SUSE_FALSE=''
SUSE_TRUE=''
SWIG=''
SWIG_LIB=''
SYMVERFILE='Module.symvers'
TESTS_FALSE=''
TESTS_TRUE=''
TEST_DIR='/home/build/lustre-release/_lpb'
TEST_JOBS='2'
TUNE2FS=''
UBUNTU_FALSE=''
UBUNTU_TRUE=''
USE_QUILT_FALSE=''
USE_QUILT_TRUE=''
UTILS_FALSE=''
UTILS_TRUE=''
VERSION='2.15.2'
VERSION_HDIR='generated/uapi/linux'
XATTR_HANDLER_FALSE=''
XATTR_HANDLER_TRUE=''
ZFS=''
ZFS_ENABLED_FALSE=''
ZFS_ENABLED_TRUE=''
ZFS_LIBZFS_INCLUDE='-I/usr/include/libspl -I /usr/include/libzfs'
ZFS_LIBZFS_LDFLAGS=''
ZFS_LIBZFS_LIBS='-lzfs -lnvpair -lzpool'
ZFS_OBJ=''
ZFS_VERSION=''
ac_configure_args=' '\''--enable-server'\'' '\''--disable-ldiskfs'\'' '\''--with-o2ib=/usr/src/ofa_kernel/x86_64/4.18.0-425.3.1.el8.x86_64'\'' '\''--with-zfs=yes'\'''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
agentdir=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
demodir='$(docdir)/demo'
docdir='${datadir}/doc/$(PACKAGE)'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/build/lustre-release/config/install-sh'
lb_target_os='linux'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mibdir=''
mkdir_p='$(MKDIR_P)'
modulefsdir='/lib/modules/4.18.0-425.3.1.el8.x86_64/extra/kernel/fs/lustre'
modulenetdir='/lib/modules/4.18.0-425.3.1.el8.x86_64/extra/kernel/net/lustre'
oldincludedir='/usr/include'
patch_avail=''
pdfdir='${docdir}'
pkgexampledir='${pkgdatadir}/examples'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
quilt_avail=''
rootsbindir='/sbin'
sbindir='${exec_prefix}/sbin'
sharedstatedir='/var'
sysconfdir='/etc'
systemdsystemunitdir=''
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Lustre"
#define PACKAGE_TARNAME "lustre"
#define PACKAGE_VERSION "2.15.2"
#define PACKAGE_STRING "Lustre 2.15.2"
#define PACKAGE_BUGREPORT "https://jira.whamcloud.com/";
#define PACKAGE_URL ""
#define PACKAGE "lustre"
#define VERSION "2.15.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LUSTRE_MAJOR 2
#define LUSTRE_MINOR 15
#define LUSTRE_PATCH 2
#define LUSTRE_FIX 0
#define LUSTRE_VERSION_STRING "2.15.2"
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define HAVE_PYTHON "3.6"
#define HAVE_MODULE_LOADING_SUPPORT 1
#define HAVE_KTIME_GET_TS64 1
#define HAVE_PREPARE_TO_WAIT_EVENT 1
#define HAVE_KERNEL_PARAM_OPS 1
#define HAVE_KTIME_ADD 1
#define HAVE_KTIME_AFTER 1
#define HAVE_KTIME_BEFORE 1
#define HAVE_KTIME_COMPARE 1
#define HAVE_SHRINKER_COUNT 1
#define HAVE_MATCH_WILDCARD 1
#define HAVE_MAPPING_AS_EXITING_FLAG 1
#define HAVE_IOV_ITER_HAS_TYPE_MEMBER 1
#define HAVE_GLOB 1
#define HAVE_NS_TO_TIMESPEC64 1
#define HAVE_TIMESPEC64 1
#define HAVE_KTIME_GET_REAL_TS64 1
#define HAVE_KTIME_GET_REAL_SECONDS 1
#define HAVE_KTIME_TO_TIMESPEC64 1
#define HAVE_TIMESPEC64_SUB 1
#define HAVE_TIMESPEC64_TO_KTIME 1
#define HAVE_KTIME_GET_SECONDS 1
#define HAVE_WAIT_WOKEN 1
#define HAVE_KTIME_MS_DELTA 1
#define HAVE_KERNEL_PARAM_LOCK 1
#define HAVE_TOPOLOGY_SIBLING_CPUMASK 1
#define HAVE_KSTRTOBOOL_FROM_USER 1
#define HAVE_NETLINK_CALLBACK_START 1
#define HAVE_CRYPTO_HASH_HELPERS 1
#define HAVE_KSET_FIND_OBJ 1
#define HAVE_RHASHTABLE_REPLACE 1
#define HAVE_STRINGHASH 1
#define HAVE_RHASHTABLE_LOOKUP 1
#define HAVE_RHLTABLE 1
#define HAVE_GET_USER_PAGES_GUP_FLAGS 1
#define HAVE_RHASHTABLE_WALK_ENTER 1
#define HAVE_HOTPLUG_STATE_MACHINE 1
#define HAVE_REFCOUNT_T 1
#define HAVE_RHASHTABLE_LOOKUP_GET_INSERT_FAST 1
#define HAVE_SCHED_HEADERS 1
#define HAVE_KREF_READ 1
#define HAVE_RHT_BUCKET_VAR 1
#define HAVE_PROCESSOR_H 1
#define HAVE_WAIT_BIT_HEADER_H 1
#define HAVE_MEMALLOC_RECLAIM 1
#define HAVE_NL_PARSE_WITH_EXT_ACK 1
#define HAVE_WAIT_QUEUE_ENTRY_LIST 1
#define HAVE_CPUS_READ_LOCK 1
#define HAVE_UUID_T 1
#define HAVE_NLA_STRDUP 1
#define HAVE_WAIT_QUEUE_ENTRY 1
#define HAVE_WAIT_BIT_QUEUE_ENTRY 1
#define HAVE_NEW_DEFINE_TIMER 1
#define HAVE_NEW_KERNEL_WRITE 1
#define HAVE_KERNEL_READ_LAST_POSP 1
#define HAVE_SAVE_STACK_TRACE_TSK 1
#define HAVE_TIMER_SETUP 1
#define HAVE_WAIT_VAR_EVENT 1
#define HAVE_BITMAP_ALLOC 1
#define HAVE_CLEAR_AND_WAKE_UP_BIT 1
#define HAVE_TCP_SOCK_SET_NODELAY 1
#define HAVE_TCP_SOCK_SET_KEEPIDLE 1
#define HAVE_XARRAY_SUPPORT 1
#define HAVE_NL_DUMP_WITH_EXT_ACK 1
#define HAVE_IOV_ITER_TYPE 1
#define HAVE_TOTALRAM_PAGES_AS_FUNC 1
#define HAVE_LOOKUP_USER_KEY 1
#define HAVE_FORCE_SIG_WITH_TASK 1
#define HAVE_CACHE_DETAIL_WRITERS 1
#define HAVE_GENL_DUMPIT_INFO 1
#define HAVE_KALLSYMS_LOOKUP_NAME 1
#define HAVE_MMAP_LOCK 1
#define HAVE_KERNEL_SETSOCKOPT 1
#define HAVE_KFREE_SENSITIVE 1
#define HAVE_TASK_IS_RUNNING 1
#define HAVE_PARAM_SET_UINT_MINMAX 1
#define HAVE_COMPAT_RDMA 1
#define HAVE_RDMA_CREATE_ID_5ARG 1
#define HAVE_IB_CQ_INIT_ATTR 1
#define HAVE_IB_GET_DMA_MR 1
#define HAVE_IB_RDMA_WR 1
#define HAVE_IB_MAP_MR_SG 1
#define HAVE_IB_MAP_MR_SG_5ARGS 1
#define HAVE_IB_DEVICE_ATTRS 1
#define HAVE_IB_ALLOC_PD_2ARGS 1
#define HAVE_IB_INC_RKEY 1
#define HAVE_IB_POST_SEND_RECV_CONST 1
#define HAVE_RDMA_REJECT_4ARGS 1
#define HAVE_RDMA_CONNECT_LOCKED 1
#define HAVE_ETHTOOL_LINK_SETTINGS 1
#define HAVE_STRSCPY 1
#define HAVE_SK_DATA_READY_ONE_ARG 1
#define HAVE_SOCK_CREATE_KERN_USE_NET 1
#define HAVE_HYPERVISOR_IS_TYPE 1
#define HAVE_KERN_SOCK_GETNAME_2ARGS 1
#define HAVE_IN_DEV_FOR_EACH_IFA_RTNL 1
#define CONFIG_LUSTRE_FS_PINGER 1
#define ENABLE_CHECKSUM 1
#define ENABLE_FLOCK 1
#define HAVE_LRU_RESIZE_SUPPORT 1
#define HAVE_LIBKEYUTILS 1
#define HAVE_GSS_KEYRING 1
#define HAVE_KEY_TYPE_INSTANTIATE_2ARGS 1
#define KRB5_VERSION 1182
#define HAVE_LUCID_CONTEXT_SUPPORT 1
#define HAVE_SET_ALLOWABLE_ENCTYPES 1
#define HAVE_GSS_KRB5_CCACHE_NAME 1
#define HAVE_KRB5_GET_ERROR_MESSAGE 1
#define HAVE_KRB5INT_DERIVE_KEY 1
#define HAVE_AES_SHA2_SUPPORT 1
#define HAVE_KRB5 1
#define HAVE_GSS 1
#define HAVE_PROJECT_QUOTA 1
#define HAVE_INVALIDATE_RANGE 1
#define HAVE_DIR_CONTEXT 1
#define HAVE_D_COUNT 1
#define HAVE_DENTRY_D_U_D_ALIAS 1
#define HAVE_DENTRY_D_CHILD 1
#define HAVE_PID_NS_FOR_CHILDREN 1
#define HAVE_PTR_ERR_OR_ZERO 1
#define HAVE_REGISTER_SHRINKER_RET 1
#define HAVE_VFS_UNLINK_3ARGS 1
#define HAVE_D_IS_POSITIVE 1
#define HAVE_BVEC_ITER 1
#define HAVE_TRUNCATE_INODE_PAGES_FINAL 1
#define HAVE_IOPS_RENAME_WITH_FLAGS 1
#define HAVE_IOP_SET_ACL 1
#define HAVE_VFS_RENAME_6ARGS 1
#define HAVE_IOV_ITER_INIT_DIRECTION 1
#define HAVE_IOV_ITER_TRUNCATE 1
#define HAVE_FILE_OPERATIONS_READ_WRITE_ITER 1
#define HAVE_KEY_MATCH_DATA 1
#define HAVE_PERCPU_COUNTER_INIT_GFP_FLAG 1
#define HAVE_FILLDIR_USE_CTX 1
#define HAVE_DQUOT_QC_DQBLK 1
#define HAVE_DQUOT_KQID 1
#define HAVE_IS_ROOT_INODE 1
#define HAVE_IOV_ITER_RW 1
#define HAVE___BI_CNT 1
#define HAVE_BIO_ENDIO_USES_ONE_ARG 1
#define HAVE_CRYPTO_ALLOC_SKCIPHER 1
#define HAVE_INTERVAL_EXP_BLK_INTEGRITY 1
#define HAVE_BIP_ITER_BIO_INTEGRITY_PAYLOAD 1
#define HAVE_CACHE_HEAD_HLIST 1
#define HAVE_LOCKS_LOCK_FILE_WAIT 1
#define HAVE_KEY_PAYLOAD_DATA_ARRAY 1
#define HAVE_XATTR_HANDLER_NAME 1
#define HAVE_BI_OPF 1
#define HAVE_CLEAN_BDEV_ALIASES 1
#define HAVE_FILE_DENTRY 1
#define HAVE_INODE_LOCK 1
#define HAVE_IOP_GET_LINK 1
#define HAVE_IN_COMPAT_SYSCALL 1
#define HAVE_XATTR_HANDLER_INODE_PARAM 1
#define HAVE_LOCK_PAGE_MEMCG 1
#define HAVE_D_IN_LOOKUP 1
#define HAVE_D_INIT 1
#define HAVE_DIRECTIO_2ARGS 1
#define HAVE_GENERIC_WRITE_SYNC_2ARGS 1
#define HAVE_FOP_ITERATE_SHARED 1
#define HAVE_POSIX_ACL_VALID_USER_NS 1
#define HAVE_D_COMPARE_4ARGS 1
#define HAVE_FULL_NAME_HASH_3ARGS 1
#define HAVE_STRUCT_POSIX_ACL_XATTR 1
#define HAVE_GROUP_INFO_GID 1
#define HAVE_VFS_SETXATTR 1
#define HAVE_POSIX_ACL_UPDATE_MODE 1
#define HAVE_VM_FAULT_ADDRESS 1
#define HAVE_INODEOPS_ENHANCED_GETATTR 1
#define HAVE_VM_OPS_USE_VM_FAULT_ONLY 1
#define HAVE_KEY_USAGE_REFCOUNT 1
#define HAVE_CRYPTO_MAX_ALG_NAME_128 1
#define HAVE_CURRENT_TIME 1
#define HAVE_S_UUID_AS_UUID_T 1
#define HAVE_SUPER_SETUP_BDI_NAME 1
#define HAVE_BI_STATUS 1
#define HAVE_BIO_INTEGRITY_PREP_FN_RETURNS_BOOL 1
#define HAVE_GET_INODE_USAGE 1
#define HAVE_PAGEVEC_INIT_ONE_PARAM 1
#define HAVE_INTERVAL_TREE_CACHED 1
#define HAVE_VM_FAULT_T 1
#define HAVE_VM_FAULT_RETRY 1
#define HAVE_I_PAGES 1
#define HAVE_ALLOC_FILE_PSEUDO 1
#define HAVE_INODE_TIMESPEC64 1
#define HAVE_RADIX_TREE_TAG_SET 1
#define HAVE_UAPI_LINUX_MOUNT_H 1
#define HAVE_CACHE_HASH_SPINLOCK 1
#define HAVE_ACCOUNT_PAGE_DIRTIED_EXPORT 1
#define HAVE_BIO_BI_PHYS_SEGMENTS 1
#define HAVE_LM_COMPARE_OWNER 1
#define HAVE_ITER_FILE_SPLICE_WRITE 1
#define CONFIG_LUSTRE_FS_POSIX_ACL 1
#define HAVE_NLA_STRSCPY 1
#define ZFS_MAJOR 2
#define ZFS_MINOR 1
#define ZFS_PATCH 2
#define ZFS_FIX 0

configure: exit 1
_______________________________________________
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org

Reply via email to