>>> host-bison 3.8.2 Extracting mkdir -p /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host mkdir -p /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/target xzcat /home/buildroot/autobuild/instance-1/dl/bison/bison-3.8.2.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/host-bison-3.8.2 -xf - >>> host-bison 3.8.2 Patching >>> host-bison 3.8.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-1/output-1/build/host-bison-3.8.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-bison 3.8.2 Patching libtool >>> host-bison 3.8.2 Configuring mkdir -p /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host rsync -a --link-dest=/home/buildroot/autobuild/instance-1/output-1/per-package/host-m4/host/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-m4/host/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host rsync -a --link-dest=/home/buildroot/autobuild/instance-1/output-1/per-package/host-skeleton/host/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-skeleton/host/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host mkdir -p /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/target rsync -a --link-dest=/home/buildroot/autobuild/instance-1/output-1/per-package/host-m4/target/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-m4/target/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/target rsync -a --link-dest=/home/buildroot/autobuild/instance-1/output-1/per-package/host-skeleton/target/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-skeleton/target/ /home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/target (cd /home/buildroot/autobuild/instance-1/output-1/build/host-bison-3.8.2/ && rm -rf config.cache; PATH="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/bin:/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/lib/pkgconfig:/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/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/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/include" LDFLAGS="-L/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/lib" ac_cv_libtextstyle=no CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host" --sysconfdir="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/host/etc" --localstatedir="/home/buildroot/autobuild/instance-1/output-1/per-package/host-bison/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-nls --disable-dependency-tracking --enable-relocatable ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 the compiler supports GNU C... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to enable C11 features... -std=gnu11 checking whether /usr/bin/gcc -std=gnu11 understands -c and -o together... yes checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether make supports the include directive... yes (GNU style) checking dependency style of /usr/bin/gcc -std=gnu11... none checking whether the compiler supports GNU C++... yes checking whether /usr/bin/g++ accepts -g... yes checking for /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /usr/bin/g++... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for locale.h... yes checking for sys/param.h... yes checking for sys/socket.h... yes checking for stdio_ext.h... yes checking for features.h... yes checking for getopt.h... yes checking for sys/cdefs.h... no checking for sys/time.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for iconv.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for limits.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for crtdefs.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for wctype.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for threads.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for math.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for sys/mman.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for spawn.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for sys/ioctl.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for sys/resource.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for sys/times.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for sys/wait.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for termios.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for dirent.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking for xlocale.h... ./configure: line 3184: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking whether it is safe to define __EXTENSIONS__... ./configure: line 7433: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no checking whether _XOPEN_SOURCE should be defined... ./configure: line 7466: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory ./configure: line 7483: cannot create temp file for here-document: No space left on device sed: can't read conftest.c: No such file or directory no configure: error: cannot run /bin/bash ./build-aux/config.sub package/pkg-generic.mk:272: recipe for target '/home/buildroot/autobuild/instance-1/output-1/build/host-bison-3.8.2/.stamp_configured' failed make: *** [/home/buildroot/autobuild/instance-1/output-1/build/host-bison-3.8.2/.stamp_configured] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'