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 /usr/bin/gcc understands -c and -o together... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -std=gnu99... yes checking for strlcpy... yes checking for strlcat... yes checking for strndup... yes checking for cygwin_conv_path... no 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 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 for sys/stat.h... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... /usr/bin/cpp checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking whether ln -s works... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Kyuafile config.status: creating libpkgconf.pc config.status: creating tests/Kyuafile config.status: creating tests/test_env.sh config.status: creating libpkgconf/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, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-pkgconf 1.6.3 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-4/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' CC libpkgconf/audit.lo CC libpkgconf/cache.lo CC libpkgconf/client.lo libpkgconf/client.c: In function 'pkgconf_client_new': libpkgconf/client.c:162:47: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 162 | pkgconf_client_t *out = calloc(sizeof(pkgconf_client_t), 1); | ^~~~~~~~~~~~~~~~ libpkgconf/client.c:162:47: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/pkg.lo libpkgconf/pkg.c: In function 'pkgconf_pkg_new_from_file': libpkgconf/pkg.c:375:29: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 375 | pkg = calloc(sizeof(pkgconf_pkg_t), 1); | ^~~~~~~~~~~~~ libpkgconf/pkg.c:375:29: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/bsdstubs.lo CC libpkgconf/fragment.lo libpkgconf/fragment.c: In function 'pkgconf_fragment_add': libpkgconf/fragment.c:142:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 142 | frag = calloc(sizeof(pkgconf_fragment_t), 1); | ^~~~~~~~~~~~~~~~~~ libpkgconf/fragment.c:142:38: note: earlier argument should specify number of elements, later size of each element libpkgconf/fragment.c:190:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 190 | frag = calloc(sizeof(pkgconf_fragment_t), 1); | ^~~~~~~~~~~~~~~~~~ libpkgconf/fragment.c:190:38: note: earlier argument should specify number of elements, later size of each element libpkgconf/fragment.c: In function 'pkgconf_fragment_copy': libpkgconf/fragment.c:351:30: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 351 | frag = calloc(sizeof(pkgconf_fragment_t), 1); | ^~~~~~~~~~~~~~~~~~ libpkgconf/fragment.c:351:30: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/argvsplit.lo libpkgconf/argvsplit.c: In function 'pkgconf_argv_split': libpkgconf/argvsplit.c:75:32: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 75 | *argv = calloc(sizeof (void *), argv_size); | ^~~~ libpkgconf/argvsplit.c:75:32: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/fileio.lo CC libpkgconf/tuple.lo libpkgconf/tuple.c: In function 'pkgconf_tuple_add': libpkgconf/tuple.c:198:48: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 198 | pkgconf_tuple_t *tuple = calloc(sizeof(pkgconf_tuple_t), 1); | ^~~~~~~~~~~~~~~ libpkgconf/tuple.c:198:48: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/dependency.lo libpkgconf/dependency.c: In function 'pkgconf_dependency_addraw': libpkgconf/dependency.c:126:29: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 126 | dep = calloc(sizeof(pkgconf_dependency_t), 1); | ^~~~~~~~~~~~~~~~~~~~ libpkgconf/dependency.c:126:29: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/queue.lo libpkgconf/queue.c: In function 'pkgconf_queue_push': libpkgconf/queue.c:51:47: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 51 | pkgconf_queue_t *pkgq = calloc(sizeof(pkgconf_queue_t), 1); | ^~~~~~~~~~~~~~~ libpkgconf/queue.c:51:47: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/path.lo libpkgconf/path.c: In function 'pkgconf_path_add': libpkgconf/path.c:113:30: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 113 | node = calloc(sizeof(pkgconf_path_t), 1); | ^~~~~~~~~~~~~~ libpkgconf/path.c:113:30: note: earlier argument should specify number of elements, later size of each element libpkgconf/path.c: In function 'pkgconf_path_copy_list': libpkgconf/path.c:245:38: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 245 | path = calloc(sizeof(pkgconf_path_t), 1); | ^~~~~~~~~~~~~~ libpkgconf/path.c:245:38: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/personality.lo libpkgconf/personality.c: In function 'load_personality_with_path': libpkgconf/personality.c:206:27: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 206 | p = calloc(sizeof(pkgconf_cross_personality_t), 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libpkgconf/personality.c:206:27: note: earlier argument should specify number of elements, later size of each element CC libpkgconf/parser.lo CCLD libpkgconf.la CC cli/pkgconf-main.o CC cli/pkgconf-getopt_long.o CC cli/pkgconf-renderer-msvc.o CCLD pkgconf make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' >>> host-pkgconf 1.6.3 Installing to host directory GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-4/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-4/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c libpkgconf.la '/home/autobuild/autobuild/instance-4/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpkgconf.so.3.0.0 /home/autobuild/autobuild/instance-4/output-1/host/lib/libpkgconf.so.3.0.0 libtool: install: (cd /home/autobuild/autobuild/instance-4/output-1/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so.3 || { rm -f libpkgconf.so.3 && ln -s libpkgconf.so.3.0.0 libpkgconf.so.3; }; }) libtool: install: (cd /home/autobuild/autobuild/instance-4/output-1/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so || { rm -f libpkgconf.so && ln -s libpkgconf.so.3.0.0 libpkgconf.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkgconf.lai /home/autobuild/autobuild/instance-4/output-1/host/lib/libpkgconf.la libtool: finish: PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/sbin" ldconfig -n /home/autobuild/autobuild/instance-4/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/autobuild/autobuild/instance-4/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c pkgconf '/home/autobuild/autobuild/instance-4/output-1/host/bin' libtool: install: /usr/bin/install -c pkgconf /home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/doc/pkgconf' /usr/bin/install -c -m 644 README.md AUTHORS '/home/autobuild/autobuild/instance-4/output-1/host/share/doc/pkgconf' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/aclocal' /usr/bin/install -c -m 644 pkg.m4 '/home/autobuild/autobuild/instance-4/output-1/host/share/aclocal' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man1' /usr/bin/install -c -m 644 man/pkgconf.1 '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man5' /usr/bin/install -c -m 644 man/pc.5 man/pkgconf-personality.5 '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man5' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man7' /usr/bin/install -c -m 644 man/pkg.m4.7 '/home/autobuild/autobuild/instance-4/output-1/host/share/man/man7' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/include/pkgconf' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/include/pkgconf/libpkgconf' /usr/bin/install -c -m 644 libpkgconf/bsdstubs.h libpkgconf/iter.h libpkgconf/libpkgconf.h libpkgconf/stdinc.h libpkgconf/libpkgconf-api.h '/home/autobuild/autobuild/instance-4/output-1/host/include/pkgconf/libpkgconf' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libpkgconf.pc '/home/autobuild/autobuild/instance-4/output-1/host/lib/pkgconfig' make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/host-pkgconf-1.6.3' /usr/bin/install -m 0755 -D package/pkgconf/pkg-config.in /home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config /usr/bin/sed -i -e 's,@STAGING_SUBDIR@,mips-buildroot-linux-gnu/sysroot,g' /home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config /usr/bin/sed -i -e 's,@STATIC@,,' /home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config axel-2.17.14.tar.xz: OK (sha256: 938ee7c8c478bf6fcc82359bbf9576f298033e8b13908e53e3ea9c45c1443693) >>> axel 2.17.14 Extracting xzcat /home/autobuild/autobuild/instance-4/dl/axel/axel-2.17.14.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14 -xf - >>> axel 2.17.14 Patching >>> axel 2.17.14 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14 -name $file); do cp support/gnuconfig/$file $i; done; done >>> axel 2.17.14 Patching libtool >>> axel 2.17.14 Configuring (cd /home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/ && rm -rf config.cache && GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar" AS="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-as" LD="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-ld" NM="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc-nm" CC="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc" GCC="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc" CPP="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-cpp" CXX="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-g++" FC="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" F77="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gfortran" RANLIB="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-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/autobuild/autobuild/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-4/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-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 -O3 -g0 -D_FORTIFY_SOURCE=2" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=2" LDFLAGS="" FCFLAGS=" -O3 -g0" FFLAGS=" -O3 -g0" PKG_CONFIG="/home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-4/output-1/host/mips-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no 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=yes CONFIG_SITE=/dev/null ./configure --target=mips-buildroot-linux-gnu --host=mips-buildroot-linux-gnu --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 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=2" --without-ssl ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mips-buildroot-linux-gnu-strip... /bin/true checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking pkg-config is at least version 0.9.0... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... mips-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for mips-buildroot-linux-gnu-gcc... /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-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 the compiler supports GNU C... yes checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... yes checking for /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc... 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 whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for mips-buildroot-linux-gnu-gcc... (cached) /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc... (cached) none checking for /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc option to enable large file support... none needed checking for a sed that does not truncate output... /usr/bin/sed checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wjump-misses-init... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wduplicated-cond... yes checking whether C compiler accepts -Wduplicated-branches... yes checking whether C compiler accepts -Wlogical-op... yes checking whether C compiler accepts -Wrestrict... yes checking whether C compiler accepts -Wnull-dereference... yes checking whether C compiler accepts -Wdouble-promotion... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,--as-needed... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,--no-as-needed... yes checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking whether the linker accepts -Wl,--no-as-needed... yes checking for __attribute__((format))... yes checking for __builtin_clzll... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for locale.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for size_t... yes checking for ssize_t... yes checking for mode_t... yes checking return type of signal handlers... void checking for off_t... yes checking for off_t compatibility... yes checking for getaddrinfo... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for malloc... yes checking for memset... yes checking for nanosleep... yes checking for realloc... yes checking for select... yes checking for setlocale... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strncasecmp... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtoul... yes checking for strtoll... yes checking for strlcpy... yes checking for strlcat... yes checking for O_NONBLOCK... yes checking for /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed configure: TLS/SSL support disabled checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by GCC... /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-ld checking if the linker (/home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-ld) is GNU ld... egrep: warning: egrep is obsolescent; using grep -E yes checking for shared library run path origin... egrep: warning: egrep is obsolescent; using grep -E done checking whether NLS is requested... no checking how to run the C preprocessor... /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-cpp checking for egrep -e... /usr/bin/grep -E checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared >>> axel 2.17.14 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' /usr/bin/make all-recursive make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' Making all in po make[3]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/po' make[3]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' CC src/axel-abuf.o CC src/axel-axel.o CC src/axel-sleep.o CC src/axel-conf.o CC src/axel-conn.o CC src/axel-ftp.o CC src/axel-hash.o CC src/axel-http.o CC src/axel-random.o CC src/axel-search.o CC src/axel-tcp.o src/tcp.c: In function 'get_if_ip': src/tcp.c:251:41: warning: cast increases required alignment of target type [-Wcast-align] 251 | struct sockaddr_in *x = (struct sockaddr_in *)&ifr.ifr_addr; | ^ CC src/axel-text.o CCLD axel make[3]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' >>> axel 2.17.14 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 DESTDIR=/home/autobuild/autobuild/instance-4/output-1/target install -C /home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' Making install in po make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/po' if test "axel" = "gettext"; then \ /usr/bin/install -c -d /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot ; do \ /usr/bin/install -c -m 644 ./$file \ /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14/po' make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' make[3]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/target/usr/bin' /usr/bin/install -c axel '/home/autobuild/autobuild/instance-4/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/axel.1 '/home/autobuild/autobuild/instance-4/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/axel-2.17.14' calibrator.c: OK (sha256: 2018ed8fa733155d44ceb1c0066c5cf8df7771cdf7cfca0a07b8dd9bebd9c221) >>> cache-calibrator Extracting cp /home/autobuild/autobuild/instance-4/dl/cache-calibrator/calibrator.c /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator >>> cache-calibrator Patching head -n 38 /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/calibrator.c >/home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/calibrator.c.license Applying 0001-Fix-conflicting-round-function.patch using patch: patching file calibrator.c >>> cache-calibrator Configuring >>> cache-calibrator Building /home/autobuild/autobuild/instance-4/output-1/host/bin/mips-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=2 /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/calibrator.c -o /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/cache_calibrator -lm /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/calibrator.c: In function 'runCache': /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/calibrator.c:267:24: error: implicit declaration of function 'getpagesize' [-Wimplicit-function-declaration] 267 | lng pgsz = getpagesize(); | ^~~~~~~~~~~ make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-4/output-1/build/cache-calibrator/.stamp_built] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'