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 `aarch64`, `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 packagekit.py with a custom command [2/152] Generating pk-resources_h with a custom command [3/152] Generating pk-resources_c with a custom command [4/152] Compiling C object lib/packagekit-glib2/libpackagekitprivate.a.p/pk-progress-bar.c .o [5/152] Compiling C object lib/packagekit-glib2/pk-socket-example.p/pk-socket-example.c.o ../lib/packagekit-glib2/pk-socket-example.c: In function 'main': ../lib/packagekit-glib2/pk-socket-example.c:88:33: warning: cast between incompatible func tion types from 'gboolean (*)(GSocket *, GIOCondition, void *)' {aka 'int (*)(struct _GSo cket *, GIOCondition, void *)'} to 'gboolean (*)(void *)' {aka 'int (*)(void *)'} [-Wcast -function-type] 88 | g_source_set_callback (source, (GSourceFunc) pk_socket_example_accept_connection_ cb, loop, NULL); | ^ [6/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 poli cy/org.freedesktop.packagekit.policy xml /builddir/PackageKit-PACKAGEKIT_1_2_2/po msgfmt: cannot locate ITS rules for ../policy/org.freedesktop.packagekit.policy.in ```