>>> host-lvm2 2.02.180 Extracting gzip -d -c /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/dl/lvm2/LVM2.2.02.180.tgz | /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/tar --strip-components=1 -C /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-lvm2-2.02.180 -xf - >>> host-lvm2 2.02.180 Patching Applying 0001-configure-Introduce-enable-symvers-option.patch using patch: patching file configure patching file configure.ac patching file include/configure.h.in patching file lib/misc/lib.h patching file libdm/datastruct/bitset.c patching file libdm/ioctl/libdm-iface.c patching file libdm/libdm-deptree.c patching file libdm/libdm-stats.c >>> host-lvm2 2.02.180 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-lvm2-2.02.180 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-lvm2 2.02.180 Patching libtool >>> host-lvm2 2.02.180 Configuring (cd /usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-lvm2-2.02.180/ && rm -rf config.cache; PATH="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/sbin:/usr/bin:/bin:/accts/mlweber1/bin:/accts/mlweber1/libexec/git-core:/accts/mlweber1/usr/bin:/accts/mlweber1/usr/local/bin" PKG_CONFIG="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib/pkgconfig:/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CFLAGS="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" CXXFLAGS="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" LDFLAGS="-L/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/include" LDFLAGS="-L/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib -Wl,-rpath,/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host" --sysconfdir="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/etc" --localstatedir="/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-write_install --enable-pkgconfig --disable-cmdlib --disable-dmeventd --disable-applib --disable-fsadm --disable-readline --disable-selinux ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for gawk... gawk checking for gcc... /usr/bin/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 /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking how to run the C preprocessor... /usr/bin/cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /usr/bin/gcc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for ranlib... /usr/bin/ranlib checking for ar... /usr/bin/ar checking for cflow... no checking for cscope... /usr/bin/cscope checking for chmod... /usr/bin/chmod checking for wc... /usr/bin/wc checking for sort... /usr/bin/sort checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 whether sys/types.h defines makedev... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for inttypes.h... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking libaio.h usability... no checking libaio.h presence... no checking for libaio.h... no configure: error: bailing out make: *** [/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/output/build/host-lvm2-2.02.180/.stamp_configured] Error 1 make: Leaving directory `/usr/lfs/v0/rc-buildroot-test/scripts/instance-0/buildroot'