New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/32659#issuecomment-905739802 Comment: > > This can be fixed by enabling long long in target-system (why is it disabled? don't armv6l and armv7l have a 64 bit long long?). > > They do, but it seems you fixed with `int64_t` directly? No, I think the fix is to enable long long. I also enabled uint64_t and int64_t since it seemed the right thing to do, but that's not the fix.