x86_64-gentoo-linux-musl-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\mp3wrap\ -DVERSION=\0.5\ -DHAVE_MEMSET=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -I. -I. -O2 -pipe -march=native -c test -f crc.c || echo ./crc.c crc.c:31:14: error: unknown type name u_int32_t 31 | static const u_int32_t crctab[256] = { | ^~~~~~~~~ make: *** [Makefile:176: crc.o] Error 1 ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl_hardened-20200328-201618 ------------------------------------------------------------------- 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 * Available Java Virtual Machines: (none found) timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Sat Apr 4 01:37:47 UTC 2020 /var/db/repos/musl Thu Apr 2 19:02:24 UTC 2020 emerge -qpvO media-sound/mp3wrap [ebuild N ] media-sound/mp3wrap-0.5
Created attachment 629690 [details] emerge-info.txt
Created attachment 629692 [details] emerge-history.txt
Created attachment 629694 [details] environment
Created attachment 629696 [details] etc.portage.tbz2
Created attachment 629698 [details] logs.tbz2
Created attachment 629700 [details] media-sound:mp3wrap-0.5:20200404-021910.log
Created attachment 629702 [details] temp.tbz2
Upstream should consider using portable POSIX-compatible integer types as defined in https://pubs.opengroup.org/onlinepubs/009695399/basedefs/stdint.h.html .