Mock Version: 4.1 Mock Version: 4.1 Mock Version: 4.1 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'], chrootPath='/var/lib/mock/dist-ocs23-build-106796-6122/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/grub2-2.06-6.ocs23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'], chrootPath='/var/lib/mock/dist-ocs23-build-106796-6122/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=981gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target aarch64 --nodeps /builddir/build/SPECS/grub2.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qBtJaK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf grub-2.06 + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/grub-2.06.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd grub-2.06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'grub2-2.06 base' + /usr/bin/git checkout --track -b rpm-build Switched to a new branch 'rpm-build' branch 'rpm-build' set up to track 'master'. + rm -fv docs/grub-dev.info docs/grub.info removed 'docs/grub-dev.info' removed 'docs/grub.info' + cp /builddir/build/SOURCES/bootstrap bootstrap + cp /builddir/build/SOURCES/bootstrap.conf bootstrap.conf + cp /builddir/build/SOURCES/gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz + tar -zxf gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b.tar.gz + mv gnulib-9f48fb992a3d7e96610c4ce8be969cff2d61a01b gnulib + git add . + git commit -aqm 'modify done' + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0002-Revert-templates-Properly-disable-the-os-prober-by-d.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig.in... Checking patch util/grub.d/30_os-prober.in... Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub.d/30_os-prober.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0003-Revert-templates-Disable-the-os-prober-by-default.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub.texi... Checking patch util/grub.d/30_os-prober.in... Applied patch docs/grub.texi cleanly. Applied patch util/grub.d/30_os-prober.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0004-Add-support-for-Linux-EFI-stub-loading.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/kern/dl.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/kern/efi/mm.c... Checking patch grub-core/loader/arm64/linux.c... Checking patch grub-core/loader/arm64/xen_boot.c... Checking patch grub-core/loader/efi/linux.c... Checking patch grub-core/loader/i386/efi/linux.c... Checking patch grub-core/loader/i386/pc/linux.c... Checking patch include/grub/arm/linux.h... Checking patch include/grub/arm64/linux.h... Checking patch include/grub/efi/efi.h... Checking patch include/grub/efi/linux.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/kern/dl.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/kern/efi/mm.c cleanly. Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch grub-core/loader/arm64/xen_boot.c cleanly. Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch grub-core/loader/i386/pc/linux.c cleanly. Applied patch include/grub/arm/linux.h cleanly. Applied patch include/grub/arm64/linux.h cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch include/grub/efi/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0005-Rework-linux-command.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/linux.c... Applied patch grub-core/loader/i386/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0006-Rework-linux16-command.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/pc/linux.c... Applied patch grub-core/loader/i386/pc/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0007-Add-secureboot-support-on-efi-chainloader.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/loader/arm64/linux.c... Checking patch grub-core/loader/efi/chainloader.c... Checking patch grub-core/loader/efi/linux.c... Checking patch grub-core/loader/i386/efi/linux.c... Checking patch include/grub/efi/linux.h... Checking patch include/grub/efi/pe32.h... Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch include/grub/efi/linux.h cleanly. Applied patch include/grub/efi/pe32.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0008-Make-any-of-the-loaders-that-link-in-efi-mode-honor-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/iorw.c... Checking patch grub-core/commands/memrw.c... Checking patch grub-core/kern/dl.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/loader/efi/appleloader.c... Checking patch grub-core/loader/efi/chainloader.c... Checking patch grub-core/loader/i386/bsd.c... Checking patch grub-core/loader/i386/linux.c... Checking patch grub-core/loader/i386/pc/linux.c... Checking patch grub-core/loader/multiboot.c... Checking patch grub-core/loader/xnu.c... Checking patch include/grub/efi/efi.h... Checking patch include/grub/ia64/linux.h... Checking patch include/grub/mips/linux.h... Checking patch include/grub/powerpc/linux.h... Checking patch include/grub/sparc64/linux.h... Applied patch grub-core/commands/iorw.c cleanly. Applied patch grub-core/commands/memrw.c cleanly. Applied patch grub-core/kern/dl.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/loader/efi/appleloader.c cleanly. Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch grub-core/loader/i386/bsd.c cleanly. Applied patch grub-core/loader/i386/linux.c cleanly. Applied patch grub-core/loader/i386/pc/linux.c cleanly. Applied patch grub-core/loader/multiboot.c cleanly. Applied patch grub-core/loader/xnu.c cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch include/grub/ia64/linux.h cleanly. Applied patch include/grub/mips/linux.h cleanly. Applied patch include/grub/powerpc/linux.h cleanly. Applied patch include/grub/sparc64/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0009-Handle-multi-arch-64-on-32-boot-in-linuxefi-loader.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/linux.c... Checking patch grub-core/loader/i386/efi/linux.c... Checking patch include/grub/i386/linux.h... Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch include/grub/i386/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0011-IBM-client-architecture-CAS-reboot-support.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/openfw.c... Checking patch grub-core/normal/main.c... Checking patch grub-core/script/execute.c... Checking patch include/grub/ieee1275/ieee1275.h... Applied patch grub-core/kern/ieee1275/openfw.c cleanly. Applied patch grub-core/normal/main.c cleanly. Applied patch grub-core/script/execute.c cleanly. Applied patch include/grub/ieee1275/ieee1275.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0012-for-ppc-reset-console-display-attr-when-clear-screen.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/term/terminfo.c... Applied patch grub-core/term/terminfo.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0013-Disable-GRUB-video-support-for-IBM-power-machines.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:51: trailing whitespace. Checking patch grub-core/kern/ieee1275/cmain.c... Checking patch grub-core/video/ieee1275.c... Checking patch include/grub/ieee1275/ieee1275.h... Applied patch grub-core/kern/ieee1275/cmain.c cleanly. Applied patch grub-core/video/ieee1275.c cleanly. Applied patch include/grub/ieee1275/ieee1275.h cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0014-Move-bash-completion-script-922997.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch util/bash-completion.d/Makefile.am... Applied patch configure.ac cleanly. Applied patch util/bash-completion.d/Makefile.am cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0015-Allow-fallback-to-include-entries-by-title-not-just-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/menu.c... Applied patch grub-core/normal/menu.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0016-Make-exit-take-a-return-code.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/minicmd.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/kern/emu/main.c... Checking patch grub-core/kern/emu/misc.c... Checking patch grub-core/kern/i386/coreboot/init.c... Checking patch grub-core/kern/i386/qemu/init.c... Checking patch grub-core/kern/ieee1275/init.c... Checking patch grub-core/kern/mips/arc/init.c... Checking patch grub-core/kern/mips/loongson/init.c... Checking patch grub-core/kern/mips/qemu_mips/init.c... Checking patch grub-core/kern/misc.c... Checking patch grub-core/kern/uboot/init.c... Checking patch grub-core/kern/xen/init.c... Checking patch include/grub/misc.h... Applied patch grub-core/commands/minicmd.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/kern/emu/main.c cleanly. Applied patch grub-core/kern/emu/misc.c cleanly. Applied patch grub-core/kern/i386/coreboot/init.c cleanly. Applied patch grub-core/kern/i386/qemu/init.c cleanly. Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch grub-core/kern/mips/arc/init.c cleanly. Applied patch grub-core/kern/mips/loongson/init.c cleanly. Applied patch grub-core/kern/mips/qemu_mips/init.c cleanly. Applied patch grub-core/kern/misc.c cleanly. Applied patch grub-core/kern/uboot/init.c cleanly. Applied patch grub-core/kern/xen/init.c cleanly. Applied patch include/grub/misc.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0017-Make-efi-machines-load-an-env-block-from-a-variable.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/kern/efi/init.c... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/kern/efi/init.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0018-Migrate-PPC-from-Yaboot-to-Grub2.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch util/grub.d/20_ppc_terminfo.in... Applied patch Makefile.util.def cleanly. Applied patch util/grub.d/20_ppc_terminfo.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0019-Add-fw_path-variable-revised.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Checking patch grub-core/normal/main.c... Applied patch grub-core/kern/main.c cleanly. Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0020-Pass-x-hex-hex-straight-through-unmolested.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/wildcard.c... Checking patch grub-core/lib/cmdline.c... Checking patch grub-core/script/execute.c... Applied patch grub-core/commands/wildcard.c cleanly. Applied patch grub-core/lib/cmdline.c cleanly. Applied patch grub-core/script/execute.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0021-blscfg-add-blscfg-module-to-parse-Boot-Loader-Specif.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/blscfg.c... Checking patch grub-core/commands/legacycfg.c... Checking patch grub-core/commands/loadenv.c... Checking patch grub-core/commands/menuentry.c... Checking patch grub-core/normal/main.c... Checking patch grub-core/commands/loadenv.h... Checking patch include/grub/compiler.h... Checking patch include/grub/menu.h... Checking patch include/grub/normal.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/blscfg.c cleanly. Applied patch grub-core/commands/legacycfg.c cleanly. Applied patch grub-core/commands/loadenv.c cleanly. Applied patch grub-core/commands/menuentry.c cleanly. Applied patch grub-core/normal/main.c cleanly. Applied patch grub-core/commands/loadenv.h cleanly. Applied patch include/grub/compiler.h cleanly. Applied patch include/grub/menu.h cleanly. Applied patch include/grub/normal.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0022-Add-devicetree-loading.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig.in... Checking patch util/grub.d/10_linux.in... Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0023-Enable-pager-by-default.-985860.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/00_header.in... Applied patch util/grub.d/00_header.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0024-Don-t-say-GNU-Linux-in-generated-menus.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Checking patch tests/util/grub-shell-tester.in... Checking patch tests/util/grub-shell.in... Checking patch util/grub.d/10_linux.in... Checking patch util/grub.d/20_linux_xen.in... Applied patch grub-core/normal/main.c cleanly. Applied patch tests/util/grub-shell-tester.in cleanly. Applied patch tests/util/grub-shell.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. Applied patch util/grub.d/20_linux_xen.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0025-Add-.eh_frame-to-list-of-relocations-stripped.patch + /usr/bin/git am --reject -q -p1 Checking patch conf/Makefile.common... Applied patch conf/Makefile.common cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0026-Don-t-require-a-password-to-boot-entries-generated-b.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/10_linux.in... Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0027-use-fw_path-prefix-when-fallback-searching-for-grub-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0028-Try-mac-guid-etc-before-grub.cfg-on-tftp-config-file.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0029-Generate-OS-and-CLASS-in-10_linux-from-etc-os-releas.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/10_linux.in... Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0030-Minimize-the-sort-ordering-for-.debug-and-rescue-ker.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig_lib.in... Applied patch util/grub-mkconfig_lib.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0031-Try-prefix-if-fw_path-doesn-t-work.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/init.c... Checking patch grub-core/net/net.c... Checking patch grub-core/normal/main.c... Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch grub-core/net/net.c cleanly. Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0032-Use-rpm-s-sort-for-grub2-mkconfig.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch Makefile.util.def... Checking patch util/grub-rpm-sort.c... Checking patch docs/man/grub-rpm-sort.h2m... Checking patch util/grub-mkconfig_lib.in... Applied patch configure.ac cleanly. Applied patch Makefile.util.def cleanly. Applied patch util/grub-rpm-sort.c cleanly. Applied patch docs/man/grub-rpm-sort.h2m cleanly. Applied patch util/grub-mkconfig_lib.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0033-Make-grub2-mkconfig-construct-titles-that-look-like-.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/10_linux.in... Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0034-Add-friendly-grub2-password-config-tool-985962.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch Makefile.util.def... Checking patch docs/man/grub-set-password.h2m... Checking patch util/grub-mkconfig.in... Checking patch util/grub-set-password.in... Checking patch util/grub.d/01_users.in... Applied patch configure.ac cleanly. Applied patch Makefile.util.def cleanly. Applied patch docs/man/grub-set-password.h2m cleanly. Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub-set-password.in cleanly. Applied patch util/grub.d/01_users.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0035-tcp-add-window-scaling-support.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/tcp.c... Applied patch grub-core/net/tcp.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0036-efinet-and-bootp-add-support-for-dhcpv6.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/bootp.c... Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch grub-core/net/net.c... Checking patch grub-core/net/tftp.c... Checking patch include/grub/efi/api.h... Checking patch include/grub/net.h... Applied patch grub-core/net/bootp.c cleanly. Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch grub-core/net/net.c cleanly. Applied patch grub-core/net/tftp.c cleanly. Applied patch include/grub/efi/api.h cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0037-Add-grub-get-kernel-settings-and-use-it-in-10_linux.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch Makefile.util.def... Checking patch docs/man/grub-get-kernel-settings.h2m... Checking patch util/bash-completion.d/grub-completion.bash.in... Checking patch util/grub-get-kernel-settings.in... Checking patch util/grub-mkconfig.in... Checking patch util/grub.d/10_linux.in... Applied patch configure.ac cleanly. Applied patch Makefile.util.def cleanly. Applied patch docs/man/grub-get-kernel-settings.h2m cleanly. Applied patch util/bash-completion.d/grub-completion.bash.in cleanly. Applied patch util/grub-get-kernel-settings.in cleanly. Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0038-bz1374141-fix-incorrect-mask-for-ppc64.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/drivers/ieee1275/ofnet.c... Applied patch grub-core/net/drivers/ieee1275/ofnet.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0039-Make-grub_fatal-also-backtrace.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/kern/misc.c... Checking patch grub-core/lib/arm64/backtrace.c... .git/rebase-apply/patch:118: new blank line at EOF. + Checking patch grub-core/lib/backtrace.c... Checking patch grub-core/lib/i386/backtrace.c... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/kern/misc.c cleanly. Applied patch grub-core/lib/arm64/backtrace.c cleanly. Applied patch grub-core/lib/backtrace.c cleanly. Applied patch grub-core/lib/i386/backtrace.c cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0040-Make-our-info-pages-say-grub2-where-appropriate.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub-dev.texi... Checking patch docs/grub.texi... Applied patch docs/grub-dev.texi cleanly. Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0041-macos-just-build-chainloader-entries-don-t-try-any-x.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/30_os-prober.in... Applied patch util/grub.d/30_os-prober.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0042-grub2-btrfs-Add-ability-to-boot-from-subvolumes.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Checking patch include/grub/btrfs.h... Applied patch grub-core/fs/btrfs.c cleanly. Applied patch include/grub/btrfs.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0043-export-btrfs_subvol-and-btrfs_subvolid.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0044-grub2-btrfs-03-follow_default.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0045-grub2-btrfs-04-grub2-install.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/osdep/linux/getroot.c... Checking patch grub-core/osdep/unix/config.c... Checking patch util/config.c... Checking patch util/grub-install.c... Checking patch util/grub-mkrelpath.c... Checking patch include/grub/emu/config.h... Applied patch grub-core/osdep/linux/getroot.c cleanly. Applied patch grub-core/osdep/unix/config.c cleanly. Applied patch util/config.c cleanly. Applied patch util/grub-install.c cleanly. Applied patch util/grub-mkrelpath.c cleanly. Applied patch include/grub/emu/config.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0046-grub2-btrfs-05-grub2-mkconfig.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig.in... Checking patch util/grub-mkconfig_lib.in... Checking patch util/grub.d/00_header.in... Checking patch util/grub.d/10_linux.in... Checking patch util/grub.d/20_linux_xen.in... Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub-mkconfig_lib.in cleanly. Applied patch util/grub.d/00_header.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. Applied patch util/grub.d/20_linux_xen.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0047-grub2-btrfs-06-subvol-mount.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Checking patch grub-core/osdep/linux/getroot.c... Checking patch util/grub-install.c... Checking patch include/grub/emu/getroot.h... Applied patch grub-core/fs/btrfs.c cleanly. Applied patch grub-core/osdep/linux/getroot.c cleanly. Applied patch util/grub-install.c cleanly. Applied patch include/grub/emu/getroot.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0048-Fallback-to-old-subvol-name-scheme-to-support-old-sn.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0049-Grub-not-working-correctly-with-btrfs-snapshots-bsc-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0050-Add-grub_efi_allocate_pool-and-grub_efi_free_pool-wr.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/efi/efi.h... Applied patch include/grub/efi/efi.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0051-Use-grub_efi_.-memory-helpers-where-reasonable.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Applied patch grub-core/loader/efi/chainloader.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0052-Add-PRIxGRUB_EFI_STATUS-and-use-it.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Checking patch include/grub/efi/api.h... Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch include/grub/efi/api.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0053-don-t-use-int-for-efi-status.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/efi.c... Applied patch grub-core/kern/efi/efi.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0054-make-GRUB_MOD_INIT-declare-its-function-prototypes.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/dl.h... Applied patch include/grub/dl.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0055-Don-t-guess-boot-efi-as-HFS-on-ppc-machines-in-grub-.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-install.c... Applied patch util/grub-install.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0056-20_linux_xen-load-xen-or-multiboot-2-modules-as-need.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/20_linux_xen.in... Applied patch util/grub.d/20_linux_xen.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0057-Make-pmtimer-tsc-calibration-not-take-51-seconds-to-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/i386/tsc_pmtimer.c... Applied patch grub-core/kern/i386/tsc_pmtimer.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0058-align-struct-efi_variable-better.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/efiemu/runtime.h... Checking patch include/grub/types.h... Applied patch include/grub/efiemu/runtime.h cleanly. Applied patch include/grub/types.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0059-Add-BLS-support-to-grub-mkconfig.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig.in... Checking patch util/grub-mkconfig_lib.in... Checking patch util/grub.d/10_linux.in... Applied patch util/grub-mkconfig.in cleanly. Applied patch util/grub-mkconfig_lib.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0060-Don-t-attempt-to-backtrace-on-grub_abort-for-grub-em.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/misc.c... Applied patch grub-core/kern/misc.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0061-Add-linux-and-initrd-commands-for-grub-emu.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/kern/emu/main.c... Checking patch grub-core/kern/emu/misc.c... Checking patch grub-core/loader/emu/linux.c... Checking patch include/grub/emu/exec.h... Checking patch include/grub/emu/hostfile.h... Checking patch include/grub/emu/misc.h... Checking patch grub-core/Makefile.am... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/kern/emu/main.c cleanly. Applied patch grub-core/kern/emu/misc.c cleanly. Applied patch grub-core/loader/emu/linux.c cleanly. Applied patch include/grub/emu/exec.h cleanly. Applied patch include/grub/emu/hostfile.h cleanly. Applied patch include/grub/emu/misc.h cleanly. Applied patch grub-core/Makefile.am cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0062-Add-grub2-switch-to-blscfg.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch docs/man/grub-switch-to-blscfg.h2m... Checking patch util/grub-set-password.in... Checking patch util/grub-switch-to-blscfg.in... Checking patch util/grub.d/10_linux.in... Applied patch Makefile.util.def cleanly. Applied patch docs/man/grub-switch-to-blscfg.h2m cleanly. Applied patch util/grub-set-password.in cleanly. Applied patch util/grub-switch-to-blscfg.in cleanly. Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0063-make-better-backtraces.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch grub-core/Makefile.core.def... Checking patch grub-core/lib/backtrace.c => grub-core/commands/backtrace.c... Checking patch grub-core/gdb/cstub.c... Checking patch grub-core/kern/arm64/backtrace.c... Checking patch grub-core/kern/backtrace.c... Checking patch grub-core/kern/dl.c... Checking patch grub-core/kern/i386/backtrace.c... Checking patch grub-core/kern/i386/pc/init.c... Checking patch grub-core/kern/ieee1275/init.c... Checking patch grub-core/kern/misc.c... Checking patch grub-core/kern/mm.c... Checking patch grub-core/lib/arm64/backtrace.c... Checking patch grub-core/lib/i386/backtrace.c... Checking patch include/grub/backtrace.h... Checking patch include/grub/dl.h... Checking patch include/grub/kernel.h... Checking patch grub-core/kern/arm/efi/startup.S... Checking patch grub-core/kern/arm/startup.S... Checking patch grub-core/kern/arm64/efi/startup.S... Checking patch grub-core/kern/i386/qemu/startup.S... Checking patch grub-core/kern/ia64/efi/startup.S... Checking patch grub-core/kern/sparc64/ieee1275/crt0.S... Checking patch grub-core/Makefile.am... Applied patch Makefile.util.def cleanly. Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/lib/backtrace.c => grub-core/commands/backtrace.c cleanly. Applied patch grub-core/gdb/cstub.c cleanly. Applied patch grub-core/kern/arm64/backtrace.c cleanly. Applied patch grub-core/kern/backtrace.c cleanly. Applied patch grub-core/kern/dl.c cleanly. Applied patch grub-core/kern/i386/backtrace.c cleanly. Applied patch grub-core/kern/i386/pc/init.c cleanly. Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch grub-core/kern/misc.c cleanly. Applied patch grub-core/kern/mm.c cleanly. Applied patch grub-core/lib/arm64/backtrace.c cleanly. Applied patch grub-core/lib/i386/backtrace.c cleanly. Applied patch include/grub/backtrace.h cleanly. Applied patch include/grub/dl.h cleanly. Applied patch include/grub/kernel.h cleanly. Applied patch grub-core/kern/arm/efi/startup.S cleanly. Applied patch grub-core/kern/arm/startup.S cleanly. Applied patch grub-core/kern/arm64/efi/startup.S cleanly. Applied patch grub-core/kern/i386/qemu/startup.S cleanly. Applied patch grub-core/kern/ia64/efi/startup.S cleanly. Applied patch grub-core/kern/sparc64/ieee1275/crt0.S cleanly. Applied patch grub-core/Makefile.am cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0064-normal-don-t-draw-our-startup-message-if-debug-is-se.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0065-Work-around-some-minor-include-path-weirdnesses.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/arm/efi/console.h... Checking patch include/grub/arm64/efi/console.h... Checking patch include/grub/i386/efi/console.h... Checking patch include/grub/x86_64/efi/console.h... Applied patch include/grub/arm/efi/console.h cleanly. Applied patch include/grub/arm64/efi/console.h cleanly. Applied patch include/grub/i386/efi/console.h cleanly. Applied patch include/grub/x86_64/efi/console.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0066-Make-it-possible-to-enabled-build-id-sha1.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch acinclude.m4... Applied patch configure.ac cleanly. Applied patch acinclude.m4 cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0067-Add-grub_qdprintf-grub_dprintf-without-the-file-line.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/misc.c... Checking patch include/grub/misc.h... Applied patch grub-core/kern/misc.c cleanly. Applied patch include/grub/misc.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0068-Make-a-gdb-dprintf-that-tells-us-load-addresses.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/dl.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/kern/efi/init.c... Checking patch include/grub/efi/efi.h... Applied patch grub-core/kern/dl.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/kern/efi/init.c cleanly. Applied patch include/grub/efi/efi.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0069-Fixup-for-newer-compiler.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Checking patch include/grub/gpt_partition.h... Applied patch grub-core/fs/btrfs.c cleanly. Applied patch include/grub/gpt_partition.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0070-Don-t-attempt-to-export-the-start-and-_start-symbols.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/kernel.h... Applied patch include/grub/kernel.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0071-Fixup-for-newer-compiler.patch + /usr/bin/git am --reject -q -p1 Checking patch conf/Makefile.common... Applied patch conf/Makefile.common cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0072-Add-support-for-non-Ethernet-network-cards.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/arp.c... Checking patch grub-core/net/bootp.c... Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch grub-core/net/drivers/emu/emunet.c... Checking patch grub-core/net/drivers/i386/pc/pxe.c... Checking patch grub-core/net/drivers/ieee1275/ofnet.c... Checking patch grub-core/net/drivers/uboot/ubootnet.c... Checking patch grub-core/net/ethernet.c... Checking patch grub-core/net/icmp6.c... Checking patch grub-core/net/ip.c... Checking patch grub-core/net/net.c... Checking patch include/grub/net.h... Applied patch grub-core/net/arp.c cleanly. Applied patch grub-core/net/bootp.c cleanly. Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch grub-core/net/drivers/emu/emunet.c cleanly. Applied patch grub-core/net/drivers/i386/pc/pxe.c cleanly. Applied patch grub-core/net/drivers/ieee1275/ofnet.c cleanly. Applied patch grub-core/net/drivers/uboot/ubootnet.c cleanly. Applied patch grub-core/net/ethernet.c cleanly. Applied patch grub-core/net/icmp6.c cleanly. Applied patch grub-core/net/ip.c cleanly. Applied patch grub-core/net/net.c cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0073-net-read-bracketed-ipv6-addrs-and-port-numbers.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/http.c... Checking patch grub-core/net/net.c... Checking patch grub-core/net/tftp.c... Checking patch include/grub/net.h... Applied patch grub-core/net/http.c cleanly. Applied patch grub-core/net/net.c cleanly. Applied patch grub-core/net/tftp.c cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0074-bootp-New-net_bootp6-command.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/bootp.c... Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch grub-core/net/ip.c... Checking patch include/grub/efi/api.h... Checking patch include/grub/net.h... Applied patch grub-core/net/bootp.c cleanly. Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch grub-core/net/ip.c cleanly. Applied patch include/grub/efi/api.h cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0075-efinet-UEFI-IPv6-PXE-support.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch include/grub/efi/api.h... Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch include/grub/efi/api.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0076-grub.texi-Add-net_bootp6-doument.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub.texi... Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0077-bootp-Add-processing-DHCPACK-packet-from-HTTP-Boot.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/bootp.c... Checking patch include/grub/net.h... Applied patch grub-core/net/bootp.c cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0078-efinet-Setting-network-from-UEFI-device-path.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch include/grub/efi/api.h... Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch include/grub/efi/api.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0079-efinet-Setting-DNS-server-from-UEFI-protocol.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch include/grub/efi/api.h... Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch include/grub/efi/api.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0080-Support-UEFI-networking-protocols.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/io/bufio.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/net/drivers/efi/efinet.c... Checking patch grub-core/net/efi/dhcp.c... Checking patch grub-core/net/efi/efi_netfs.c... Checking patch grub-core/net/efi/http.c... Checking patch grub-core/net/efi/ip4_config.c... Checking patch grub-core/net/efi/ip6_config.c... Checking patch grub-core/net/efi/net.c... Checking patch grub-core/net/efi/pxe.c... .git/rebase-apply/patch:3863: new blank line at EOF. + Checking patch grub-core/net/net.c... Checking patch util/grub-mknetdir.c... Checking patch include/grub/efi/api.h... Checking patch include/grub/efi/dhcp.h... Checking patch include/grub/efi/http.h... Checking patch include/grub/net/efi.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/io/bufio.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/net/drivers/efi/efinet.c cleanly. Applied patch grub-core/net/efi/dhcp.c cleanly. Applied patch grub-core/net/efi/efi_netfs.c cleanly. Applied patch grub-core/net/efi/http.c cleanly. Applied patch grub-core/net/efi/ip4_config.c cleanly. Applied patch grub-core/net/efi/ip6_config.c cleanly. Applied patch grub-core/net/efi/net.c cleanly. Applied patch grub-core/net/efi/pxe.c cleanly. Applied patch grub-core/net/net.c cleanly. Applied patch util/grub-mknetdir.c cleanly. Applied patch include/grub/efi/api.h cleanly. Applied patch include/grub/efi/dhcp.h cleanly. Applied patch include/grub/efi/http.h cleanly. Applied patch include/grub/net/efi.h cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0081-AUDIT-0-http-boot-tracker-bug.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/net.c... Checking patch grub-core/net/http.c... Applied patch grub-core/net/efi/net.c cleanly. Applied patch grub-core/net/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0082-grub-editenv-Add-incr-command-to-increment-integer-v.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-editenv.c... Applied patch util/grub-editenv.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0083-Add-auto-hide-menu-support.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch util/grub.d/01_menu_auto_hide.in... Checking patch util/grub.d/30_os-prober.in... Applied patch Makefile.util.def cleanly. Applied patch util/grub.d/01_menu_auto_hide.in cleanly. Applied patch util/grub.d/30_os-prober.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0084-Add-grub-set-bootflag-utility.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:129: trailing whitespace. return 1; .git/rebase-apply/patch:138: trailing whitespace. return 1; .git/rebase-apply/patch:158: trailing whitespace. return 1; .git/rebase-apply/patch:173: trailing whitespace. return 1; .git/rebase-apply/patch:185: trailing whitespace. return 1; Checking patch Makefile.util.def... Checking patch util/grub-set-bootflag.c... Checking patch conf/Makefile.extra-dist... Checking patch docs/grub-boot-success.service... Checking patch docs/grub-boot-success.timer... Checking patch docs/man/grub-set-bootflag.h2m... Applied patch Makefile.util.def cleanly. Applied patch util/grub-set-bootflag.c cleanly. Applied patch conf/Makefile.extra-dist cleanly. Applied patch docs/grub-boot-success.service cleanly. Applied patch docs/grub-boot-success.timer cleanly. Applied patch docs/man/grub-set-bootflag.h2m cleanly. warning: squelched 2 whitespace errors warning: 7 lines add whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0085-docs-Add-grub-boot-indeterminate.service-example.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub-boot-indeterminate.service... Applied patch docs/grub-boot-indeterminate.service cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0086-gentpl-add-disable-support.patch + /usr/bin/git am --reject -q -p1 Checking patch gentpl.py... Applied patch gentpl.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0087-gentpl-add-pc-firmware-type.patch + /usr/bin/git am --reject -q -p1 Checking patch gentpl.py... Applied patch gentpl.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0088-efinet-also-use-the-firmware-acceleration-for-http.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/net.c... Applied patch grub-core/net/efi/net.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0089-efi-http-Make-root_url-reflect-the-protocol-hostname.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/http.c... Applied patch grub-core/net/efi/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0090-Make-it-so-we-can-tell-configure-which-cflags-utils-.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch conf/Makefile.common... Checking patch gentpl.py... Applied patch configure.ac cleanly. Applied patch conf/Makefile.common cleanly. Applied patch gentpl.py cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0091-module-verifier-make-it-possible-to-run-checkers-on-.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-module-verifier32.c... Checking patch util/grub-module-verifier64.c... Checking patch util/grub-module-verifierXX.c... Applied patch util/grub-module-verifier32.c cleanly. Applied patch util/grub-module-verifier64.c cleanly. Applied patch util/grub-module-verifierXX.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0092-Rework-how-the-fdt-command-builds.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/lib/fdt.c... Checking patch grub-core/loader/efi/fdt.c... Checking patch include/grub/fdt.h... Checking patch grub-core/Makefile.am... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/lib/fdt.c cleanly. Applied patch grub-core/loader/efi/fdt.c cleanly. Applied patch include/grub/fdt.h cleanly. Applied patch grub-core/Makefile.am cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0093-Disable-non-wordsize-allocations-on-arm.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Applied patch configure.ac cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0094-Prepend-prefix-when-HTTP-path-is-relative.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Checking patch grub-core/net/efi/http.c... Applied patch grub-core/kern/main.c cleanly. Applied patch grub-core/net/efi/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0095-Make-grub_error-more-verbose.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/err.c... Checking patch include/grub/err.h... Applied patch grub-core/kern/err.c cleanly. Applied patch include/grub/err.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0096-Make-reset-an-alias-for-the-reboot-command.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/reboot.c... Applied patch grub-core/commands/reboot.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0097-Add-a-version-command.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/version.c... Checking patch config.h.in... Applied patch configure.ac cleanly. Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/version.c cleanly. Applied patch config.h.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0098-Add-more-dprintf-and-nerf-dprintf-in-script.c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/disk/diskfilter.c... Checking patch grub-core/disk/efi/efidisk.c... Checking patch grub-core/kern/device.c... Checking patch grub-core/script/script.c... Applied patch grub-core/disk/diskfilter.c cleanly. Applied patch grub-core/disk/efi/efidisk.c cleanly. Applied patch grub-core/kern/device.c cleanly. Applied patch grub-core/script/script.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0099-arm-arm64-loader-Better-memory-allocation-and-error-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/mm.c... Checking patch grub-core/loader/arm64/linux.c... Applied patch grub-core/kern/efi/mm.c cleanly. Applied patch grub-core/loader/arm64/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0100-Try-to-pick-better-locations-for-kernel-and-initrd.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/mm.c... Checking patch grub-core/loader/i386/efi/linux.c... Checking patch include/grub/arm/efi/memory.h... Checking patch include/grub/arm64/efi/memory.h... Checking patch include/grub/i386/efi/memory.h... Checking patch include/grub/ia64/efi/memory.h... Checking patch include/grub/riscv64/efi/memory.h... Checking patch include/grub/x86_64/efi/memory.h... Applied patch grub-core/kern/efi/mm.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch include/grub/arm/efi/memory.h cleanly. Applied patch include/grub/arm64/efi/memory.h cleanly. Applied patch include/grub/i386/efi/memory.h cleanly. Applied patch include/grub/ia64/efi/memory.h cleanly. Applied patch include/grub/riscv64/efi/memory.h cleanly. Applied patch include/grub/x86_64/efi/memory.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0101-Attempt-to-fix-up-all-the-places-Wsign-compare-error.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/emu/misc.c... Checking patch grub-core/lib/reed_solomon.c... Checking patch grub-core/osdep/linux/blocklist.c... Checking patch grub-core/osdep/linux/getroot.c... Checking patch grub-core/osdep/linux/hostdisk.c... Checking patch util/grub-fstest.c... Checking patch util/grub-menulst2cfg.c... Checking patch util/grub-mkfont.c... Checking patch util/grub-probe.c... Checking patch util/grub-rpm-sort.c... Checking patch util/setup.c... Applied patch grub-core/kern/emu/misc.c cleanly. Applied patch grub-core/lib/reed_solomon.c cleanly. Applied patch grub-core/osdep/linux/blocklist.c cleanly. Applied patch grub-core/osdep/linux/getroot.c cleanly. Applied patch grub-core/osdep/linux/hostdisk.c cleanly. Applied patch util/grub-fstest.c cleanly. Applied patch util/grub-menulst2cfg.c cleanly. Applied patch util/grub-mkfont.c cleanly. Applied patch util/grub-probe.c cleanly. Applied patch util/grub-rpm-sort.c cleanly. Applied patch util/setup.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0102-Don-t-use-Wno-sign-compare-Wno-conversion-Wno-error-.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch conf/Makefile.common... Applied patch configure.ac cleanly. Applied patch conf/Makefile.common cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0103-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0104-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0105-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0106-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Checking patch include/grub/i386/linux.h... Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch include/grub/i386/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0107-Fix-getroot.c-s-trampolines.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/osdep/linux/getroot.c... Applied patch grub-core/osdep/linux/getroot.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0108-Do-not-allow-stack-trampolines-anywhere.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch conf/Makefile.common... Applied patch configure.ac cleanly. Applied patch conf/Makefile.common cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0109-Reimplement-boot_counter.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/increment.c... Checking patch util/grub.d/01_fallback_counting.in... Applied patch Makefile.util.def cleanly. Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/increment.c cleanly. Applied patch util/grub.d/01_fallback_counting.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0110-Fix-menu-entry-selection-based-on-ID-and-title.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/menu.c... Applied patch grub-core/normal/menu.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0111-Make-the-menu-entry-users-option-argument-to-be-opti.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/menuentry.c... Applied patch grub-core/commands/menuentry.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0112-Add-efi-export-env-and-efi-load-env-commands.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/efi/env.c... Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/kern/efi/init.c... Checking patch grub-core/lib/envblk.c... Checking patch util/grub-set-bootflag.c... Checking patch include/grub/efi/efi.h... Checking patch include/grub/lib/envblk.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/efi/env.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/kern/efi/init.c cleanly. Applied patch grub-core/lib/envblk.c cleanly. Applied patch util/grub-set-bootflag.c cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch include/grub/lib/envblk.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0113-Make-it-possible-to-subtract-conditions-from-debug.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/misc.c... Applied patch grub-core/kern/misc.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0114-Export-all-variables-from-the-initial-context-when-c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/context.c... Checking patch grub-core/normal/menu.c... Applied patch grub-core/normal/context.c cleanly. Applied patch grub-core/normal/menu.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0115-grub.d-Split-out-boot-success-reset-from-menu-auto-h.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:97: trailing whitespace. set menu_hide_ok=0 .git/rebase-apply/patch:105: trailing whitespace. # Reset boot_success for current boot Checking patch Makefile.util.def... Checking patch util/grub.d/01_fallback_counting.in => util/grub.d/08_fallback_counting.in... Checking patch util/grub.d/10_reset_boot_success.in... Checking patch util/grub.d/01_menu_auto_hide.in => util/grub.d/12_menu_auto_hide.in... Applied patch Makefile.util.def cleanly. Applied patch util/grub.d/01_fallback_counting.in => util/grub.d/08_fallback_counting.in cleanly. Applied patch util/grub.d/10_reset_boot_success.in cleanly. Applied patch util/grub.d/01_menu_auto_hide.in => util/grub.d/12_menu_auto_hide.in cleanly. warning: 2 lines add whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0116-Fix-systemctl-kexec-exit-status-check.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/emu/linux.c... Applied patch grub-core/loader/emu/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0117-Print-grub-emu-linux-loader-messages-as-debug.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/emu/linux.c... Applied patch grub-core/loader/emu/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0118-Don-t-assume-that-boot-commands-will-only-return-on-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/menu.c... Applied patch grub-core/normal/menu.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0119-grub-set-bootflag-Update-comment-about-running-as-ro.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-set-bootflag.c... Applied patch util/grub-set-bootflag.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0120-grub-set-bootflag-Write-new-env-to-tmpfile-and-then-.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-set-bootflag.c... Applied patch util/grub-set-bootflag.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0121-grub.d-Fix-boot_indeterminate-getting-set-on-boot_su.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/10_reset_boot_success.in... Applied patch util/grub.d/10_reset_boot_success.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0122-Add-start-symbol-for-RISC-V.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/riscv/efi/startup.S... Applied patch grub-core/kern/riscv/efi/startup.S cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0123-bootstrap.conf-Force-autogen.sh-to-use-python3.patch + /usr/bin/git am --reject -q -p1 Checking patch bootstrap.conf... Applied patch bootstrap.conf cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0124-efi-http-Export-fw-http-_path-variables-to-make-them.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Checking patch grub-core/net/efi/http.c... Applied patch grub-core/kern/main.c cleanly. Applied patch grub-core/net/efi/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0125-efi-http-Enclose-literal-IPv6-addresses-in-square-br.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/http.c... Applied patch grub-core/net/efi/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0126-efi-net-Allow-to-specify-a-port-number-in-addresses.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/net.c... Applied patch grub-core/net/efi/net.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0127-efi-ip4_config-Improve-check-to-detect-literal-IPv6-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/ip4_config.c... Applied patch grub-core/net/efi/ip4_config.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0128-efi-net-Print-a-debug-message-if-parsing-the-address.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/net.c... Applied patch grub-core/net/efi/net.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0129-kern-term-Also-accept-F8-as-a-user-interrupt-key.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/term.c... Applied patch grub-core/kern/term.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0130-efi-Set-image-base-address-before-jumping-to-the-PE-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/linux.c... Applied patch grub-core/loader/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0131-tpm-Don-t-propagate-TPM-measurement-errors-to-the-ve.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/tpm.c... Applied patch grub-core/commands/tpm.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0132-x86-efi-Reduce-maximum-bounce-buffer-size-to-16-MiB.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0133-http-Prepend-prefix-when-the-HTTP-path-is-relative-a.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/http.c... Applied patch grub-core/net/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0134-Fix-a-missing-return-in-efi-export-env-and-efi-load-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/efi/env.c... Applied patch grub-core/commands/efi/env.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0135-efi-dhcp-fix-some-allocation-error-checking.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/dhcp.c... Applied patch grub-core/net/efi/dhcp.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0136-efi-http-fix-some-allocation-error-checking.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/http.c... Applied patch grub-core/net/efi/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0137-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/ip4_config.c... Checking patch grub-core/net/efi/ip6_config.c... Applied patch grub-core/net/efi/ip4_config.c cleanly. Applied patch grub-core/net/efi/ip6_config.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0138-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0139-linuxefi-fail-kernel-validation-without-shim-protoco.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/arm64/linux.c... Checking patch grub-core/loader/efi/chainloader.c... Checking patch grub-core/loader/efi/linux.c... Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0140-Fix-const-char-pointers-in-grub-core-net-bootp.c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/bootp.c... Applied patch grub-core/net/bootp.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0141-Fix-const-char-pointers-in-grub-core-net-efi-ip4_con.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/ip4_config.c... Applied patch grub-core/net/efi/ip4_config.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0142-Fix-const-char-pointers-in-grub-core-net-efi-ip6_con.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/ip6_config.c... Applied patch grub-core/net/efi/ip6_config.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0143-Fix-const-char-pointers-in-grub-core-net-efi-net.c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/net.c... Applied patch grub-core/net/efi/net.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0144-Fix-const-char-pointers-in-grub-core-net-efi-pxe.c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/efi/pxe.c... Applied patch grub-core/net/efi/pxe.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0145-Add-systemd-integration-scripts-to-make-systemctl-re.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch conf/Makefile.common... Checking patch util/grub.d/14_menu_show_once.in... Checking patch util/systemd/10-grub-logind-service.conf.in... Checking patch util/systemd/grub-systemd-integration.service.in... Checking patch util/systemd/systemd-integration.sh.in... Applied patch Makefile.util.def cleanly. Applied patch conf/Makefile.common cleanly. Applied patch util/grub.d/14_menu_show_once.in cleanly. Applied patch util/systemd/10-grub-logind-service.conf.in cleanly. Applied patch util/systemd/grub-systemd-integration.service.in cleanly. Applied patch util/systemd/systemd-integration.sh.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0146-systemd-integration.sh-Also-set-old-menu_show_once-g.patch + /usr/bin/git am --reject -q -p1 Checking patch util/systemd/systemd-integration.sh.in... Applied patch util/systemd/systemd-integration.sh.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0147-at_keyboard-use-set-1-when-keyboard-is-in-Translate-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/term/at_keyboard.c... Checking patch include/grub/at_keyboard.h... Applied patch grub-core/term/at_keyboard.c cleanly. Applied patch include/grub/at_keyboard.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0148-grub-install-disable-support-for-EFI-platforms.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-install.c... Checking patch docs/grub.texi... Applied patch util/grub-install.c cleanly. Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0149-New-with-debug-timestamps-configure-flag-to-prepend-.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch grub-core/kern/misc.c... Checking patch config.h.in... Applied patch configure.ac cleanly. Applied patch grub-core/kern/misc.c cleanly. Applied patch config.h.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0150-Added-debug-statements-to-grub_disk_open-and-grub_di.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/disk.c... Applied patch grub-core/kern/disk.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0151-Introduce-function-grub_debug_is_enabled-void-return.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/misc.c... Checking patch include/grub/misc.h... Applied patch grub-core/kern/misc.c cleanly. Applied patch include/grub/misc.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0152-Don-t-clear-screen-when-debugging-is-enabled.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0153-grub_file_-instrumentation-new-file-debug-tag.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/file.c... Applied patch grub-core/kern/file.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0154-ieee1275-Avoiding-many-unecessary-open-close.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/disk/ieee1275/ofdisk.c... Applied patch grub-core/disk/ieee1275/ofdisk.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0155-ieee1275-powerpc-implements-fibre-channel-discovery-.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:38: trailing whitespace. .git/rebase-apply/patch:56: trailing whitespace. .git/rebase-apply/patch:73: trailing whitespace. Checking patch grub-core/osdep/linux/ofpath.c... Applied patch grub-core/osdep/linux/ofpath.c cleanly. warning: 3 lines add whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0156-ieee1275-powerpc-enables-device-mapper-discovery.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/osdep/linux/ofpath.c... Applied patch grub-core/osdep/linux/ofpath.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0157-Add-at_keyboard_fallback_set-var-to-force-the-set-ma.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/term/at_keyboard.c... Applied patch grub-core/term/at_keyboard.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0158-Add-suport-for-signing-grub-with-an-appended-signatu.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-install-common.c... Checking patch util/grub-mkimage.c... Checking patch util/grub-mkimagexx.c... Checking patch util/mkimage.c... Checking patch include/grub/util/install.h... Checking patch include/grub/util/mkimage.h... Applied patch util/grub-install-common.c cleanly. Applied patch util/grub-mkimage.c cleanly. Applied patch util/grub-mkimagexx.c cleanly. Applied patch util/mkimage.c cleanly. Applied patch include/grub/util/install.h cleanly. Applied patch include/grub/util/mkimage.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0159-docs-grub-Document-signing-grub-under-UEFI.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub.texi... Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0160-docs-grub-Document-signing-grub-with-an-appended-sig.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub.texi... Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0161-dl-provide-a-fake-grub_dl_set_persistent-for-the-emu.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/dl.h... Applied patch include/grub/dl.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0162-pgp-factor-out-rsa_pad.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/pgp.c... Checking patch grub-core/lib/pkcs1_v15.c... Checking patch include/grub/pkcs1_v15.h... .git/rebase-apply/patch:172: new blank line at EOF. + Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/pgp.c cleanly. Applied patch grub-core/lib/pkcs1_v15.c cleanly. Applied patch include/grub/pkcs1_v15.h cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0163-crypto-move-storage-for-grub_crypto_pk_-to-crypto.c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/pgp.c... Checking patch grub-core/lib/crypto.c... Applied patch grub-core/commands/pgp.c cleanly. Applied patch grub-core/lib/crypto.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0164-posix_wrap-tweaks-in-preparation-for-libtasn1.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/lib/posix_wrap/limits.h... Checking patch grub-core/lib/posix_wrap/stdlib.h... Checking patch grub-core/lib/posix_wrap/sys/types.h... Applied patch grub-core/lib/posix_wrap/limits.h cleanly. Applied patch grub-core/lib/posix_wrap/stdlib.h cleanly. Applied patch grub-core/lib/posix_wrap/sys/types.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0165-libtasn1-import-libtasn1-4.16.0.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/lib/libtasn1/lib/coding.c... Checking patch grub-core/lib/libtasn1/lib/decoding.c... Checking patch grub-core/lib/libtasn1/lib/element.c... Checking patch grub-core/lib/libtasn1/lib/errors.c... Checking patch grub-core/lib/libtasn1/lib/gstr.c... Checking patch grub-core/lib/libtasn1/lib/parser_aux.c... Checking patch grub-core/lib/libtasn1/lib/structure.c... Checking patch grub-core/lib/libtasn1/lib/element.h... Checking patch grub-core/lib/libtasn1/lib/gstr.h... Checking patch grub-core/lib/libtasn1/lib/int.h... Checking patch grub-core/lib/libtasn1/lib/parser_aux.h... Checking patch grub-core/lib/libtasn1/lib/structure.h... Checking patch include/grub/libtasn1.h... Checking patch grub-core/lib/libtasn1/LICENSE... Checking patch grub-core/lib/libtasn1/README.md... Applied patch grub-core/lib/libtasn1/lib/coding.c cleanly. Applied patch grub-core/lib/libtasn1/lib/decoding.c cleanly. Applied patch grub-core/lib/libtasn1/lib/element.c cleanly. Applied patch grub-core/lib/libtasn1/lib/errors.c cleanly. Applied patch grub-core/lib/libtasn1/lib/gstr.c cleanly. Applied patch grub-core/lib/libtasn1/lib/parser_aux.c cleanly. Applied patch grub-core/lib/libtasn1/lib/structure.c cleanly. Applied patch grub-core/lib/libtasn1/lib/element.h cleanly. Applied patch grub-core/lib/libtasn1/lib/gstr.h cleanly. Applied patch grub-core/lib/libtasn1/lib/int.h cleanly. Applied patch grub-core/lib/libtasn1/lib/parser_aux.h cleanly. Applied patch grub-core/lib/libtasn1/lib/structure.h cleanly. Applied patch include/grub/libtasn1.h cleanly. Applied patch grub-core/lib/libtasn1/LICENSE cleanly. Applied patch grub-core/lib/libtasn1/README.md cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0166-libtasn1-disable-code-not-needed-in-grub.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/lib/libtasn1/lib/coding.c... Checking patch grub-core/lib/libtasn1/lib/decoding.c... Checking patch grub-core/lib/libtasn1/lib/element.c... Checking patch grub-core/lib/libtasn1/lib/errors.c... Checking patch grub-core/lib/libtasn1/lib/structure.c... Checking patch include/grub/libtasn1.h... Applied patch grub-core/lib/libtasn1/lib/coding.c cleanly. Applied patch grub-core/lib/libtasn1/lib/decoding.c cleanly. Applied patch grub-core/lib/libtasn1/lib/element.c cleanly. Applied patch grub-core/lib/libtasn1/lib/errors.c cleanly. Applied patch grub-core/lib/libtasn1/lib/structure.c cleanly. Applied patch include/grub/libtasn1.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0167-libtasn1-changes-for-grub-compatibility.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/lib/libtasn1/lib/decoding.c... Checking patch grub-core/lib/libtasn1/lib/element.c... Checking patch grub-core/lib/libtasn1/lib/gstr.c... Checking patch grub-core/lib/libtasn1/lib/parser_aux.c... Checking patch grub-core/lib/libtasn1/lib/int.h... Checking patch include/grub/libtasn1.h... Applied patch grub-core/lib/libtasn1/lib/decoding.c cleanly. Applied patch grub-core/lib/libtasn1/lib/element.c cleanly. Applied patch grub-core/lib/libtasn1/lib/gstr.c cleanly. Applied patch grub-core/lib/libtasn1/lib/parser_aux.c cleanly. Applied patch grub-core/lib/libtasn1/lib/int.h cleanly. Applied patch include/grub/libtasn1.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0168-libtasn1-compile-into-asn1-module.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/lib/libtasn1_wrap/wrap.c... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/lib/libtasn1_wrap/wrap.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0169-test_asn1-test-module-for-libtasn1.patch + /usr/bin/git am --reject -q -p1 Checking patch Makefile.util.def... Checking patch grub-core/Makefile.core.def... Checking patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654.c... Checking patch grub-core/lib/libtasn1_wrap/tests/Test_overflow.c... Checking patch grub-core/lib/libtasn1_wrap/tests/Test_simple.c... Checking patch grub-core/lib/libtasn1_wrap/tests/Test_strings.c... Checking patch grub-core/lib/libtasn1_wrap/tests/object-id-decoding.c... Checking patch grub-core/lib/libtasn1_wrap/tests/object-id-encoding.c... Checking patch grub-core/lib/libtasn1_wrap/tests/octet-string.c... Checking patch grub-core/lib/libtasn1_wrap/tests/reproducers.c... Checking patch grub-core/lib/libtasn1_wrap/wrap_tests.c... Checking patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654-1_asn1_tab.h... Checking patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654-2_asn1_tab.h... Checking patch grub-core/lib/libtasn1_wrap/wrap_tests.h... Checking patch tests/test_asn1.in... .git/rebase-apply/patch:1424: new blank line at EOF. + Applied patch Makefile.util.def cleanly. Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/Test_overflow.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/Test_simple.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/Test_strings.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/object-id-decoding.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/object-id-encoding.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/octet-string.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/reproducers.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/wrap_tests.c cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654-1_asn1_tab.h cleanly. Applied patch grub-core/lib/libtasn1_wrap/tests/CVE-2018-1000654-2_asn1_tab.h cleanly. Applied patch grub-core/lib/libtasn1_wrap/wrap_tests.h cleanly. Applied patch tests/test_asn1.in cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0170-grub-install-support-embedding-x509-certificates.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/pgp.c... Checking patch util/grub-install-common.c... Checking patch util/grub-mkimage.c... Checking patch util/mkimage.c... Checking patch include/grub/kernel.h... Checking patch include/grub/util/install.h... Applied patch grub-core/commands/pgp.c cleanly. Applied patch util/grub-install-common.c cleanly. Applied patch util/grub-mkimage.c cleanly. Applied patch util/mkimage.c cleanly. Applied patch include/grub/kernel.h cleanly. Applied patch include/grub/util/install.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0171-appended-signatures-import-GNUTLS-s-ASN.1-descriptio.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/appendedsig/gnutls_asn1_tab.c... Checking patch grub-core/commands/appendedsig/pkix_asn1_tab.c... Applied patch grub-core/commands/appendedsig/gnutls_asn1_tab.c cleanly. Applied patch grub-core/commands/appendedsig/pkix_asn1_tab.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0172-appended-signatures-parse-PKCS-7-signedData-and-X.50.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:232: trailing whitespace. * .git/rebase-apply/patch:548: trailing whitespace. * nscanned is not set for FMT_USG, it's only set for FMT_PGP, .git/rebase-apply/patch:639: trailing whitespace. /* .git/rebase-apply/patch:798: trailing whitespace. * .git/rebase-apply/patch:1274: trailing whitespace. /* Checking patch grub-core/commands/appendedsig/asn1util.c... Checking patch grub-core/commands/appendedsig/pkcs7.c... Checking patch grub-core/commands/appendedsig/x509.c... Checking patch grub-core/commands/appendedsig/appendedsig.h... Applied patch grub-core/commands/appendedsig/asn1util.c cleanly. Applied patch grub-core/commands/appendedsig/pkcs7.c cleanly. Applied patch grub-core/commands/appendedsig/x509.c cleanly. Applied patch grub-core/commands/appendedsig/appendedsig.h cleanly. warning: squelched 2 whitespace errors warning: 7 lines add whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0173-appended-signatures-support-verifying-appended-signa.patch + /usr/bin/git am --reject -q -p1 .git/rebase-apply/patch:605: space before tab in indent. grub_env_read_sec, Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/appendedsig/appendedsig.c... Checking patch include/grub/file.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/appendedsig/appendedsig.c cleanly. Applied patch include/grub/file.h cleanly. warning: 1 line adds whitespace errors. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0174-appended-signatures-verification-tests.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/tests/appended_signature_test.c... Checking patch grub-core/tests/lib/functional_test.c... Checking patch grub-core/tests/appended_signatures.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/tests/appended_signature_test.c cleanly. Applied patch grub-core/tests/lib/functional_test.c cleanly. Applied patch grub-core/tests/appended_signatures.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0175-appended-signatures-documentation.patch + /usr/bin/git am --reject -q -p1 Checking patch docs/grub.texi... Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0176-ieee1275-enter-lockdown-based-on-ibm-secure-boot.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/kern/ieee1275/init.c... Checking patch include/grub/lockdown.h... Checking patch docs/grub.texi... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch include/grub/lockdown.h cleanly. Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0177-ieee1275-drop-HEAP_MAX_ADDR-HEAP_MIN_SIZE.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/init.c... Applied patch grub-core/kern/ieee1275/init.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0178-ieee1275-claim-more-memory.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/init.c... Checking patch docs/grub-dev.texi... Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch docs/grub-dev.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0179-ieee1275-request-memory-with-ibm-client-architecture.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/cmain.c... Checking patch grub-core/kern/ieee1275/init.c... Checking patch include/grub/ieee1275/ieee1275.h... Applied patch grub-core/kern/ieee1275/cmain.c cleanly. Applied patch grub-core/kern/ieee1275/init.c cleanly. Applied patch include/grub/ieee1275/ieee1275.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0180-appendedsig-x509-Also-handle-the-Extended-Key-Usage-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/appendedsig/x509.c... Checking patch grub-core/tests/appended_signature_test.c... Checking patch grub-core/tests/appended_signatures.h... Applied patch grub-core/commands/appendedsig/x509.c cleanly. Applied patch grub-core/tests/appended_signature_test.c cleanly. Applied patch grub-core/tests/appended_signatures.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0181-ieee1275-ofdisk-retry-on-open-failure.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/disk/ieee1275/ofdisk.c... Checking patch include/grub/ieee1275/ofdisk.h... Applied patch grub-core/disk/ieee1275/ofdisk.c cleanly. Applied patch include/grub/ieee1275/ofdisk.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0182-Allow-chainloading-EFI-apps-from-loop-mounts.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/disk/loopback.c... Checking patch grub-core/loader/efi/chainloader.c... Checking patch include/grub/loopback.h... Applied patch grub-core/disk/loopback.c cleanly. Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch include/grub/loopback.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0183-efinet-Add-DHCP-proxy-support.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/drivers/efi/efinet.c... Applied patch grub-core/net/drivers/efi/efinet.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0184-fs-ext2-Ignore-checksum-seed-incompat-feature.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/ext2.c... Applied patch grub-core/fs/ext2.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0185-Don-t-update-the-cmdline-when-generating-legacy-menu.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/10_linux.in... Applied patch util/grub.d/10_linux.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0186-Suppress-gettext-error-message.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/gettext/gettext.c... Applied patch grub-core/gettext/gettext.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0187-grub-set-password-Always-use-boot-grub2-user.cfg-as-.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-set-password.in... Applied patch util/grub-set-password.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0188-templates-Check-for-EFI-at-runtime-instead-of-config.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub.d/30_uefi-firmware.in... Applied patch util/grub.d/30_uefi-firmware.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0189-efi-Print-an-error-if-boot-to-firmware-setup-is-not-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/efi/efifwsetup.c... Applied patch grub-core/commands/efi/efifwsetup.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0190-arm64-Fix-EFI-loader-kernel-image-allocation.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/arm64/linux.c... Checking patch include/grub/arm/linux.h... Checking patch include/grub/arm64/linux.h... Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch include/grub/arm/linux.h cleanly. Applied patch include/grub/arm64/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0191-normal-main-Discover-the-device-to-read-the-config-f.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/main.c... Applied patch grub-core/normal/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0192-powerpc-adjust-setting-of-prefix-for-signed-binary-c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Applied patch grub-core/kern/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0193-fs-xfs-Fix-unreadable-filesystem-with-v4-superblock.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/xfs.c... Applied patch grub-core/fs/xfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0194-Print-module-name-on-license-check-failure.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/dl.c... Applied patch grub-core/kern/dl.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0195-powerpc-ieee1275-load-grub-at-4MB-not-2MB.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch include/grub/offsets.h... Applied patch grub-core/Makefile.core.def cleanly. Applied patch include/grub/offsets.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0196-grub-mkconfig-restore-umask-for-grub.cfg.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-mkconfig.in... Applied patch util/grub-mkconfig.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0197-fs-btrfs-Use-full-btrfs-bootloader-area.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Checking patch include/grub/disk.h... Applied patch grub-core/fs/btrfs.c cleanly. Applied patch include/grub/disk.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0198-Add-Fedora-location-of-DejaVu-SANS-font.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Applied patch configure.ac cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0199-normal-menu-Don-t-show-Booting-s-msg-when-auto-booti.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/menu.c... Applied patch grub-core/normal/menu.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0200-EFI-suppress-the-Welcome-to-GRUB-message-in-EFI-buil.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Applied patch grub-core/kern/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0201-EFI-console-Do-not-set-colorstate-until-the-first-te.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/term/efi/console.c... Applied patch grub-core/term/efi/console.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0202-EFI-console-Do-not-set-cursor-until-the-first-text-o.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/term/efi/console.c... Applied patch grub-core/term/efi/console.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0203-Use-visual-indentation-in-config.h.in.patch + /usr/bin/git am --reject -q -p1 Checking patch config.h.in... Applied patch config.h.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0204-Where-present-ensure-config-util.h-precedes-config.h.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/disk/host.c... Checking patch grub-core/kern/emu/argp_common.c... Checking patch grub-core/kern/emu/main.c... Checking patch grub-core/osdep/aros/config.c... Checking patch grub-core/osdep/basic/emunet.c... Checking patch grub-core/osdep/basic/init.c... Checking patch grub-core/osdep/haiku/getroot.c... Checking patch grub-core/osdep/linux/emunet.c... Checking patch grub-core/osdep/unix/config.c... Checking patch grub-core/osdep/unix/cputime.c... Checking patch grub-core/osdep/unix/dl.c... Checking patch grub-core/osdep/unix/emuconsole.c... Checking patch grub-core/osdep/unix/getroot.c... Checking patch grub-core/osdep/windows/config.c... Checking patch grub-core/osdep/windows/cputime.c... Checking patch grub-core/osdep/windows/dl.c... Checking patch grub-core/osdep/windows/emuconsole.c... Checking patch grub-core/osdep/windows/init.c... Applied patch grub-core/disk/host.c cleanly. Applied patch grub-core/kern/emu/argp_common.c cleanly. Applied patch grub-core/kern/emu/main.c cleanly. Applied patch grub-core/osdep/aros/config.c cleanly. Applied patch grub-core/osdep/basic/emunet.c cleanly. Applied patch grub-core/osdep/basic/init.c cleanly. Applied patch grub-core/osdep/haiku/getroot.c cleanly. Applied patch grub-core/osdep/linux/emunet.c cleanly. Applied patch grub-core/osdep/unix/config.c cleanly. Applied patch grub-core/osdep/unix/cputime.c cleanly. Applied patch grub-core/osdep/unix/dl.c cleanly. Applied patch grub-core/osdep/unix/emuconsole.c cleanly. Applied patch grub-core/osdep/unix/getroot.c cleanly. Applied patch grub-core/osdep/windows/config.c cleanly. Applied patch grub-core/osdep/windows/cputime.c cleanly. Applied patch grub-core/osdep/windows/dl.c cleanly. Applied patch grub-core/osdep/windows/emuconsole.c cleanly. Applied patch grub-core/osdep/windows/init.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0205-Drop-gnulib-fix-base64.patch.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/lib/posix_wrap/sys/types.h... Checking patch grub-core/lib/xzembed/xz.h... Checking patch bootstrap.conf... Checking patch conf/Makefile.extra-dist... Checking patch config.h.in... Checking patch grub-core/lib/gnulib-patches/fix-base64.patch... Applied patch grub-core/lib/posix_wrap/sys/types.h cleanly. Applied patch grub-core/lib/xzembed/xz.h cleanly. Applied patch bootstrap.conf cleanly. Applied patch conf/Makefile.extra-dist cleanly. Applied patch config.h.in cleanly. Applied patch grub-core/lib/gnulib-patches/fix-base64.patch cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0206-Drop-gnulib-no-abort.patch.patch + /usr/bin/git am --reject -q -p1 Checking patch bootstrap.conf... Checking patch conf/Makefile.extra-dist... Checking patch config.h.in... Checking patch grub-core/lib/gnulib-patches/no-abort.patch... Applied patch bootstrap.conf cleanly. Applied patch conf/Makefile.extra-dist cleanly. Applied patch config.h.in cleanly. Applied patch grub-core/lib/gnulib-patches/no-abort.patch cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0207-Update-gnulib-version-and-drop-most-gnulib-patches.patch + /usr/bin/git am --reject -q -p1 Checking patch configure.ac... Checking patch grub-core/Makefile.core.def... Checking patch grub-core/disk/luks2.c... Checking patch grub-core/lib/posix_wrap/limits.h... Checking patch include/grub/compiler.h... Checking patch include/grub/list.h... Checking patch INSTALL... Checking patch bootstrap... Checking patch bootstrap.conf... Checking patch conf/Makefile.extra-dist... Checking patch config.h.in... Checking patch grub-core/lib/gnulib-patches/fix-null-deref.patch... Checking patch grub-core/lib/gnulib-patches/fix-null-state-deref.patch... Checking patch grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch... Checking patch grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch... Checking patch grub-core/lib/gnulib-patches/fix-uninit-structure.patch... Checking patch grub-core/lib/gnulib-patches/fix-unused-value.patch... Applied patch configure.ac cleanly. Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/disk/luks2.c cleanly. Applied patch grub-core/lib/posix_wrap/limits.h cleanly. Applied patch include/grub/compiler.h cleanly. Applied patch include/grub/list.h cleanly. Applied patch INSTALL cleanly. Applied patch bootstrap cleanly. Applied patch bootstrap.conf cleanly. Applied patch conf/Makefile.extra-dist cleanly. Applied patch config.h.in cleanly. Applied patch grub-core/lib/gnulib-patches/fix-null-deref.patch cleanly. Applied patch grub-core/lib/gnulib-patches/fix-null-state-deref.patch cleanly. Applied patch grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch cleanly. Applied patch grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch cleanly. Applied patch grub-core/lib/gnulib-patches/fix-uninit-structure.patch cleanly. Applied patch grub-core/lib/gnulib-patches/fix-unused-value.patch cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0208-commands-search-Fix-bug-stopping-iteration-when-no-f.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/search.c... Applied patch grub-core/commands/search.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0209-search-new-efidisk-only-option-on-EFI-systems.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/search.c... Checking patch grub-core/commands/search_wrap.c... Checking patch include/grub/search.h... Applied patch grub-core/commands/search.c cleanly. Applied patch grub-core/commands/search_wrap.c cleanly. Applied patch include/grub/search.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0210-efi-new-connectefi-command.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/efi/connectefi.c... Checking patch grub-core/commands/efi/lsefi.c... Checking patch grub-core/disk/efi/efidisk.c... Checking patch grub-core/kern/efi/efi.c... Checking patch include/grub/efi/disk.h... Checking patch include/grub/efi/efi.h... Checking patch NEWS... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/efi/connectefi.c cleanly. Applied patch grub-core/commands/efi/lsefi.c cleanly. Applied patch grub-core/disk/efi/efidisk.c cleanly. Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch include/grub/efi/disk.h cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch NEWS cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0211-grub-core-loader-i386-efi-linux.c-do-not-validate-ke.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0212-grub-core-loader-arm64-linux.c-do-not-validate-kerne.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/arm64/linux.c... Applied patch grub-core/loader/arm64/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0213-grub-core-loader-efi-chainloader.c-do-not-validate-c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Applied patch grub-core/loader/efi/chainloader.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0214-grub-core-loader-efi-linux.c-drop-now-unused-grub_li.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/linux.c... Checking patch include/grub/efi/linux.h... Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch include/grub/efi/linux.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0215-powerpc-do-CAS-in-a-more-compatible-way.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/ieee1275/init.c... Applied patch grub-core/kern/ieee1275/init.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0216-powerpc-prefix-detection-support-device-names-with-c.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/main.c... Applied patch grub-core/kern/main.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0217-ibmvtpm-Add-support-for-trusted-boot-using-a-vTPM-2..patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/Makefile.core.def... Checking patch grub-core/commands/ieee1275/ibmvtpm.c... Checking patch include/grub/ieee1275/ieee1275.h... Checking patch docs/grub.texi... Applied patch grub-core/Makefile.core.def cleanly. Applied patch grub-core/commands/ieee1275/ibmvtpm.c cleanly. Applied patch include/grub/ieee1275/ieee1275.h cleanly. Applied patch docs/grub.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0218-rpm-sort-add-prereqs-for-declaration-of-strchrnul.patch + /usr/bin/git am --reject -q -p1 Checking patch util/grub-rpm-sort.c... Applied patch util/grub-rpm-sort.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0219-make-ofdisk_retries-optional.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/ieee1275/ofdisk.h... Applied patch include/grub/ieee1275/ofdisk.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0220-loader-efi-chainloader-grub_load_and_start_image-doe.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Applied patch grub-core/loader/efi/chainloader.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0221-loader-efi-chainloader-simplify-the-loader-state.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Applied patch grub-core/loader/efi/chainloader.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0222-commands-boot-Add-API-to-pass-context-to-loader.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/commands/boot.c... Checking patch include/grub/loader.h... Applied patch grub-core/commands/boot.c cleanly. Applied patch include/grub/loader.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0223-loader-efi-chainloader-Use-grub_loader_set_ex.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/efi/chainloader.c... Applied patch grub-core/loader/efi/chainloader.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0224-loader-i386-efi-linux-Avoid-a-use-after-free-in-the-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0225-loader-i386-efi-linux-Use-grub_loader_set_ex.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0226-loader-i386-efi-linux-Fix-a-memory-leak-in-the-initr.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0227-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/sb.c... Checking patch include/grub/verify.h... Applied patch grub-core/kern/efi/sb.c cleanly. Applied patch include/grub/verify.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0228-kern-file-Do-not-leak-device_name-on-error-in-grub_f.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/file.c... Applied patch grub-core/kern/file.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0229-video-readers-png-Abort-sooner-if-a-read-operation-f.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/png.c... Applied patch grub-core/video/readers/png.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0230-video-readers-png-Refuse-to-handle-multiple-image-he.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/png.c... Applied patch grub-core/video/readers/png.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0231-video-readers-png-Drop-greyscale-support-to-fix-heap.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/png.c... Applied patch grub-core/video/readers/png.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0232-video-readers-png-Avoid-heap-OOB-R-W-inserting-huff-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/png.c... Applied patch grub-core/video/readers/png.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0233-video-readers-png-Sanity-check-some-huffman-codes.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/png.c... Applied patch grub-core/video/readers/png.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0234-video-readers-jpeg-Abort-sooner-if-a-read-operation-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/jpeg.c... Applied patch grub-core/video/readers/jpeg.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0235-video-readers-jpeg-Do-not-reallocate-a-given-huff-ta.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/jpeg.c... Applied patch grub-core/video/readers/jpeg.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0236-video-readers-jpeg-Refuse-to-handle-multiple-start-o.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/jpeg.c... Applied patch grub-core/video/readers/jpeg.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0237-video-readers-jpeg-Block-int-underflow-wild-pointer-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/readers/jpeg.c... Applied patch grub-core/video/readers/jpeg.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0238-normal-charset-Fix-array-out-of-bounds-formatting-un.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/charset.c... Applied patch grub-core/normal/charset.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0239-net-netbuff-Block-overly-large-netbuff-allocs.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/netbuff.c... Applied patch grub-core/net/netbuff.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0240-net-ip-Do-IP-fragment-maths-safely.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/ip.c... Applied patch grub-core/net/ip.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0241-net-dns-Fix-double-free-addresses-on-corrupt-DNS-res.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/dns.c... Applied patch grub-core/net/dns.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0242-net-dns-Don-t-read-past-the-end-of-the-string-we-re-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/dns.c... Applied patch grub-core/net/dns.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0243-net-tftp-Prevent-a-UAF-and-double-free-from-a-failed.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/net.c... Checking patch grub-core/net/tftp.c... Checking patch include/grub/net.h... Applied patch grub-core/net/net.c cleanly. Applied patch grub-core/net/tftp.c cleanly. Applied patch include/grub/net.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0244-net-tftp-Avoid-a-trivial-UAF.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/tftp.c... Applied patch grub-core/net/tftp.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0245-net-http-Do-not-tear-down-socket-if-it-s-already-bee.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/http.c... Applied patch grub-core/net/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0246-net-http-Fix-OOB-write-for-split-http-headers.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/http.c... Applied patch grub-core/net/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0247-net-http-Error-out-on-headers-with-LF-without-CR.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/net/http.c... Applied patch grub-core/net/http.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0248-fs-f2fs-Do-not-read-past-the-end-of-nat-journal-entr.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/f2fs.c... Applied patch grub-core/fs/f2fs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0249-fs-f2fs-Do-not-read-past-the-end-of-nat-bitmap.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/f2fs.c... Applied patch grub-core/fs/f2fs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0250-fs-f2fs-Do-not-copy-file-names-that-are-too-long.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/f2fs.c... Applied patch grub-core/fs/f2fs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0251-fs-btrfs-Fix-several-fuzz-issues-with-invalid-dir-it.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0252-fs-btrfs-Fix-more-ASAN-and-SEGV-issues-found-with-fu.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0253-fs-btrfs-Fix-more-fuzz-issues-related-to-chunks.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/btrfs.c... Applied patch grub-core/fs/btrfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0254-misc-Make-grub_min-and-grub_max-more-resilient.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/multiboot_elfxx.c... Checking patch include/grub/misc.h... Applied patch grub-core/loader/multiboot_elfxx.c cleanly. Applied patch include/grub/misc.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0255-ReiserFS-switch-to-using-grub_min-grub_max.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/fs/reiserfs.c... Applied patch grub-core/fs/reiserfs.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0256-misc-make-grub_boot_time-also-call-grub_dprintf-boot.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/misc.c... Checking patch include/grub/misc.h... Applied patch grub-core/kern/misc.c cleanly. Applied patch include/grub/misc.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0257-modules-make-.module_license-read-only.patch + /usr/bin/git am --reject -q -p1 Checking patch include/grub/dl.h... Applied patch include/grub/dl.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0258-modules-strip-.llvm_addrsig-sections-and-similar.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/genmod.sh.in... Applied patch grub-core/genmod.sh.in cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0259-modules-Don-t-allocate-space-for-non-allocable-secti.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/dl.c... Applied patch grub-core/kern/dl.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0260-pe-add-the-DOS-header-struct-and-fix-some-bad-naming.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/arm64/linux.c... Checking patch include/grub/efi/pe32.h... Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch include/grub/efi/pe32.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0261-EFI-allocate-kernel-in-EFI_RUNTIME_SERVICES_CODE-ins.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/loader/i386/efi/linux.c... Applied patch grub-core/loader/i386/efi/linux.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0262-modules-load-module-sections-at-page-aligned-address.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/arm/dl.c... Checking patch grub-core/kern/arm64/dl.c... Checking patch grub-core/kern/dl.c... Checking patch grub-core/kern/emu/full.c... Checking patch grub-core/kern/i386/dl.c... Checking patch grub-core/kern/ia64/dl.c... Checking patch grub-core/kern/mips/dl.c... Checking patch grub-core/kern/powerpc/dl.c... Checking patch grub-core/kern/riscv/dl.c... Checking patch grub-core/kern/sparc64/dl.c... Checking patch grub-core/kern/x86_64/dl.c... Checking patch include/grub/dl.h... Checking patch docs/grub-dev.texi... Applied patch grub-core/kern/arm/dl.c cleanly. Applied patch grub-core/kern/arm64/dl.c cleanly. Applied patch grub-core/kern/dl.c cleanly. Applied patch grub-core/kern/emu/full.c cleanly. Applied patch grub-core/kern/i386/dl.c cleanly. Applied patch grub-core/kern/ia64/dl.c cleanly. Applied patch grub-core/kern/mips/dl.c cleanly. Applied patch grub-core/kern/powerpc/dl.c cleanly. Applied patch grub-core/kern/riscv/dl.c cleanly. Applied patch grub-core/kern/sparc64/dl.c cleanly. Applied patch grub-core/kern/x86_64/dl.c cleanly. Applied patch include/grub/dl.h cleanly. Applied patch docs/grub-dev.texi cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0263-nx-add-memory-attribute-get-set-API.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/efi.c... Checking patch grub-core/kern/efi/mm.c... Checking patch include/grub/efi/api.h... Checking patch include/grub/efi/efi.h... Checking patch include/grub/mm.h... Applied patch grub-core/kern/efi/efi.c cleanly. Applied patch grub-core/kern/efi/mm.c cleanly. Applied patch include/grub/efi/api.h cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch include/grub/mm.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0264-nx-set-page-permissions-for-loaded-modules.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/dl.c... Checking patch include/grub/dl.h... Applied patch grub-core/kern/dl.c cleanly. Applied patch include/grub/dl.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0265-nx-set-attrs-in-our-kernel-loaders.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/mm.c... Checking patch grub-core/loader/arm64/linux.c... Checking patch grub-core/loader/arm64/xen_boot.c... Checking patch grub-core/loader/efi/chainloader.c... Checking patch grub-core/loader/efi/linux.c... Checking patch grub-core/loader/i386/efi/linux.c... Checking patch grub-core/loader/i386/linux.c... Checking patch include/grub/efi/efi.h... Checking patch include/grub/efi/linux.h... Checking patch include/grub/efi/pe32.h... Applied patch grub-core/kern/efi/mm.c cleanly. Applied patch grub-core/loader/arm64/linux.c cleanly. Applied patch grub-core/loader/arm64/xen_boot.c cleanly. Applied patch grub-core/loader/efi/chainloader.c cleanly. Applied patch grub-core/loader/efi/linux.c cleanly. Applied patch grub-core/loader/i386/efi/linux.c cleanly. Applied patch grub-core/loader/i386/linux.c cleanly. Applied patch include/grub/efi/efi.h cleanly. Applied patch include/grub/efi/linux.h cleanly. Applied patch include/grub/efi/pe32.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0266-nx-set-the-nx-compatible-flag-in-EFI-grub-images.patch + /usr/bin/git am --reject -q -p1 Checking patch util/mkimage.c... Applied patch util/mkimage.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0267-font-Reject-glyphs-exceeds-font-max_glyph_width-or-f.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0268-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Checking patch include/grub/bitmap.h... Checking patch include/grub/safemath.h... Applied patch grub-core/font/font.c cleanly. Applied patch include/grub/bitmap.h cleanly. Applied patch include/grub/safemath.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0269-font-Fix-several-integer-overflows-in-grub_font_cons.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0270-font-Remove-grub_font_dup_glyph.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0271-font-Fix-integer-overflow-in-ensure_comb_space.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0272-font-Fix-integer-overflow-in-BMP-index.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0273-font-Fix-integer-underflow-in-binary-search-of-char-.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0274-kern-efi-sb-Enforce-verification-of-font-files.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/kern/efi/sb.c... Checking patch grub-core/kern/lockdown.c... Applied patch grub-core/kern/efi/sb.c cleanly. Applied patch grub-core/kern/lockdown.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0275-fbutil-Fix-integer-overflow.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/video/fb/fbutil.c... Checking patch include/grub/fbutil.h... Applied patch grub-core/video/fb/fbutil.c cleanly. Applied patch include/grub/fbutil.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0276-font-Fix-an-integer-underflow-in-blit_comb.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0277-font-Harden-grub_font_blit_glyph-and-grub_font_blit_.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0278-font-Assign-null_font-to-glyphs-in-ascii_font_glyph.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0279-normal-charset-Fix-an-integer-overflow-in-grub_unico.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/normal/charset.c... Checking patch include/grub/unicode.h... Applied patch grub-core/normal/charset.c cleanly. Applied patch include/grub/unicode.h cleanly. + /usr/lib/rpm/rpmuncompress /builddir/build/SOURCES/0280-font-Try-opening-fonts-from-the-bundled-memdisk.patch + /usr/bin/git am --reject -q -p1 Checking patch grub-core/font/font.c... Applied patch grub-core/font/font.c cleanly. + rm -f configure + rm -r .git + rm -r build-aux m4 + ./bootstrap ./bootstrap: Bootstrapping from checked-out grub sources... ./bootstrap: autopoint --force Copying file build-aux/config.rpath Creating directory m4 Copying file m4/codeset.m4 Copying file m4/extern-inline.m4 Copying file m4/fcntl-o.m4 Copying file m4/gettext.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/iconv.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intlmacosx.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lib-ld.m4 Copying file m4/lib-link.m4 Copying file m4/lib-prefix.m4 Copying file m4/lock.m4 Copying file m4/longlong.m4 Copying file m4/nls.m4 Copying file m4/po.m4 Copying file m4/printf-posix.m4 Copying file m4/progtest.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/Makefile.in.in Copying file po/Makevars.template ./bootstrap: no version control for ./build-aux/config.rpath? ./bootstrap: no version control for ./m4/codeset.m4? ./bootstrap: no version control for ./m4/extern-inline.m4? ./bootstrap: no version control for ./m4/fcntl-o.m4? ./bootstrap: no version control for ./m4/gettext.m4? ./bootstrap: no version control for ./m4/glibc2.m4? ./bootstrap: no version control for ./m4/glibc21.m4? ./bootstrap: no version control for ./m4/iconv.m4? ./bootstrap: no version control for ./m4/intdiv0.m4? ./bootstrap: no version control for ./m4/intl.m4? ./bootstrap: no version control for ./m4/intldir.m4? ./bootstrap: no version control for ./m4/intlmacosx.m4? ./bootstrap: no version control for ./m4/intmax.m4? ./bootstrap: no version control for ./m4/inttypes-pri.m4? ./bootstrap: no version control for ./m4/inttypes_h.m4? ./bootstrap: no version control for ./m4/lcmessage.m4? ./bootstrap: no version control for ./m4/lib-ld.m4? ./bootstrap: no version control for ./m4/lib-link.m4? ./bootstrap: no version control for ./m4/lib-prefix.m4? ./bootstrap: no version control for ./m4/lock.m4? ./bootstrap: no version control for ./m4/longlong.m4? ./bootstrap: no version control for ./m4/nls.m4? ./bootstrap: no version control for ./m4/po.m4? ./bootstrap: no version control for ./m4/printf-posix.m4? ./bootstrap: no version control for ./m4/progtest.m4? ./bootstrap: no version control for ./m4/size_max.m4? ./bootstrap: no version control for ./m4/stdint_h.m4? ./bootstrap: no version control for ./m4/threadlib.m4? ./bootstrap: no version control for ./m4/uintmax_t.m4? ./bootstrap: no version control for ./m4/visibility.m4? ./bootstrap: no version control for ./m4/wchar_t.m4? ./bootstrap: no version control for ./m4/wint_t.m4? ./bootstrap: no version control for ./m4/xsize.m4? ./bootstrap: no version control for ./po/Makefile.in.in~? ./bootstrap: no version control for ./po/Makevars.template? ./bootstrap: gnulib/gnulib-tool --no-changelog --aux-dir=build-aux --doc-base=doc --lib=libgnu --m4-base=m4/ --source-base=grub-core/lib/gnulib/ --tests-base=tests --local-dir=gl --no-conditional-dependencies --no-vc-files --import ... Module list with included dependencies (indented): absolute-header alloca alloca-opt argp assure at-internal attribute base64 basename-lgpl btowc builtin-expect c99 calloc-gnu calloc-posix chdir chdir-long cloexec close ctype dirent dirfd double-slash-root dup2 dynarray errno error exitfail extensions extern-inline fchdir fcntl fcntl-h fd-hook fd-safer-flag filename filenamecat-lgpl flexmember float fnmatch fnmatch-h free-posix fstat gen-header getcwd-lgpl getdelim getdtablesize getline getopt-gnu getopt-posix getprogname gettext-h gitlog-to-changelog hard-locale ialloc idx include_next intprops inttypes-incomplete isblank langinfo largefile libc-config limits-h localcharset locale localeconv lock malloc-gnu malloc-posix malloca mbrtowc mbsinit mbsrtowcs mbswidth mbtowc memchr mempcpy memrchr msvc-inval msvc-nothrow multiarch nl_langinfo nocrash open openat openat-die openat-h pathmax pipe-posix progname rawmemchr realloc-gnu realloc-posix reallocarray regex save-cwd setlocale-null size_max sleep snippet/_Noreturn snippet/arg-nonnull snippet/c++defs snippet/warn-on-use ssize_t stat stat-time std-gnu11 stdalign stdbool stddef stdint stdio stdlib strcase strchrnul strdup-posix streq strerror strerror-override string strings strndup strnlen strnlen1 sys_stat sys_types sysexits threadlib time unistd unistd-safer unitypes uniwidth/base uniwidth/width vararrays vasnprintf verify vsnprintf wchar wcrtomb wctype-h wcwidth windows-mutex windows-once windows-recmutex windows-rwlock wmemchr wmempcpy xalloc-oversized xsize File list: build-aux/gitlog-to-changelog lib/_Noreturn.h lib/alloca.c lib/alloca.in.h lib/arg-nonnull.h lib/argp-ba.c lib/argp-eexst.c lib/argp-fmtstream.c lib/argp-fmtstream.h lib/argp-fs-xinl.c lib/argp-help.c lib/argp-namefrob.h lib/argp-parse.c lib/argp-pin.c lib/argp-pv.c lib/argp-pvh.c lib/argp-xinl.c lib/argp.h lib/asnprintf.c lib/assure.h lib/attribute.h lib/base64.c lib/base64.h lib/basename-lgpl.c lib/basename-lgpl.h lib/btowc.c lib/c++defs.h lib/calloc.c lib/cdefs.h lib/chdir-long.c lib/chdir-long.h lib/cloexec.c lib/cloexec.h lib/close.c lib/ctype.in.h lib/dirent.in.h lib/dirfd.c lib/dup-safer-flag.c lib/dup-safer.c lib/dup2.c lib/dynarray.h lib/errno.in.h lib/error.c lib/error.h lib/exitfail.c lib/exitfail.h lib/fchdir.c lib/fcntl.c lib/fcntl.in.h lib/fd-hook.c lib/fd-hook.h lib/fd-safer-flag.c lib/fd-safer.c lib/filename.h lib/filenamecat-lgpl.c lib/filenamecat.h lib/flexmember.h lib/float+.h lib/float.c lib/float.in.h lib/fnmatch.c lib/fnmatch.in.h lib/fnmatch_loop.c lib/free.c lib/fstat.c lib/getcwd-lgpl.c lib/getdelim.c lib/getdtablesize.c lib/getline.c lib/getopt-cdefs.in.h lib/getopt-core.h lib/getopt-ext.h lib/getopt-pfx-core.h lib/getopt-pfx-ext.h lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/getprogname.c lib/getprogname.h lib/gettext.h lib/glthread/lock.c lib/glthread/lock.h lib/glthread/threadlib.c lib/hard-locale.c lib/hard-locale.h lib/ialloc.c lib/ialloc.h lib/idx.h lib/intprops.h lib/inttypes.in.h lib/isblank.c lib/itold.c lib/langinfo.in.h lib/lc-charset-dispatch.c lib/lc-charset-dispatch.h lib/libc-config.h lib/limits.in.h lib/localcharset.c lib/localcharset.h lib/locale.in.h lib/localeconv.c lib/malloc.c lib/malloc/dynarray-skeleton.c lib/malloc/dynarray.h lib/malloc/dynarray_at_failure.c lib/malloc/dynarray_emplace_enlarge.c lib/malloc/dynarray_finalize.c lib/malloc/dynarray_resize.c lib/malloc/dynarray_resize_clear.c lib/malloca.c lib/malloca.h lib/mbrtowc-impl-utf8.h lib/mbrtowc-impl.h lib/mbrtowc.c lib/mbsinit.c lib/mbsrtowcs-impl.h lib/mbsrtowcs-state.c lib/mbsrtowcs.c lib/mbswidth.c lib/mbswidth.h lib/mbtowc-impl.h lib/mbtowc-lock.c lib/mbtowc-lock.h lib/mbtowc.c lib/memchr.c lib/memchr.valgrind lib/mempcpy.c lib/memrchr.c lib/msvc-inval.c lib/msvc-inval.h lib/msvc-nothrow.c lib/msvc-nothrow.h lib/nl_langinfo-lock.c lib/nl_langinfo.c lib/open.c lib/openat-die.c lib/openat-priv.h lib/openat-proc.c lib/openat.c lib/openat.h lib/pathmax.h lib/pipe-safer.c lib/pipe.c lib/printf-args.c lib/printf-args.h lib/printf-parse.c lib/printf-parse.h lib/progname.c lib/progname.h lib/rawmemchr.c lib/rawmemchr.valgrind lib/realloc.c lib/reallocarray.c lib/regcomp.c lib/regex.c lib/regex.h lib/regex_internal.c lib/regex_internal.h lib/regexec.c lib/save-cwd.c lib/save-cwd.h lib/setlocale-lock.c lib/setlocale_null.c lib/setlocale_null.h lib/size_max.h lib/sleep.c lib/stat-time.c lib/stat-time.h lib/stat-w32.c lib/stat-w32.h lib/stat.c lib/stdalign.in.h lib/stdbool.in.h lib/stddef.in.h lib/stdint.in.h lib/stdio-read.c lib/stdio-write.c lib/stdio.in.h lib/stdlib.in.h lib/strcasecmp.c lib/strchrnul.c lib/strchrnul.valgrind lib/strdup.c lib/streq.h lib/strerror-override.c lib/strerror-override.h lib/strerror.c lib/string.in.h lib/strings.in.h lib/strncasecmp.c lib/strndup.c lib/strnlen.c lib/strnlen1.c lib/strnlen1.h lib/sys_stat.in.h lib/sys_types.in.h lib/sysexits.in.h lib/time.in.h lib/unictype/bitmap.h lib/unistd--.h lib/unistd-safer.h lib/unistd.c lib/unistd.in.h lib/unitypes.in.h lib/uniwidth.in.h lib/uniwidth/cjk.h lib/uniwidth/width.c lib/uniwidth/width0.h lib/uniwidth/width2.h lib/vasnprintf.c lib/vasnprintf.h lib/verify.h lib/vsnprintf.c lib/warn-on-use.h lib/wchar.in.h lib/wcrtomb.c lib/wctype-h.c lib/wctype.in.h lib/wcwidth.c lib/windows-initguard.h lib/windows-mutex.c lib/windows-mutex.h lib/windows-once.c lib/windows-once.h lib/windows-recmutex.c lib/windows-recmutex.h lib/windows-rwlock.c lib/windows-rwlock.h lib/wmemchr-impl.h lib/wmemchr.c lib/wmempcpy.c lib/xalloc-oversized.h lib/xsize.c lib/xsize.h m4/00gnulib.m4 m4/__inline.m4 m4/absolute-header.m4 m4/alloca.m4 m4/argp.m4 m4/base64.m4 m4/btowc.m4 m4/builtin-expect.m4 m4/calloc.m4 m4/chdir-long.m4 m4/close.m4 m4/codeset.m4 m4/ctype_h.m4 m4/dirent_h.m4 m4/dirfd.m4 m4/double-slash-root.m4 m4/dup2.m4 m4/eealloc.m4 m4/errno_h.m4 m4/error.m4 m4/exponentd.m4 m4/extensions.m4 m4/extern-inline.m4 m4/fchdir.m4 m4/fcntl-o.m4 m4/fcntl.m4 m4/fcntl_h.m4 m4/filenamecat.m4 m4/flexmember.m4 m4/float_h.m4 m4/fnmatch.m4 m4/fnmatch_h.m4 m4/free.m4 m4/fstat.m4 m4/getcwd.m4 m4/getdelim.m4 m4/getdtablesize.m4 m4/getline.m4 m4/getopt.m4 m4/getprogname.m4 m4/gnulib-common.m4 m4/include_next.m4 m4/intmax_t.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isblank.m4 m4/langinfo_h.m4 m4/largefile.m4 m4/libunistring-base.m4 m4/limits-h.m4 m4/localcharset.m4 m4/locale-fr.m4 m4/locale-ja.m4 m4/locale-zh.m4 m4/locale_h.m4 m4/localeconv.m4 m4/lock.m4 m4/lstat.m4 m4/malloc.m4 m4/malloca.m4 m4/math_h.m4 m4/mbrtowc.m4 m4/mbsinit.m4 m4/mbsrtowcs.m4 m4/mbstate_t.m4 m4/mbswidth.m4 m4/mbtowc.m4 m4/memchr.m4 m4/mempcpy.m4 m4/memrchr.m4 m4/mmap-anon.m4 m4/mode_t.m4 m4/msvc-inval.m4 m4/msvc-nothrow.m4 m4/multiarch.m4 m4/nl_langinfo.m4 m4/nocrash.m4 m4/off_t.m4 m4/open-cloexec.m4 m4/open-slash.m4 m4/open.m4 m4/openat.m4 m4/pathmax.m4 m4/pid_t.m4 m4/pipe.m4 m4/printf.m4 m4/pthread_rwlock_rdlock.m4 m4/rawmemchr.m4 m4/realloc.m4 m4/reallocarray.m4 m4/regex.m4 m4/save-cwd.m4 m4/setlocale_null.m4 m4/size_max.m4 m4/sleep.m4 m4/ssize_t.m4 m4/stat-time.m4 m4/stat.m4 m4/std-gnu11.m4 m4/stdalign.m4 m4/stdbool.m4 m4/stddef_h.m4 m4/stdint.m4 m4/stdint_h.m4 m4/stdio_h.m4 m4/stdlib_h.m4 m4/strcase.m4 m4/strchrnul.m4 m4/strdup.m4 m4/strerror.m4 m4/string_h.m4 m4/strings_h.m4 m4/strndup.m4 m4/strnlen.m4 m4/sys_socket_h.m4 m4/sys_stat_h.m4 m4/sys_types_h.m4 m4/sysexits.m4 m4/threadlib.m4 m4/time_h.m4 m4/unistd-safer.m4 m4/unistd_h.m4 m4/vararrays.m4 m4/vasnprintf.m4 m4/visibility.m4 m4/vsnprintf.m4 m4/warn-on-use.m4 m4/wchar_h.m4 m4/wchar_t.m4 m4/wcrtomb.m4 m4/wctype_h.m4 m4/wcwidth.m4 m4/wint_t.m4 m4/wmemchr.m4 m4/wmempcpy.m4 m4/xsize.m4 m4/year2038.m4 m4/zzgnulib.m4 Creating directory ./grub-core/lib/gnulib/malloc Creating directory ./grub-core/lib/gnulib/unictype Copying file build-aux/gitlog-to-changelog Replacing file grub-core/lib/gnulib/_Noreturn.h (non-gnulib code backed up in grub-core/lib/gnulib/_Noreturn.h~) !! Replacing file grub-core/lib/gnulib/alloca.c (non-gnulib code backed up in grub-core/lib/gnulib/alloca.c~) !! Replacing file grub-core/lib/gnulib/alloca.in.h (non-gnulib code backed up in grub-core/lib/gnulib/alloca.in.h~) !! Replacing file grub-core/lib/gnulib/arg-nonnull.h (non-gnulib code backed up in grub-core/lib/gnulib/arg-nonnull.h~) !! Replacing file grub-core/lib/gnulib/argp-ba.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-ba.c~) !! Replacing file grub-core/lib/gnulib/argp-eexst.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-eexst.c~) !! Replacing file grub-core/lib/gnulib/argp-fmtstream.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-fmtstream.c~) !! Replacing file grub-core/lib/gnulib/argp-fmtstream.h (non-gnulib code backed up in grub-core/lib/gnulib/argp-fmtstream.h~) !! Replacing file grub-core/lib/gnulib/argp-fs-xinl.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-fs-xinl.c~) !! Replacing file grub-core/lib/gnulib/argp-help.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-help.c~) !! Replacing file grub-core/lib/gnulib/argp-namefrob.h (non-gnulib code backed up in grub-core/lib/gnulib/argp-namefrob.h~) !! Replacing file grub-core/lib/gnulib/argp-parse.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-parse.c~) !! Replacing file grub-core/lib/gnulib/argp-pin.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-pin.c~) !! Replacing file grub-core/lib/gnulib/argp-pv.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-pv.c~) !! Replacing file grub-core/lib/gnulib/argp-pvh.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-pvh.c~) !! Replacing file grub-core/lib/gnulib/argp-xinl.c (non-gnulib code backed up in grub-core/lib/gnulib/argp-xinl.c~) !! Replacing file grub-core/lib/gnulib/argp.h (non-gnulib code backed up in grub-core/lib/gnulib/argp.h~) !! Replacing file grub-core/lib/gnulib/asnprintf.c (non-gnulib code backed up in grub-core/lib/gnulib/asnprintf.c~) !! Replacing file grub-core/lib/gnulib/assure.h (non-gnulib code backed up in grub-core/lib/gnulib/assure.h~) !! Copying file grub-core/lib/gnulib/attribute.h Replacing file grub-core/lib/gnulib/base64.c (non-gnulib code backed up in grub-core/lib/gnulib/base64.c~) !! Replacing file grub-core/lib/gnulib/base64.h (non-gnulib code backed up in grub-core/lib/gnulib/base64.h~) !! Replacing file grub-core/lib/gnulib/basename-lgpl.c (non-gnulib code backed up in grub-core/lib/gnulib/basename-lgpl.c~) !! Copying file grub-core/lib/gnulib/basename-lgpl.h Replacing file grub-core/lib/gnulib/btowc.c (non-gnulib code backed up in grub-core/lib/gnulib/btowc.c~) !! Replacing file grub-core/lib/gnulib/c++defs.h (non-gnulib code backed up in grub-core/lib/gnulib/c++defs.h~) !! Copying file grub-core/lib/gnulib/calloc.c Replacing file grub-core/lib/gnulib/cdefs.h (non-gnulib code backed up in grub-core/lib/gnulib/cdefs.h~) !! Replacing file grub-core/lib/gnulib/chdir-long.c (non-gnulib code backed up in grub-core/lib/gnulib/chdir-long.c~) !! Replacing file grub-core/lib/gnulib/chdir-long.h (non-gnulib code backed up in grub-core/lib/gnulib/chdir-long.h~) !! Replacing file grub-core/lib/gnulib/cloexec.c (non-gnulib code backed up in grub-core/lib/gnulib/cloexec.c~) !! Replacing file grub-core/lib/gnulib/cloexec.h (non-gnulib code backed up in grub-core/lib/gnulib/cloexec.h~) !! Replacing file grub-core/lib/gnulib/close.c (non-gnulib code backed up in grub-core/lib/gnulib/close.c~) !! Copying file grub-core/lib/gnulib/ctype.in.h Replacing file grub-core/lib/gnulib/dirent.in.h (non-gnulib code backed up in grub-core/lib/gnulib/dirent.in.h~) !! Replacing file grub-core/lib/gnulib/dirfd.c (non-gnulib code backed up in grub-core/lib/gnulib/dirfd.c~) !! Replacing file grub-core/lib/gnulib/dup-safer-flag.c (non-gnulib code backed up in grub-core/lib/gnulib/dup-safer-flag.c~) !! Replacing file grub-core/lib/gnulib/dup-safer.c (non-gnulib code backed up in grub-core/lib/gnulib/dup-safer.c~) !! Replacing file grub-core/lib/gnulib/dup2.c (non-gnulib code backed up in grub-core/lib/gnulib/dup2.c~) !! Copying file grub-core/lib/gnulib/dynarray.h Replacing file grub-core/lib/gnulib/errno.in.h (non-gnulib code backed up in grub-core/lib/gnulib/errno.in.h~) !! Replacing file grub-core/lib/gnulib/error.c (non-gnulib code backed up in grub-core/lib/gnulib/error.c~) !! Replacing file grub-core/lib/gnulib/error.h (non-gnulib code backed up in grub-core/lib/gnulib/error.h~) !! Replacing file grub-core/lib/gnulib/exitfail.c (non-gnulib code backed up in grub-core/lib/gnulib/exitfail.c~) !! Replacing file grub-core/lib/gnulib/exitfail.h (non-gnulib code backed up in grub-core/lib/gnulib/exitfail.h~) !! Replacing file grub-core/lib/gnulib/fchdir.c (non-gnulib code backed up in grub-core/lib/gnulib/fchdir.c~) !! Replacing file grub-core/lib/gnulib/fcntl.c (non-gnulib code backed up in grub-core/lib/gnulib/fcntl.c~) !! Replacing file grub-core/lib/gnulib/fcntl.in.h (non-gnulib code backed up in grub-core/lib/gnulib/fcntl.in.h~) !! Replacing file grub-core/lib/gnulib/fd-hook.c (non-gnulib code backed up in grub-core/lib/gnulib/fd-hook.c~) !! Replacing file grub-core/lib/gnulib/fd-hook.h (non-gnulib code backed up in grub-core/lib/gnulib/fd-hook.h~) !! Replacing file grub-core/lib/gnulib/fd-safer-flag.c (non-gnulib code backed up in grub-core/lib/gnulib/fd-safer-flag.c~) !! Replacing file grub-core/lib/gnulib/fd-safer.c (non-gnulib code backed up in grub-core/lib/gnulib/fd-safer.c~) !! Replacing file grub-core/lib/gnulib/filename.h (non-gnulib code backed up in grub-core/lib/gnulib/filename.h~) !! Replacing file grub-core/lib/gnulib/filenamecat-lgpl.c (non-gnulib code backed up in grub-core/lib/gnulib/filenamecat-lgpl.c~) !! Replacing file grub-core/lib/gnulib/filenamecat.h (non-gnulib code backed up in grub-core/lib/gnulib/filenamecat.h~) !! Replacing file grub-core/lib/gnulib/flexmember.h (non-gnulib code backed up in grub-core/lib/gnulib/flexmember.h~) !! Replacing file grub-core/lib/gnulib/float+.h (non-gnulib code backed up in grub-core/lib/gnulib/float+.h~) !! Replacing file grub-core/lib/gnulib/float.c (non-gnulib code backed up in grub-core/lib/gnulib/float.c~) !! Replacing file grub-core/lib/gnulib/float.in.h (non-gnulib code backed up in grub-core/lib/gnulib/float.in.h~) !! Replacing file grub-core/lib/gnulib/fnmatch.c (non-gnulib code backed up in grub-core/lib/gnulib/fnmatch.c~) !! Replacing file grub-core/lib/gnulib/fnmatch.in.h (non-gnulib code backed up in grub-core/lib/gnulib/fnmatch.in.h~) !! Replacing file grub-core/lib/gnulib/fnmatch_loop.c (non-gnulib code backed up in grub-core/lib/gnulib/fnmatch_loop.c~) !! Copying file grub-core/lib/gnulib/free.c Replacing file grub-core/lib/gnulib/fstat.c (non-gnulib code backed up in grub-core/lib/gnulib/fstat.c~) !! Replacing file grub-core/lib/gnulib/getcwd-lgpl.c (non-gnulib code backed up in grub-core/lib/gnulib/getcwd-lgpl.c~) !! Replacing file grub-core/lib/gnulib/getdelim.c (non-gnulib code backed up in grub-core/lib/gnulib/getdelim.c~) !! Replacing file grub-core/lib/gnulib/getdtablesize.c (non-gnulib code backed up in grub-core/lib/gnulib/getdtablesize.c~) !! Replacing file grub-core/lib/gnulib/getline.c (non-gnulib code backed up in grub-core/lib/gnulib/getline.c~) !! Replacing file grub-core/lib/gnulib/getopt-cdefs.in.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt-cdefs.in.h~) !! Replacing file grub-core/lib/gnulib/getopt-core.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt-core.h~) !! Replacing file grub-core/lib/gnulib/getopt-ext.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt-ext.h~) !! Replacing file grub-core/lib/gnulib/getopt-pfx-core.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt-pfx-core.h~) !! Replacing file grub-core/lib/gnulib/getopt-pfx-ext.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt-pfx-ext.h~) !! Replacing file grub-core/lib/gnulib/getopt.c (non-gnulib code backed up in grub-core/lib/gnulib/getopt.c~) !! Replacing file grub-core/lib/gnulib/getopt.in.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt.in.h~) !! Replacing file grub-core/lib/gnulib/getopt1.c (non-gnulib code backed up in grub-core/lib/gnulib/getopt1.c~) !! Replacing file grub-core/lib/gnulib/getopt_int.h (non-gnulib code backed up in grub-core/lib/gnulib/getopt_int.h~) !! Replacing file grub-core/lib/gnulib/getprogname.c (non-gnulib code backed up in grub-core/lib/gnulib/getprogname.c~) !! Replacing file grub-core/lib/gnulib/getprogname.h (non-gnulib code backed up in grub-core/lib/gnulib/getprogname.h~) !! Replacing file grub-core/lib/gnulib/gettext.h (non-gnulib code backed up in grub-core/lib/gnulib/gettext.h~) !! Replacing file grub-core/lib/gnulib/glthread/lock.c (non-gnulib code backed up in grub-core/lib/gnulib/glthread/lock.c~) !! Replacing file grub-core/lib/gnulib/glthread/lock.h (non-gnulib code backed up in grub-core/lib/gnulib/glthread/lock.h~) !! Replacing file grub-core/lib/gnulib/glthread/threadlib.c (non-gnulib code backed up in grub-core/lib/gnulib/glthread/threadlib.c~) !! Replacing file grub-core/lib/gnulib/hard-locale.c (non-gnulib code backed up in grub-core/lib/gnulib/hard-locale.c~) !! Replacing file grub-core/lib/gnulib/hard-locale.h (non-gnulib code backed up in grub-core/lib/gnulib/hard-locale.h~) !! Copying file grub-core/lib/gnulib/ialloc.c Copying file grub-core/lib/gnulib/ialloc.h Copying file grub-core/lib/gnulib/idx.h Replacing file grub-core/lib/gnulib/intprops.h (non-gnulib code backed up in grub-core/lib/gnulib/intprops.h~) !! Copying file grub-core/lib/gnulib/inttypes.in.h Copying file grub-core/lib/gnulib/isblank.c Replacing file grub-core/lib/gnulib/itold.c (non-gnulib code backed up in grub-core/lib/gnulib/itold.c~) !! Replacing file grub-core/lib/gnulib/langinfo.in.h (non-gnulib code backed up in grub-core/lib/gnulib/langinfo.in.h~) !! Copying file grub-core/lib/gnulib/lc-charset-dispatch.c Copying file grub-core/lib/gnulib/lc-charset-dispatch.h Replacing file grub-core/lib/gnulib/libc-config.h (non-gnulib code backed up in grub-core/lib/gnulib/libc-config.h~) !! Replacing file grub-core/lib/gnulib/limits.in.h (non-gnulib code backed up in grub-core/lib/gnulib/limits.in.h~) !! Replacing file grub-core/lib/gnulib/localcharset.c (non-gnulib code backed up in grub-core/lib/gnulib/localcharset.c~) !! Replacing file grub-core/lib/gnulib/localcharset.h (non-gnulib code backed up in grub-core/lib/gnulib/localcharset.h~) !! Replacing file grub-core/lib/gnulib/locale.in.h (non-gnulib code backed up in grub-core/lib/gnulib/locale.in.h~) !! Replacing file grub-core/lib/gnulib/localeconv.c (non-gnulib code backed up in grub-core/lib/gnulib/localeconv.c~) !! Replacing file grub-core/lib/gnulib/malloc.c (non-gnulib code backed up in grub-core/lib/gnulib/malloc.c~) !! Copying file grub-core/lib/gnulib/malloc/dynarray-skeleton.c Copying file grub-core/lib/gnulib/malloc/dynarray.h Copying file grub-core/lib/gnulib/malloc/dynarray_at_failure.c Copying file grub-core/lib/gnulib/malloc/dynarray_emplace_enlarge.c Copying file grub-core/lib/gnulib/malloc/dynarray_finalize.c Copying file grub-core/lib/gnulib/malloc/dynarray_resize.c Copying file grub-core/lib/gnulib/malloc/dynarray_resize_clear.c Replacing file grub-core/lib/gnulib/malloca.c (non-gnulib code backed up in grub-core/lib/gnulib/malloca.c~) !! Replacing file grub-core/lib/gnulib/malloca.h (non-gnulib code backed up in grub-core/lib/gnulib/malloca.h~) !! Copying file grub-core/lib/gnulib/mbrtowc-impl-utf8.h Copying file grub-core/lib/gnulib/mbrtowc-impl.h Replacing file grub-core/lib/gnulib/mbrtowc.c (non-gnulib code backed up in grub-core/lib/gnulib/mbrtowc.c~) !! Replacing file grub-core/lib/gnulib/mbsinit.c (non-gnulib code backed up in grub-core/lib/gnulib/mbsinit.c~) !! Replacing file grub-core/lib/gnulib/mbsrtowcs-impl.h (non-gnulib code backed up in grub-core/lib/gnulib/mbsrtowcs-impl.h~) !! Replacing file grub-core/lib/gnulib/mbsrtowcs-state.c (non-gnulib code backed up in grub-core/lib/gnulib/mbsrtowcs-state.c~) !! Replacing file grub-core/lib/gnulib/mbsrtowcs.c (non-gnulib code backed up in grub-core/lib/gnulib/mbsrtowcs.c~) !! Replacing file grub-core/lib/gnulib/mbswidth.c (non-gnulib code backed up in grub-core/lib/gnulib/mbswidth.c~) !! Replacing file grub-core/lib/gnulib/mbswidth.h (non-gnulib code backed up in grub-core/lib/gnulib/mbswidth.h~) !! Replacing file grub-core/lib/gnulib/mbtowc-impl.h (non-gnulib code backed up in grub-core/lib/gnulib/mbtowc-impl.h~) !! Copying file grub-core/lib/gnulib/mbtowc-lock.c Copying file grub-core/lib/gnulib/mbtowc-lock.h Replacing file grub-core/lib/gnulib/mbtowc.c (non-gnulib code backed up in grub-core/lib/gnulib/mbtowc.c~) !! Replacing file grub-core/lib/gnulib/memchr.c (non-gnulib code backed up in grub-core/lib/gnulib/memchr.c~) !! Replacing file grub-core/lib/gnulib/memchr.valgrind (non-gnulib code backed up in grub-core/lib/gnulib/memchr.valgrind~) !! Replacing file grub-core/lib/gnulib/mempcpy.c (non-gnulib code backed up in grub-core/lib/gnulib/mempcpy.c~) !! Replacing file grub-core/lib/gnulib/memrchr.c (non-gnulib code backed up in grub-core/lib/gnulib/memrchr.c~) !! Replacing file grub-core/lib/gnulib/msvc-inval.c (non-gnulib code backed up in grub-core/lib/gnulib/msvc-inval.c~) !! Replacing file grub-core/lib/gnulib/msvc-inval.h (non-gnulib code backed up in grub-core/lib/gnulib/msvc-inval.h~) !! Replacing file grub-core/lib/gnulib/msvc-nothrow.c (non-gnulib code backed up in grub-core/lib/gnulib/msvc-nothrow.c~) !! Replacing file grub-core/lib/gnulib/msvc-nothrow.h (non-gnulib code backed up in grub-core/lib/gnulib/msvc-nothrow.h~) !! Copying file grub-core/lib/gnulib/nl_langinfo-lock.c Replacing file grub-core/lib/gnulib/nl_langinfo.c (non-gnulib code backed up in grub-core/lib/gnulib/nl_langinfo.c~) !! Replacing file grub-core/lib/gnulib/open.c (non-gnulib code backed up in grub-core/lib/gnulib/open.c~) !! Replacing file grub-core/lib/gnulib/openat-die.c (non-gnulib code backed up in grub-core/lib/gnulib/openat-die.c~) !! Replacing file grub-core/lib/gnulib/openat-priv.h (non-gnulib code backed up in grub-core/lib/gnulib/openat-priv.h~) !! Replacing file grub-core/lib/gnulib/openat-proc.c (non-gnulib code backed up in grub-core/lib/gnulib/openat-proc.c~) !! Replacing file grub-core/lib/gnulib/openat.c (non-gnulib code backed up in grub-core/lib/gnulib/openat.c~) !! Replacing file grub-core/lib/gnulib/openat.h (non-gnulib code backed up in grub-core/lib/gnulib/openat.h~) !! Replacing file grub-core/lib/gnulib/pathmax.h (non-gnulib code backed up in grub-core/lib/gnulib/pathmax.h~) !! Replacing file grub-core/lib/gnulib/pipe-safer.c (non-gnulib code backed up in grub-core/lib/gnulib/pipe-safer.c~) !! Copying file grub-core/lib/gnulib/pipe.c Replacing file grub-core/lib/gnulib/printf-args.c (non-gnulib code backed up in grub-core/lib/gnulib/printf-args.c~) !! Replacing file grub-core/lib/gnulib/printf-args.h (non-gnulib code backed up in grub-core/lib/gnulib/printf-args.h~) !! Replacing file grub-core/lib/gnulib/printf-parse.c (non-gnulib code backed up in grub-core/lib/gnulib/printf-parse.c~) !! Replacing file grub-core/lib/gnulib/printf-parse.h (non-gnulib code backed up in grub-core/lib/gnulib/printf-parse.h~) !! Replacing file grub-core/lib/gnulib/progname.c (non-gnulib code backed up in grub-core/lib/gnulib/progname.c~) !! Replacing file grub-core/lib/gnulib/progname.h (non-gnulib code backed up in grub-core/lib/gnulib/progname.h~) !! Replacing file grub-core/lib/gnulib/rawmemchr.c (non-gnulib code backed up in grub-core/lib/gnulib/rawmemchr.c~) !! Replacing file grub-core/lib/gnulib/rawmemchr.valgrind (non-gnulib code backed up in grub-core/lib/gnulib/rawmemchr.valgrind~) !! Replacing file grub-core/lib/gnulib/realloc.c (non-gnulib code backed up in grub-core/lib/gnulib/realloc.c~) !! Copying file grub-core/lib/gnulib/reallocarray.c Replacing file grub-core/lib/gnulib/regcomp.c (non-gnulib code backed up in grub-core/lib/gnulib/regcomp.c~) !! Replacing file grub-core/lib/gnulib/regex.c (non-gnulib code backed up in grub-core/lib/gnulib/regex.c~) !! Replacing file grub-core/lib/gnulib/regex.h (non-gnulib code backed up in grub-core/lib/gnulib/regex.h~) !! Replacing file grub-core/lib/gnulib/regex_internal.c (non-gnulib code backed up in grub-core/lib/gnulib/regex_internal.c~) !! Replacing file grub-core/lib/gnulib/regex_internal.h (non-gnulib code backed up in grub-core/lib/gnulib/regex_internal.h~) !! Replacing file grub-core/lib/gnulib/regexec.c (non-gnulib code backed up in grub-core/lib/gnulib/regexec.c~) !! Replacing file grub-core/lib/gnulib/save-cwd.c (non-gnulib code backed up in grub-core/lib/gnulib/save-cwd.c~) !! Replacing file grub-core/lib/gnulib/save-cwd.h (non-gnulib code backed up in grub-core/lib/gnulib/save-cwd.h~) !! Copying file grub-core/lib/gnulib/setlocale-lock.c Copying file grub-core/lib/gnulib/setlocale_null.c Copying file grub-core/lib/gnulib/setlocale_null.h Replacing file grub-core/lib/gnulib/size_max.h (non-gnulib code backed up in grub-core/lib/gnulib/size_max.h~) !! Replacing file grub-core/lib/gnulib/sleep.c (non-gnulib code backed up in grub-core/lib/gnulib/sleep.c~) !! Replacing file grub-core/lib/gnulib/stat-time.c (non-gnulib code backed up in grub-core/lib/gnulib/stat-time.c~) !! Replacing file grub-core/lib/gnulib/stat-time.h (non-gnulib code backed up in grub-core/lib/gnulib/stat-time.h~) !! Replacing file grub-core/lib/gnulib/stat-w32.c (non-gnulib code backed up in grub-core/lib/gnulib/stat-w32.c~) !! Replacing file grub-core/lib/gnulib/stat-w32.h (non-gnulib code backed up in grub-core/lib/gnulib/stat-w32.h~) !! Replacing file grub-core/lib/gnulib/stat.c (non-gnulib code backed up in grub-core/lib/gnulib/stat.c~) !! Replacing file grub-core/lib/gnulib/stdalign.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stdalign.in.h~) !! Replacing file grub-core/lib/gnulib/stdbool.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stdbool.in.h~) !! Replacing file grub-core/lib/gnulib/stddef.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stddef.in.h~) !! Replacing file grub-core/lib/gnulib/stdint.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stdint.in.h~) !! Copying file grub-core/lib/gnulib/stdio-read.c Copying file grub-core/lib/gnulib/stdio-write.c Replacing file grub-core/lib/gnulib/stdio.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stdio.in.h~) !! Replacing file grub-core/lib/gnulib/stdlib.in.h (non-gnulib code backed up in grub-core/lib/gnulib/stdlib.in.h~) !! Replacing file grub-core/lib/gnulib/strcasecmp.c (non-gnulib code backed up in grub-core/lib/gnulib/strcasecmp.c~) !! Replacing file grub-core/lib/gnulib/strchrnul.c (non-gnulib code backed up in grub-core/lib/gnulib/strchrnul.c~) !! Replacing file grub-core/lib/gnulib/strchrnul.valgrind (non-gnulib code backed up in grub-core/lib/gnulib/strchrnul.valgrind~) !! Replacing file grub-core/lib/gnulib/strdup.c (non-gnulib code backed up in grub-core/lib/gnulib/strdup.c~) !! Replacing file grub-core/lib/gnulib/streq.h (non-gnulib code backed up in grub-core/lib/gnulib/streq.h~) !! Replacing file grub-core/lib/gnulib/strerror-override.c (non-gnulib code backed up in grub-core/lib/gnulib/strerror-override.c~) !! Replacing file grub-core/lib/gnulib/strerror-override.h (non-gnulib code backed up in grub-core/lib/gnulib/strerror-override.h~) !! Replacing file grub-core/lib/gnulib/strerror.c (non-gnulib code backed up in grub-core/lib/gnulib/strerror.c~) !! Replacing file grub-core/lib/gnulib/string.in.h (non-gnulib code backed up in grub-core/lib/gnulib/string.in.h~) !! Replacing file grub-core/lib/gnulib/strings.in.h (non-gnulib code backed up in grub-core/lib/gnulib/strings.in.h~) !! Replacing file grub-core/lib/gnulib/strncasecmp.c (non-gnulib code backed up in grub-core/lib/gnulib/strncasecmp.c~) !! Replacing file grub-core/lib/gnulib/strndup.c (non-gnulib code backed up in grub-core/lib/gnulib/strndup.c~) !! Replacing file grub-core/lib/gnulib/strnlen.c (non-gnulib code backed up in grub-core/lib/gnulib/strnlen.c~) !! Replacing file grub-core/lib/gnulib/strnlen1.c (non-gnulib code backed up in grub-core/lib/gnulib/strnlen1.c~) !! Replacing file grub-core/lib/gnulib/strnlen1.h (non-gnulib code backed up in grub-core/lib/gnulib/strnlen1.h~) !! Replacing file grub-core/lib/gnulib/sys_stat.in.h (non-gnulib code backed up in grub-core/lib/gnulib/sys_stat.in.h~) !! Replacing file grub-core/lib/gnulib/sys_types.in.h (non-gnulib code backed up in grub-core/lib/gnulib/sys_types.in.h~) !! Replacing file grub-core/lib/gnulib/sysexits.in.h (non-gnulib code backed up in grub-core/lib/gnulib/sysexits.in.h~) !! Replacing file grub-core/lib/gnulib/time.in.h (non-gnulib code backed up in grub-core/lib/gnulib/time.in.h~) !! Copying file grub-core/lib/gnulib/unictype/bitmap.h Replacing file grub-core/lib/gnulib/unistd--.h (non-gnulib code backed up in grub-core/lib/gnulib/unistd--.h~) !! Replacing file grub-core/lib/gnulib/unistd-safer.h (non-gnulib code backed up in grub-core/lib/gnulib/unistd-safer.h~) !! Replacing file grub-core/lib/gnulib/unistd.c (non-gnulib code backed up in grub-core/lib/gnulib/unistd.c~) !! Replacing file grub-core/lib/gnulib/unistd.in.h (non-gnulib code backed up in grub-core/lib/gnulib/unistd.in.h~) !! Replacing file grub-core/lib/gnulib/unitypes.in.h (non-gnulib code backed up in grub-core/lib/gnulib/unitypes.in.h~) !! Replacing file grub-core/lib/gnulib/uniwidth.in.h (non-gnulib code backed up in grub-core/lib/gnulib/uniwidth.in.h~) !! Replacing file grub-core/lib/gnulib/uniwidth/cjk.h (non-gnulib code backed up in grub-core/lib/gnulib/uniwidth/cjk.h~) !! Replacing file grub-core/lib/gnulib/uniwidth/width.c (non-gnulib code backed up in grub-core/lib/gnulib/uniwidth/width.c~) !! Copying file grub-core/lib/gnulib/uniwidth/width0.h Copying file grub-core/lib/gnulib/uniwidth/width2.h Replacing file grub-core/lib/gnulib/vasnprintf.c (non-gnulib code backed up in grub-core/lib/gnulib/vasnprintf.c~) !! Replacing file grub-core/lib/gnulib/vasnprintf.h (non-gnulib code backed up in grub-core/lib/gnulib/vasnprintf.h~) !! Replacing file grub-core/lib/gnulib/verify.h (non-gnulib code backed up in grub-core/lib/gnulib/verify.h~) !! Replacing file grub-core/lib/gnulib/vsnprintf.c (non-gnulib code backed up in grub-core/lib/gnulib/vsnprintf.c~) !! Replacing file grub-core/lib/gnulib/warn-on-use.h (non-gnulib code backed up in grub-core/lib/gnulib/warn-on-use.h~) !! Replacing file grub-core/lib/gnulib/wchar.in.h (non-gnulib code backed up in grub-core/lib/gnulib/wchar.in.h~) !! Replacing file grub-core/lib/gnulib/wcrtomb.c (non-gnulib code backed up in grub-core/lib/gnulib/wcrtomb.c~) !! Replacing file grub-core/lib/gnulib/wctype-h.c (non-gnulib code backed up in grub-core/lib/gnulib/wctype-h.c~) !! Replacing file grub-core/lib/gnulib/wctype.in.h (non-gnulib code backed up in grub-core/lib/gnulib/wctype.in.h~) !! Replacing file grub-core/lib/gnulib/wcwidth.c (non-gnulib code backed up in grub-core/lib/gnulib/wcwidth.c~) !! Copying file grub-core/lib/gnulib/windows-initguard.h Copying file grub-core/lib/gnulib/windows-mutex.c Copying file grub-core/lib/gnulib/windows-mutex.h Copying file grub-core/lib/gnulib/windows-once.c Copying file grub-core/lib/gnulib/windows-once.h Copying file grub-core/lib/gnulib/windows-recmutex.c Copying file grub-core/lib/gnulib/windows-recmutex.h Copying file grub-core/lib/gnulib/windows-rwlock.c Copying file grub-core/lib/gnulib/windows-rwlock.h Copying file grub-core/lib/gnulib/wmemchr-impl.h Copying file grub-core/lib/gnulib/wmemchr.c Copying file grub-core/lib/gnulib/wmempcpy.c Replacing file grub-core/lib/gnulib/xalloc-oversized.h (non-gnulib code backed up in grub-core/lib/gnulib/xalloc-oversized.h~) !! Replacing file grub-core/lib/gnulib/xsize.c (non-gnulib code backed up in grub-core/lib/gnulib/xsize.c~) !! Replacing file grub-core/lib/gnulib/xsize.h (non-gnulib code backed up in grub-core/lib/gnulib/xsize.h~) !! Copying file m4/00gnulib.m4 Copying file m4/__inline.m4 Copying file m4/absolute-header.m4 Copying file m4/alloca.m4 Copying file m4/argp.m4 Copying file m4/base64.m4 Copying file m4/btowc.m4 Copying file m4/builtin-expect.m4 Copying file m4/calloc.m4 Copying file m4/chdir-long.m4 Copying file m4/close.m4 Replacing file m4/codeset.m4 (non-gnulib code backed up in m4/codeset.m4~) !! Copying file m4/ctype_h.m4 Copying file m4/dirent_h.m4 Copying file m4/dirfd.m4 Copying file m4/double-slash-root.m4 Copying file m4/dup2.m4 Copying file m4/eealloc.m4 Copying file m4/errno_h.m4 Copying file m4/error.m4 Copying file m4/exponentd.m4 Copying file m4/extensions.m4 Replacing file m4/extern-inline.m4 (non-gnulib code backed up in m4/extern-inline.m4~) !! Copying file m4/fchdir.m4 Replacing file m4/fcntl-o.m4 (non-gnulib code backed up in m4/fcntl-o.m4~) !! Copying file m4/fcntl.m4 Copying file m4/fcntl_h.m4 Copying file m4/filenamecat.m4 Copying file m4/flexmember.m4 Copying file m4/float_h.m4 Copying file m4/fnmatch.m4 Copying file m4/fnmatch_h.m4 Copying file m4/free.m4 Copying file m4/fstat.m4 Copying file m4/getcwd.m4 Copying file m4/getdelim.m4 Copying file m4/getdtablesize.m4 Copying file m4/getline.m4 Copying file m4/getopt.m4 Copying file m4/getprogname.m4 Copying file m4/gnulib-common.m4 Copying file m4/gnulib-tool.m4 Copying file m4/include_next.m4 Copying file m4/intmax_t.m4 Copying file m4/inttypes.m4 Replacing file m4/inttypes_h.m4 (non-gnulib code backed up in m4/inttypes_h.m4~) !! Copying file m4/isblank.m4 Copying file m4/langinfo_h.m4 Copying file m4/largefile.m4 Copying file m4/libunistring-base.m4 Copying file m4/limits-h.m4 Copying file m4/localcharset.m4 Copying file m4/locale-fr.m4 Copying file m4/locale-ja.m4 Copying file m4/locale-zh.m4 Copying file m4/locale_h.m4 Copying file m4/localeconv.m4 Replacing file m4/lock.m4 (non-gnulib code backed up in m4/lock.m4~) !! Copying file m4/lstat.m4 Copying file m4/malloc.m4 Copying file m4/malloca.m4 Copying file m4/math_h.m4 Copying file m4/mbrtowc.m4 Copying file m4/mbsinit.m4 Copying file m4/mbsrtowcs.m4 Copying file m4/mbstate_t.m4 Copying file m4/mbswidth.m4 Copying file m4/mbtowc.m4 Copying file m4/memchr.m4 Copying file m4/mempcpy.m4 Copying file m4/memrchr.m4 Copying file m4/mmap-anon.m4 Copying file m4/mode_t.m4 Copying file m4/msvc-inval.m4 Copying file m4/msvc-nothrow.m4 Copying file m4/multiarch.m4 Copying file m4/nl_langinfo.m4 Copying file m4/nocrash.m4 Copying file m4/off_t.m4 Copying file m4/open-cloexec.m4 Copying file m4/open-slash.m4 Copying file m4/open.m4 Copying file m4/openat.m4 Copying file m4/pathmax.m4 Copying file m4/pid_t.m4 Copying file m4/pipe.m4 Copying file m4/printf.m4 Copying file m4/pthread_rwlock_rdlock.m4 Copying file m4/rawmemchr.m4 Copying file m4/realloc.m4 Copying file m4/reallocarray.m4 Copying file m4/regex.m4 Copying file m4/save-cwd.m4 Copying file m4/setlocale_null.m4 Replacing file m4/size_max.m4 (non-gnulib code backed up in m4/size_max.m4~) !! Copying file m4/sleep.m4 Copying file m4/ssize_t.m4 Copying file m4/stat-time.m4 Copying file m4/stat.m4 Copying file m4/std-gnu11.m4 Copying file m4/stdalign.m4 Copying file m4/stdbool.m4 Copying file m4/stddef_h.m4 Copying file m4/stdint.m4 Replacing file m4/stdint_h.m4 (non-gnulib code backed up in m4/stdint_h.m4~) !! Copying file m4/stdio_h.m4 Copying file m4/stdlib_h.m4 Copying file m4/strcase.m4 Copying file m4/strchrnul.m4 Copying file m4/strdup.m4 Copying file m4/strerror.m4 Copying file m4/string_h.m4 Copying file m4/strings_h.m4 Copying file m4/strndup.m4 Copying file m4/strnlen.m4 Copying file m4/sys_socket_h.m4 Copying file m4/sys_stat_h.m4 Copying file m4/sys_types_h.m4 Copying file m4/sysexits.m4 Replacing file m4/threadlib.m4 (non-gnulib code backed up in m4/threadlib.m4~) !! Copying file m4/time_h.m4 Copying file m4/unistd-safer.m4 Copying file m4/unistd_h.m4 Copying file m4/vararrays.m4 Copying file m4/vasnprintf.m4 Replacing file m4/visibility.m4 (non-gnulib code backed up in m4/visibility.m4~) !! Copying file m4/vsnprintf.m4 Copying file m4/warn-on-use.m4 Copying file m4/wchar_h.m4 Replacing file m4/wchar_t.m4 (non-gnulib code backed up in m4/wchar_t.m4~) !! Copying file m4/wcrtomb.m4 Copying file m4/wctype_h.m4 Copying file m4/wcwidth.m4 Replacing file m4/wint_t.m4 (non-gnulib code backed up in m4/wint_t.m4~) !! Copying file m4/wmemchr.m4 Copying file m4/wmempcpy.m4 Replacing file m4/xsize.m4 (non-gnulib code backed up in m4/xsize.m4~) !! Copying file m4/year2038.m4 Copying file m4/zzgnulib.m4 Updating grub-core/lib/gnulib/Makefile.am (backup in grub-core/lib/gnulib/Makefile.am~) Creating m4/gnulib-cache.m4 Creating m4/gnulib-comp.m4 Finished. You may need to add #include directives for the following .h files. #include #include #include #include #include #include "argp.h" #include "base64.h" #include "error.h" #include "gettext.h" #include "mbswidth.h" #include "progname.h" #include "save-cwd.h" You may need to use the following Makefile variables when linking. Use them in _LDADD when linking a program, or in _a_LDFLAGS or _la_LDFLAGS when linking a library. $(LIBTHREAD) $(LIB_HARD_LOCALE) $(LIB_MBRTOWC) $(LIB_SETLOCALE_NULL) $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise Don't forget to - add "grub-core/lib/gnulib/Makefile" to AC_CONFIG_FILES in ./configure.ac, - mention "gnulib" in SUBDIRS in grub-core/lib/Makefile.am, - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am or add an AC_CONFIG_MACRO_DIRS([m4]) invocation in ./configure.ac, - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am, - invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC, - invoke gl_INIT in ./configure.ac. patching file argp-fmtstream.c patching file argp-help.c Hunk #1 succeeded at 52 (offset 1 line). Hunk #2 succeeded at 1548 (offset 115 lines). patching file mbswidth.c patching file mbswidth.h Hunk #1 succeeded at 40 (offset -5 lines). patching file Makefile.in.in patching file Makefile.in.in patching file Makefile.in.in patching file Makefile.in.in Importing unicode... Importing libgcrypt... WARNING: grub-core/lib/libgcrypt-grub already exists WARNING: grub-core/lib/libgcrypt-grub/cipher already exists WARNING: grub-core/lib/libgcrypt-grub/mpi already exists WARNING: grub-core/lib/libgcrypt-grub/src already exists Generating Automake input... Saving timestamps... fatal: not a git repository (or any of the parent directories): .git running: AUTOPOINT=true LIBTOOLIZE=true autoreconf --verbose --install --force -I m4 --no-recursive autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: running: true --force autoreconf: running: aclocal -I m4 --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --include=m4 --force configure.ac:54: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:54: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:54: the top level configure.ac:360: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... configure.ac:360: the top level configure.ac:385: warning: AC_COMPILE_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS m4/gnulib-comp.m4:34: gl_EARLY is expanded from... configure.ac:385: the top level configure.ac:385: warning: AC_LINK_IFELSE was called before AC_USE_SYSTEM_EXTENSIONS m4/gnulib-comp.m4:34: gl_EARLY is expanded from... configure.ac:385: the top level configure.ac:396: warning: The macro `AC_GNU_SOURCE' is obsolete. configure.ac:396: You should run autoupdate. ./lib/autoconf/specific.m4:312: AC_GNU_SOURCE is expanded from... configure.ac:396: the top level autoreconf: running: /usr/bin/autoheader --include=m4 --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:360: installing 'build-aux/compile' configure.ac:45: installing 'build-aux/config.guess' configure.ac:45: installing 'build-aux/config.sub' configure.ac:51: installing 'build-aux/install-sh' configure.ac:51: installing 'build-aux/missing'