In file included from /usr/include/security/pam_misc.h:7, from auth.c:27: /usr/include/security/pam_client.h:26:18: error: unknown type name u_int32_t 26 | typedef struct { u_int32_t length; u_int8_t control; } *pamc_bp_t; | ^~~~~~~~~ /usr/include/security/pam_client.h:26:36: error: unknown type name u_int8_t ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200328-141627 ------------------------------------------------------------------- Please see the tracker bug for details. gcc-config -l: [1] x86_64-gentoo-linux-musl-9.3.0 * clang version 10.0.0 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/10/bin /usr/lib/llvm/10 10.0.0 Available Python interpreters, in order of preference: [1] python3.8 [2] python3.7 [3] python3.6 [4] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.42.0 * timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Mon Mar 30 07:38:59 UTC 2020 /var/db/repos/musl Fri Mar 27 00:25:27 UTC 2020 emerge -qpvO app-misc/physlock [ebuild N ] app-misc/physlock-11-r1
Created attachment 627238 [details] emerge-info.txt
Created attachment 627240 [details] app-misc:physlock-11-r1:20200330-083342.log
Created attachment 627242 [details] emerge-history.txt
Created attachment 627244 [details] environment
Created attachment 627246 [details] etc.portage.tbz2
Created attachment 627248 [details] temp.tbz2
no patch in alpine: [20:49:20] <+Anarchy> sam_c, most likely already fixed in 13 release
Upstream should consider using portable POSIX-compatible integer types as defined in https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .