Running command 'git checkout 369ef49f71186fc9d6ab15614488ad466fac3fc1 -B cerbero_build' Switched to a new branch 'cerbero_build' Running command 'git clone /home/aaron/.cache/cerbero-sources/libffi -s -b cerbero_build .' Cloning into '.'... done. Running command 'git config user.email' boxerab@gmail.com Running command 'git config user.name' Aaron Boxer Running command 'git submodule init' Running command 'git submodule sync' Running command 'git submodule update' Running command 'git submodule sync' Running command 'git am --ignore-whitespace /home/aaron/src/cerbero/recipes/libffi/libffi-port-to-meson-and-msvc.patch' .git/rebase-apply/patch:510: trailing whitespace. .git/rebase-apply/patch:654: trailing whitespace. .git/rebase-apply/patch:675: trailing whitespace. .git/rebase-apply/patch:676: trailing whitespace. .git/rebase-apply/patch:677: trailing whitespace. switch (cif->abi) warning: squelched 24 whitespace errors warning: 29 lines add whitespace errors. Applying: Port to the Meson build system Applying: Export all public function symbols when building on MSVC Applying: Rebase against latest master, and fix MSVC support Applying: meson: Use add_project_arguments for global args Applying: meson: Declare a dependency for ffi_lib Applying: meson: Fix include paths when used as a subproject Applying: Use C89 declarations for x86 MSVC code Applying: ffiold_msvc.c: ALIGN was renamed to FFI_ALIGN Applying: x86/win64: disable runtime stack frame checks with msvc around built assembly Applying: win64: fix msvc specific compiler check Applying: meson: Rename 'debug' to 'ffi-debug' Applying: meson: Use same library versioning on macOS as Autotools Applying: Meson: Add support for aarch64 Applying: meson: Fix warnings with more recent version of meson Applying: meson: Bump version to 3.2.9999 for release Applying: meson: Add support for Linux and Android ARM Applying: meson: Whitespace fix Applying: meson: Rework target detection if/else ladder Applying: meson: Add support for macOS Applying: meson: Check for hidden visibility support in the compiler Applying: meson: Add iOS x86, x86_64, and armv7 support