New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/pull/27166#issuecomment-745113185 Comment: Looks good so far, any ideas why the `sssd` test is failing for `x86_64` and `i686`? ``` src/tests/cmocka/test_pam_srv.c:839:45: note: expected 'const char *' but argument is of type 'const char **' 839 | const char *module_name, const char *key_id, | ~~~~~~~~~~~~^~~~~~~~~~~ make[3]: *** [Makefile:28824: src/tests/cmocka/pam_srv_tests-test_pam_srv.o] Error 1 ``` I looked around and alpine seems to patch the makefile: https://git.alpinelinux.org/aports/tree/testing/sssd/0001-makefile.patch