Hi,
After further investigating the error message, i found that the below line in configure file is causing the issue.
for ac_header in assert.h ctype.h dirent.h errno.h fcntl.h float.h \
getopt.h inttypes.h langinfo.h libaio.h libgen.h limits.h locale.h paths.h \
signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/file.h \
sys/ioctl.h syslog.h sys/mman.h sys/param.h sys/resource.h sys/stat.h \
sys/time.h sys/types.h sys/utsname.h sys/wait.h time.h \
unistd.h
getopt.h inttypes.h langinfo.h libaio.h libgen.h limits.h locale.h paths.h \
signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/file.h \
sys/ioctl.h syslog.h sys/mman.h sys/param.h sys/resource.h sys/stat.h \
sys/time.h sys/types.h sys/utsname.h sys/wait.h time.h \
unistd.h
While processing the above for loop the error message is getting observed for libaio.h file.
BR,
KCH
On Mon, 24 Aug 2020 at 14:56, KrishnaMurali Chennuboina <krishchennu414@xxxxxxxxx> wrote:
Hi,While updating the LVM2 package to lvm2-2_02_180, configure is failing with biling out error.Error Message Observed:checking for langinfo.h... yes
checking libaio.h usability... no
checking libaio.h presence... no
checking for libaio.h... no
configure: error: bailing outSnippet of the build script where configure is used:pkg_unpack
##
# HACK: sbindir needs to be defined to ensure the systemd unit files don't get a
# ${exec_prefix} prefix in executables' paths.
##
CFLAGS="-g" ./configure --build=none --host=$TOOL_TRIPLET --prefix=/usr \
--libdir="/usr/$LIB_NAME" --enable-udev_rules --with-lvm1=none \
--enable-lvmetad --sbindir=/usr/bin \
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yesTried without passing any arguments to configure but still getting the same error message. Could you please suggest if the mentioned version is having dependency with any package??BR,KCH
_______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/