Applying ./patches/010-fix-missing-includes.patch using plaintext: patching file src/setup/setup.c Applying ./patches/020-fix-dev-mapping.patch using plaintext: patching file src/setup/setup.c autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: /builder/shared-workdir/build/sdk/staging_dir/host/bin/aclocal -I /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/host/share/aclocal -I /builder/shared-workdir/build/sdk/staging_dir/hostpkg/share/aclocal -I /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/share/aclocal -I m4 -I . --force -I m4 ${ACLOCAL_FLAGS} autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: configure.ac: not using Libtool autoreconf: running: /builder/shared-workdir/build/sdk/staging_dir/host/bin/autoconf --include=/builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/host/share/aclocal --include=/builder/shared-workdir/build/sdk/staging_dir/hostpkg/share/aclocal --include=/builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/builder/shared-workdir/build/sdk/staging_dir/host/share/aclocal --force autoreconf: running: /builder/shared-workdir/build/sdk/staging_dir/host/bin/autoheader --include=/builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/host/share/aclocal --include=/builder/shared-workdir/build/sdk/staging_dir/hostpkg/share/aclocal --include=/builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/share/aclocal --include=m4 --include=. --prepend-include=/builder/shared-workdir/build/sdk/staging_dir/host/share/aclocal --force autoreconf: running: /builder/shared-workdir/build/sdk/staging_dir/host/bin/automake --add-missing --force-missing configure.ac:35: installing 'build-aux/compile' configure.ac:34: installing 'build-aux/config.guess' configure.ac:34: installing 'build-aux/config.sub' configure.ac:31: installing 'build-aux/install-sh' configure.ac:31: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' autoreconf: Leaving directory `.' configure: WARNING: unrecognized options: --disable-nls configure: loading site script /builder/shared-workdir/build/sdk/include/site/x86_64 checking for a BSD-compatible install... /builder/shared-workdir/build/sdk/staging_dir/host/bin/install -c checking whether build environment is sane... yes checking for x86_64-openwrt-linux-strip... x86_64-openwrt-linux-musl-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-openwrt-linux-gnu checking for style of include used by make... GNU checking for x86_64-openwrt-linux-gcc... x86_64-openwrt-linux-musl-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 x86_64-openwrt-linux-musl-gcc accepts -g... yes checking for x86_64-openwrt-linux-musl-gcc option to accept ISO C89... none needed checking whether x86_64-openwrt-linux-musl-gcc understands -c and -o together... yes checking dependency style of x86_64-openwrt-linux-musl-gcc... gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-openwrt-linux-gcc... (cached) x86_64-openwrt-linux-musl-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-openwrt-linux-musl-gcc accepts -g... (cached) yes checking for x86_64-openwrt-linux-musl-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-openwrt-linux-musl-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-openwrt-linux-musl-gcc... (cached) gcc3 checking for x86_64-openwrt-linux-musl-gcc option to accept ISO C99... none needed checking how to run the C preprocessor... x86_64-openwrt-linux-musl-gcc -E checking for grep that handles long lines and -e... /builder/shared-workdir/build/sdk/staging_dir/host/bin/grep checking for egrep... /builder/shared-workdir/build/sdk/staging_dir/host/bin/grep -E checking whether x86_64-openwrt-linux-musl-gcc needs -traditional... no checking for xsltproc... /builder/shared-workdir/build/sdk/staging_dir/hostpkg/bin/xsltproc 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 efi/x86_64/efibind.h usability... yes checking efi/x86_64/efibind.h presence... yes checking for efi/x86_64/efibind.h... yes checking pkg-config is at least version 0.9.0... yes checking for BLKID... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-nls gummiboot 45 prefix: /usr arch: x86_64 EFI machine type: x64 EFI libdir: /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/lib EFI ldsdir: /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/lib EFI includedir: /builder/shared-workdir/build/sdk/staging_dir/target-x86_64_musl/usr/include blkid: yes man pages: yes QEMU: QEMU OVMF: make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/gummiboot-45' CC src/setup/gummiboot-setup.o CC src/setup/gummiboot-efivars.o src/setup/efivars.c: In function 'efi_get_boot_option': src/setup/efivars.c:354:39: warning: taking address of packed member of 'struct boot_option' may result in an unaligned pointer value [-Waddress-of-packed-member] 354 | title_size = utf16_size(header->title); | ~~~~~~^~~~~~~ src/setup/efivars.c: In function 'efi_add_boot_option': src/setup/efivars.c:471:24: warning: taking address of packed member of 'struct boot_option' may result in an unaligned pointer value [-Waddress-of-packed-member] 471 | to_utf16(option->title, title); | ~~~~~~^~~~~~~ src/setup/efivars.c:492:25: warning: taking address of packed member of 'struct device_path' may result in an unaligned pointer value [-Waddress-of-packed-member] 492 | to_utf16(devicep->path, path); | ~~~~~~~^~~~~~ src/setup/efivars.c:493:29: warning: taking address of packed member of 'struct device_path' may result in an unaligned pointer value [-Waddress-of-packed-member] 493 | tilt_slashes(devicep->path); | ~~~~~~~^~~~~~ CCLD gummiboot make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/gummiboot-45' make[4]: Entering directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/gummiboot-45' GEN man/gummiboot.8 I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl make[4]: *** [Makefile:1040: man/gummiboot.8] Error 4 make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/gummiboot-45' make[3]: *** [Makefile:71: /builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/gummiboot-45/.built] Error 2 time: package/feeds/packages/gummiboot/compile#8.81#2.15#15.27