checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc option to support OpenMP... unsupported checking whether the compiler supports -fvisibility=hidden... yes checking whether the compiler supports -xldscope=hidden... no checking whether to use Loongson MMI assembler... no checking whether to use MMX intrinsics... no checking whether to use SSE2 intrinsics... no checking whether to use SSSE3 intrinsics... no checking whether to use VMX/Altivec intrinsics... no checking whether to use ARM SIMD assembler... yes checking whether to use ARM NEON assembler... disabled checking whether to use ARM IWMMXT intrinsics... disabled checking whether to use MIPS DSPr2 assembler... no checking whether to use GNU-style inline assembler... yes checking pkg-config is at least version 0.9.0... yes checking for posix_memalign... yes checking for sigaction... yes checking for alarm... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mmap... yes checking for mprotect... yes checking for getpagesize... yes checking fenv.h usability... yes checking fenv.h presence... yes checking for fenv.h... yes checking for feenableexcept in -lm... yes checking whether FE_DIVBYZERO is declared... yes checking for gettimeofday... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for library containing sqrtf... -lm checking for thread local storage (TLS) support... __thread checking for pthreads... yes checking for __attribute__((constructor))... yes checking for __float128... no checking for __builtin_clz... yes checking for GCC vector extensions... yes checking for PNG... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pixman-1.pc config.status: creating pixman-1-uninstalled.pc config.status: creating Makefile config.status: creating pixman/Makefile config.status: creating pixman/pixman-version.h config.status: creating demos/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> pixman 0.34.0 Building PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-0/output/build/pixman-0.34.0/ /usr/bin/make all-recursive Making all in pixman CC pixman.lo CC pixman-access.lo CC pixman-access-accessors.lo CC pixman-bits-image.lo CC pixman-combine32.lo In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_over_reverse_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_in_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_in_reverse_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_out_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_out_reverse_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_atop_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_atop_reverse_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_xor_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ CC pixman-combine-float.lo In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_add_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_multiply_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_screen_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_overlay_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_darken_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_lighten_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_hard_light_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_difference_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ In file included from pixman-combine32.c:32:0: pixman-combine32.c: In function 'combine_exclusion_u': pixman-combine32.h:93:5: warning: 'm' may be used uninitialized in this function [-Wmaybe-uninitialized] t = ((x) & RB_MASK) * (a); \ ^ pixman-combine32.c:124:17: note: 'm' was declared here uint32_t s, m; ^ CC pixman-conical-gradient.lo CC pixman-filter.lo CC pixman-x86.lo CC pixman-mips.lo CC pixman-arm.lo CC pixman-ppc.lo CC pixman-edge.lo CC pixman-edge-accessors.lo CC pixman-fast-path.lo CC pixman-glyph.lo pixman-glyph.c:408:1: warning: '__force_align_arg_pointer__' attribute directive ignored [-Wattributes] { ^ pixman-glyph.c:655:1: warning: '__force_align_arg_pointer__' attribute directive ignored [-Wattributes] { ^ CC pixman-general.lo CC pixman-gradient-walker.lo CC pixman-image.lo CC pixman-implementation.lo CC pixman-linear-gradient.lo CC pixman-matrix.lo CC pixman-noop.lo CC pixman-radial-gradient.lo CC pixman-region16.lo CC pixman-region32.lo CC pixman-solid-fill.lo CC pixman-timer.lo CC pixman-trap.lo CC pixman-utils.lo CC pixman-arm-simd.lo CPPAS pixman-arm-simd-asm.lo CPPAS pixman-arm-simd-asm-scaled.lo CCLD libpixman-arm-simd.la CCLD libpixman-1.la Making all in demos make[4]: Nothing to be done for 'all'. >>> pixman 0.34.0 Installing to staging directory PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /home/naourr/git/buildroot-test/instance-0/output/build/pixman-0.34.0/ Making install in pixman /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/pixman-1' /bin/sh ../libtool --mode=install /usr/bin/install -c libpixman-1.la '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /usr/bin/install -c -m 644 pixman.h pixman-version.h '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/pixman-1' libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.34.0 /home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpixman-1.so.0.34.0 libtool: install: (cd /home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && { ln -s -f libpixman-1.so.0.34.0 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.34.0 libpixman-1.so.0; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib && { ln -s -f libpixman-1.so.0.34.0 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.34.0 libpixman-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpixman-1.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in demos make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pixman-1.pc '/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' >>> pixman 0.34.0 Fixing libtool files >>> pixman 0.34.0 Installing to target PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/git/buildroot-test/instance-0/output/target install -C /home/naourr/git/buildroot-test/instance-0/output/build/pixman-0.34.0/ Making install in pixman /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/target/usr/include/pixman-1' /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/target/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libpixman-1.la '/home/naourr/git/buildroot-test/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 pixman.h pixman-version.h '/home/naourr/git/buildroot-test/instance-0/output/target/usr/include/pixman-1' libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.34.0 /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/libpixman-1.so.0.34.0 libtool: install: (cd /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib && { ln -s -f libpixman-1.so.0.34.0 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.34.0 libpixman-1.so.0; }; }) libtool: install: (cd /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib && { ln -s -f libpixman-1.so.0.34.0 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.34.0 libpixman-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/libpixman-1.la libtool: warning: remember to run 'libtool --finish /usr/lib' Making install in demos make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 pixman-1.pc '/home/naourr/git/buildroot-test/instance-0/output/target/usr/lib/pkgconfig' Pound-2.7.tgz: OK (sha256: cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4) >>> pound 2.7 Extracting gzip -d -c /home/naourr/git/buildroot-test/instance-0/dl/Pound-2.7.tgz | tar --strip-components=1 -C /home/naourr/git/buildroot-test/instance-0/output/build/pound-2.7 -xf - >>> pound 2.7 Patching >>> pound 2.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/git/buildroot-test/instance-0/output/build/pound-2.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pound 2.7 Patching libtool >>> pound 2.7 Configuring (cd /home/naourr/git/buildroot-test/instance-0/output/build/pound-2.7/ && rm -rf config.cache && PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-ar" AS="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-as" LD="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" NM="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-nm" CC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" GCC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc" CPP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-cpp" CXX="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-g++" FC="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" F77="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gfortran" RANLIB="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-ranlib" READELF="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-readelf" STRIP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-strip" OBJCOPY="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-objcopy" OBJDUMP="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/git/buildroot-test/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/git/buildroot-test/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/git/buildroot-test/instance-0/output/host/lib -Wl,-rpath,/home/naourr/git/buildroot-test/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-as" DEFAULT_LINKER="/home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/git/buildroot-test/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/git/buildroot-test/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-gnueabi --host=arm-buildroot-linux-gnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-owner=naourr --with-group=naourr ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for arm-buildroot-linux-gnueabi-gcc... /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc accepts -g... yes checking for /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc option to accept ISO C89... none needed checking whether /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc understands -c and -o together... yes checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... arm-buildroot-linux-gnueabi checking target system type... arm-buildroot-linux-gnueabi configure: *** Checking for threads library and/or flags *** checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc configure: *** Parsing options *** configure: *** Checking for libraries *** checking for dlopen in -ldl... yes checking for socket in -lsocket... no checking for hstrerror in -lresolv... yes checking for BIO_new in -lcrypto... yes checking for SSL_CTX_new in -lssl... yes checking for regcomp in -lpcreposix... yes checking for malloc in -ltcmalloc... no checking for pthread_attr_setstacksize in LIBS=-lpcreposix -lssl -lcrypto -lresolv -ldl -lm with CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER... OK configure: *** Checking for header files *** checking how to run the C preprocessor... /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for sys/types.h... (cached) yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/engine.h usability... yes checking openssl/engine.h presence... yes checking for openssl/engine.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking wait.h usability... yes checking wait.h presence... yes checking for wait.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for sys/stat.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking pcreposix.h usability... yes checking pcreposix.h presence... yes checking for pcreposix.h... yes checking pcre/pcreposix.h usability... no checking pcre/pcreposix.h presence... no checking for pcre/pcreposix.h... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes configure: *** Checking for additonal information *** checking for facilitynames presence... yes checking return type of signal handlers... void checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for unsigned long long int... yes checking for long long int... yes checking for in_addr_t... yes checking for in_port_t... yes checking for time_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for working memcmp... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... (cached) void checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking for strftime... yes checking for getaddrinfo... yes checking for inet_ntop... yes checking for memset... yes checking for regcomp... yes checking for poll... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strspn... yes checking for strtol... yes checking for setsid... yes checking for X509_STORE_set_flags... yes checking for localtime_r... yes checking for gettimeofday... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> pound 2.7 Building PATH="/home/naourr/git/buildroot-test/instance-0/output/host/bin:/home/naourr/git/buildroot-test/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/git/buildroot-test/instance-0/output/build/pound-2.7/ /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.7\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"naourr\" -DC_GROUP=\"naourr\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o pound.o pound.c /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.7\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"naourr\" -DC_GROUP=\"naourr\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o http.o http.c /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.7\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"naourr\" -DC_GROUP=\"naourr\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o config.o config.c openssl dhparam -5 -C -noout 512 > dh512.h Generating DH parameters, 512 bit long safe prime, generator 5 This is going to take a long time ....+.........+.........config.c: In function 't_hash': config.c:525:5: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] res = 2166136261; ^ ..................+..................................+....................................openssl dhparam -5 -C -noout 2048 > dh2048.h ..Generating DH parameters, 2048 bit long safe prime, generator 5 This is going to take a long time .......+..........+........................+..+..................................+.......................+...................+...........+.................................................................................................................+.....+...................................................................+..............+........+................+............+.........................................+..................................................../home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.7\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"naourr\" -DC_GROUP=\"naourr\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o poundctl.o poundctl.c .........+........+.....................+................+.........+....................+...................+..+........................+......................................./home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -pthread -o poundctl poundctl.o -lpcreposix -lssl -lcrypto -lresolv -ldl -lm .........................+.......................................+................................+...............................................................+......+.+......+....................................+.+.........................+................................+........................+...+..+.....................................................+...........+....................+.+.....+......................+..........+....................+........+............+...............................................+...............+................+......................+.................+...........+............................+.....+.......+..............+...............+.................................................+..........................+.................................+.....................................................................+.......+..........+......................+...........................+........................+...............................+.............................................................+...........+............+..............+.+...+..+.....+............................................+.................+........................................................+.............+..............................................+...................+.............................................................................+..............+......................................................................................................+.......+......+...............................................+...............................................................+.............................................+..........+...........+.................+..........................................++*++*++*++*++*++* .....................................................................+.......................+...............................................................+.......................+.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................+........+..................+...............................................................................+....................................................................................................+................+......................................................................+............+.........+.................................................................................................................................................................................................................................................................+..................................+..............................+...........................................+.........................+................................................................+.................................................+......................................................................................................................................+....................................+.................................................................................................................................................................+................................................................................................+...................................................+...................................................................................+...........+.........+......................................................................................................+.............................................................................+............................................................................+.............................................................................................................................................................................................................................................................................................+....+..................................................................................................................+...................+..............................................+....................................................................................................................................................................................................................................................................................+....................................................+.......+...................+..........................................+...........................................................................................................................................................+.........................................................................+.+...................................................................................................................................................................................................+..................................+........................................................................+...................................................................................................................................+.............................+...............+......+.................................................................................................................................................................................+..........................+.............................................................................................................+.......................................................................................+.....................................................................................+.......................................................................................................................................................+.................+....................................................................................................................................................+........................................................................................+.....................................................................................................................................................................................................................................................................................+.............................................................................................................................................+.....................................................................................+..........................................................................................+.......+...............................................................................................................................+.....................................................................................+.....................................................................................................................................................................................+.............................................+......+..+..................................................................................................................................+............................................................................................................................+.....................................................................+.................+................................................+.......................................................................................................................................................................................................................................................................+.........................................................+..........................................................+.........................................................................................................................................................................................................................................+...........................................................+..........................................................................+..................................................................................................................+...................................+...........................................................................................................+...+....................................................................................................................................+...........................+...................................................................................................+.......................+...................................................................................................................................................+..+...................................................+...........................................................................................................+..............+..............................................................................+.........................+......................................................................................+...............................+..............................................................................................................................+......................................................................+.......................................+...................+.......................................................................................+.................................................................................+.......+............................................................+...............................................+..........................................+.....................................................................................................................................................................................+....................................................+..................................................+...........................................................................................................................................................................................................+...............................................................+.........................................+...............................................................................................................................................................................................................................................................................................................................................................................................+.............................+..................................................+....................................................................................................................................................+.............................................................................................................+..................................................+........................................................................................................................................................................+....................................+................................................................................................................................................+................................................................................................................+.................................................+..............................................................................................+.......+..............................................+..............................................................+..................................................................................+.................................................+...+.....+.................................+..............................................................................................+...................+...........................................................................................+.........................................................................................................................................................................................................................................................................................................................................................................................................................................................+............................................................................................................+...................................................................................................................................................................................................................................................................................................................................................+..........................................+..................................................................................+..........................................................................................................................................................+........................+......................................................................................................................................................................+...................................+..................................................+..............................................................................................................................................................................................................................................................................+.........................................................+......................................................................+......................................................................................................................+.................................................................................+..................................................................................................................................................................................................+........................................................+.......................................+.....................................................................................................+......+.................+......................................................................................+....................+.........+.............................................................................................................................................................................................................................................................................................................+.....................................+.........................................................................................................................................................................................................................................................................................................................................................................................................................+................................+....................+......................................................................................................................................................................................................................................................................................................+......+.............................+...................................................................................................................................+.................+...........+.....+...........................+.......................................................................................................................+.............................+..+.....................+......+.......................................................+...........+........+..............+.........+........................................................................................................................................................................................................................................................................................................................................................................................................+...................................+................................................................+..........................................................................................................................................+..............................................................................+......................+..........................................................+...............................................................................................................................................................................................................................................................................................+............+...................................................+..............................+...........+........................................................+................................+.............................................................................................................................................................................+....................+.......................................................................................................................+...........................................................................................................................................................................................................................+...........................................................................................+....................................................+..................................................................................................................................................................................................................................+.................................................+..................................................................+..................................................................................................+...........+...........................................................................................+..............................................................................................................................................................................................................+......................................................................................................................................................................................+...............................................................+..................................................................................................................................................+......+............+...............................................................................................................................................................................................................................................................+.................................+...................+................................................................................................................................................................................................................................................................................................................................+.......+............+...................................................................+.................+.....+..........+...............+......................................................................+..+..........................................................................................................................................................+.....................................................+........................+..........................................................................................................................................................................................+...+.....................................................+...........................................................+.........+................+..............................+..........+........................................+..................................................................+.............................................................................................................................................................................................+..............................................................................................................................................+..........................................................................+..............................................................................+................................................................................................+..............................+..............................+...................................................................................................................................................+...........................................+.......................+.......................................................................................................................................................................................................................................+...........................................................................................................................................................................................................................................+.........................+.......................+...................+..........................................................................................................................+.....................+.......................................+..................+............+......................+...................................................................................................+.........................................+............................+...............................................................................+.................................................................................+...........................................................................................................................................+........................................+.......................................................+....................................................................................+..........................................................................................................................+...........................................+...........................................................................................................+...........+..........................................................................+..........................+..............................................................................................................................................................................................................................................................................................................................................................................................+..................................................................................+..........................................................................................................+.........................................................................................................................................................................+...............................................................................+...........................................................................................................+......................................................................................+................................+....................................................................................................................................................................................................................................................................................................................................................................................................+............................................................................................................................+...........................................................................+.........................................................................................................................................................................+................+........................................................................................................................................................................................................+............................+..........................+...................+...................................................................+.....................+..................................................................................................................+..........................................................................................+..............+.....................................................................................+.......................+...............................................................................................................................................................................................................................................................................+....................................................................................................................................................................................................+......................................................................................................................................................................................+..................................................................................................................................................................+...........................................................................................................................................................................................................................................................................................................+..+...................+.........+.......................................+...................................................+....+...............................+.....................................................................................................................................................................................................+........+............................................................................+....+...........................................................................................................................+......................................................................................................................+........................................................................................................................................+........................................................................................................................................................................................+...............................................................................................................................+............................................................................................+.......................................+...............................................................................................................+...............+...................+..................+.....................+..............................................................................+.....................................................+...........................................+........................................+.................................+.........................................+.................................................................................................................+.............+........................................................................................................................................................................+...........................+.......................................................................+...................................................................................................................................................+....+.....................+..................+..........................................................................................................+...............+...........+.................................................................+.......................................................................................................................................................................................................................................................+............................................................................................................................................................................................................................................................................................................................+................................................................................................................................................................+.............................................................................................................................................................................................................+....................+..............................................+............................................................................+.................................................................................................+......+.................+........................+...................+....................................................................................................................................................................................................................................................+......................................+..........................................................................................................................................+...............................+..............+......................................................................+.............................................................+...................................................................+........................................................................................................................................................................+......................+....................................................................................................................+.....................+...+..........................+.......................................................................................................................................................................+...........................................................................................................................................................................+..................+.........................................................................................+.......................................................................................................................................................................+...................................+.........................................................................................................+.................................................+.............................................+.................+..+..................................+................................................................................................................................................................................................................................+...................................................................+...........................................+................................................................+......+.....................................................................+..............+.............................................................+...........................................+..............................................+...............+..............................+..........................................................+...................................................................+..........................................................................+.......................................................+...........................................................................++*++* /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -DF_CONF=\"/etc/pound.cfg\" -DVERSION=\"2.7\" -DC_SSL=\"\" -DC_T_RSA=\"0\" -DC_DH_LEN=\"2048\" -DC_MAXBUF=\"0\" -DC_OWNER=\"naourr\" -DC_GROUP=\"naourr\" -DC_SUPER=\"0\" -DC_CERT1L=\"\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -pthread -DUPER -DNEED_STACK -DHAVE_SYSLOG_H=1 -pthread -DDH_LEN=2048 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -c -o svc.o svc.c svc.c: In function 'hash_backend': svc.c:559:5: warning: this decimal constant is unsigned only in ISO C90 [enabled by default] hv = 2166136261; ^ /home/naourr/git/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -pthread -o pound pound.o http.o config.o svc.o -lpcreposix -lssl -lcrypto -lresolv -ldl -lm svc.o: In function `get_dh512': svc.c:(.text+0x1f80): undefined reference to `DH_set0_pqg' svc.o: In function `get_dh2048': svc.c:(.text+0x2018): undefined reference to `DH_set0_pqg' collect2: error: ld returned 1 exit status make[2]: *** [Makefile:43: pound] Error 1 make[1]: *** [package/pkg-generic.mk:250: /home/naourr/git/buildroot-test/instance-0/output/build/pound-2.7/.stamp_built] Error 2 make: *** [Makefile:79: _all] Error 2 make: Leaving directory '/home/naourr/git/buildroot-test/instance-0/buildroot'