New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/33097#issuecomment-929328525 Comment: Except for the expected failures, builds on `x86_64-musl`, `aarch64` and `armv7l` have completed without issue. This means `caribou` is the only package that will not native compile on `x86_64*`. I am finished `armv6` and @zdykstra is working on `aarch64-musl`, then we'll move on the `i686` and `arm*musl`. On `armv6l`, `PackageKit` fails with the following error (NB: this error occurs on master and is not related to the Python update): ```sh => PackageKit-1.2.2_2: running do_build ... ninja: Entering directory `build' [1/152] Generating org.freedesktop.packagekit.policy_policy_merge with a custom command FAILED: policy/org.freedesktop.packagekit.policy /usr/bin/meson --internal msgfmthelper ../policy/org.freedesktop.packagekit.policy.in policy/org.freedesktop.packagekit.policy xml /builddir/PackageKit-PACKAGEKIT_1_2_2/po msgfmt: cannot locate ITS rules for ../policy/org.freedesktop.packagekit.policy.in ninja: build stopped: subcommand failed. => ERROR: PackageKit-1.2.2_2: do_build: '${make_cmd} -C ${meson_builddir} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1 => ERROR: in do_build() at common/build-style/meson.sh:132 ``` [Edit: update PackageKit error for armv6l with serial build.]