<div dir="ltr">Hi,<div><br></div><div>After further investigating the error message, i found that the below line in configure file is causing the issue.</div><div><br></div><div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">for ac_header in assert.h ctype.h dirent.h errno.h fcntl.h float.h \<br>
  getopt.h inttypes.h langinfo.h libaio.h libgen.h limits.h locale.h paths.h \<br>
  signal.h stdarg.h stddef.h stdio.h stdlib.h string.h sys/file.h \<br>
  sys/ioctl.h syslog.h sys/mman.h sys/param.h sys/resource.h sys/stat.h \<br>
  sys/time.h sys/types.h sys/utsname.h sys/wait.h time.h \<br>
  unistd.h</div></div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br></div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">While processing the above for loop the error message is getting observed for libaio.h file.</div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px"><br></div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">BR,</div><div style="box-sizing:border-box;font-family:"Segoe UI",system-ui,"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:14px">KCH</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 24 Aug 2020 at 14:56, KrishnaMurali Chennuboina <<a href="mailto:krishchennu414@gmail.com">krishchennu414@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>While updating the LVM2 package to lvm2-2_02_180, configure is failing with biling out error.</div><div>Error Message Observed:</div><div>checking for langinfo.h... yes<br>checking libaio.h usability... no<br>checking libaio.h presence... no<br>checking for libaio.h... no<br>configure: error: bailing out<br></div><div><br></div><div><br></div><div>Snippet of the build script where configure is used:</div><div>pkg_unpack<br>##<br># HACK: sbindir needs to be defined to ensure the systemd unit files don't get a<br># ${exec_prefix} prefix in executables' paths.<br>##<br>CFLAGS="-g" ./configure --build=none --host=$TOOL_TRIPLET --prefix=/usr \<br>       --libdir="/usr/$LIB_NAME" --enable-udev_rules --with-lvm1=none \<br>       --enable-lvmetad --sbindir=/usr/bin \<br>       ac_cv_func_malloc_0_nonnull=yes \<br>       ac_cv_func_realloc_0_nonnull=yes<br></div><div><br></div><div>Tried 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??</div><div><br></div><div>BR,</div><div>KCH</div></div>
</blockquote></div>