too long lines were shrinked: /bin/sh ../libtool --mode=compile x86_64-gentoo-linux-musl-gcc -I../include -I. -I../snmplib -O2 -pipe -march=native -fno-diagnostics-color -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -O2 -pipe -march=native -fno-diagnostics-color -Ulinux -Dlinux=linux -c -o large_fd_set.lo l /bin/sh ../libtool --mode=compile x86_64-gentoo-linux-musl-gcc -I../include -I. -I../snmplib -O2 -pipe -march=native -fno-diagnostics-color -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -O2 -pipe -march=native -fno-diagnostics-color -Ulinux -Dlinux=linux -c -o cert_util.lo cert libtool: compile: x86_64-gentoo-linux-musl-gcc -I../include -I. -I../snmplib -O2 -pipe -march=native -fno-diagnostics-color -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -O2 -pipe -march=native -fno-diagnostics-color -Ulinux -Dlinux=linux -c large_fd_set.c -fPIC -DPIC -o .libs/la libtool: compile: x86_64-gentoo-linux-musl-gcc -I../include -I. -I../snmplib -O2 -pipe -march=native -fno-diagnostics-color -DNETSNMP_ENABLE_IPV6 -fno-strict-aliasing -DNETSNMP_REMOVE_U64 -O2 -pipe -march=native -fno-diagnostics-color -Ulinux -Dlinux=linux -c cert_util.c -fPIC -DPIC -o .libs/cert_ In file included from large_fd_set.c:12: large_fd_set.c: In function 'LFD_SET': ../include/net-snmp/net-snmp-config.h:1614:30: error: unknown type name 'unknown'; did you mean 'union'? 1614 | #define NETSNMP_FD_MASK_TYPE unknown | ^~~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl_hardened-20230814-144751 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-13 * clang/llvm (if any): clang version 16.0.6 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/16/bin Configuration file: /etc/clang/clang.cfg /usr/lib/llvm/16 16.0.6 Python 3.11.4 Available Ruby profiles: [1] ruby31 (with Rubygems) * php cli (if any): go version go1.21.0 linux/amd64 HEAD of ::gentoo commit 3806e0f8d47a6e00c16f1def5b0a9416a3fd9a0b Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Thu Aug 17 07:16:33 2023 +0000 2023-08-17 07:16:33 UTC emerge -qpvO net-analyzer/net-snmp [ebuild N ] net-analyzer/net-snmp-5.9.4 USE="bzip2 ipv6 mysql pcre ssl zlib -X -doc -elf -kmem -lm-sensors -mfd-rewrites -minimal -netlink -pcap -pci -perl -python -rpm (-selinux) -smux -tcpd -ucd-compat (-valgrind)" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Created attachment 868054 [details] emerge-info.txt
Created attachment 868055 [details] emerge-history.txt
Created attachment 868056 [details] environment
Created attachment 868057 [details] etc.clang.tar.xz
Created attachment 868058 [details] etc.portage.tar.xz
Created attachment 868059 [details] logs.tar.xz
Created attachment 868060 [details] net-analyzer:net-snmp-5.9.4:20230817-073334.log
Created attachment 868061 [details] temp.tar.xz
The ./configure script checks for two types (including __int32_t) that aren't standard and then defaults to "unknown" on musl, which is just junk. There has been a lot of activity in the github repo lately so with any luck there is a new release coming.