x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -std=gnu89 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -D_REENTRANT -o daudioc fakeao.c decode.c net.c main.c ../common/frame.c -lmad -lpthread net.c: In function netinit: net.c:72:36: error: u_int32_t undeclared (first use in this function); did you mean uint32_t? 72 | net_raddr.sin_addr.s_addr = *((u_int32_t *) host->h_addr); | ^~~~~~~~~ | uint32_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 * 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) * timestamp of HEAD at this tinderbox image: /var/db/repos/gentoo Sat Mar 28 21:40:14 UTC 2020 /var/db/repos/musl Fri Mar 27 00:25:27 UTC 2020 emerge -qpvO media-sound/daudio [ebuild N ] media-sound/daudio-0.3-r1
Created attachment 626668 [details] emerge-info.txt
Created attachment 626670 [details] emerge-history.txt
Created attachment 626672 [details] environment
Created attachment 626674 [details] etc.portage.tbz2
Created attachment 626676 [details] media-sound:daudio-0.3-r1:20200328-225638.log
Created attachment 626678 [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 .
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87161dba82594dc47e57805d5b11dfb79b32b9d commit f87161dba82594dc47e57805d5b11dfb79b32b9d Author: Sam James <sam@gentoo.org> AuthorDate: 2021-12-29 06:56:48 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-12-29 07:10:40 +0000 media-sound/daudio: update EAPI 6 -> 7, fix musl build Closes: https://bugs.gentoo.org/715246 Signed-off-by: Sam James <sam@gentoo.org> media-sound/daudio/daudio-0.3-r1.ebuild | 6 +- .../daudio/files/daudio-0.3-musl-stdint.patch | 82 ++++++++++++++++++++++ 2 files changed, 85 insertions(+), 3 deletions(-)