src/dnsproxy.c:46:35: note: include '<stdio.h>' or provide a declaration of 'fprintf' 46 | # define debug(fmt...) do { fprintf(stderr, fmt); fprintf(stderr, "\n"); } while (0) | ^~~~~~~ src/dnsproxy.c:354:9: note: in expansion of macro 'debug' 354 | debug("index %d server %s proto %d", index, server, protocol); | ^~~~~ src/dnsproxy.c:46:43: error: 'stderr' undeclared (first use in this function) 46 | # define debug(fmt...) do { fprintf(stderr, fmt); fprintf(stderr, "\n"); } while (0) | ^~~~~~ ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20231214-201013 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-gentoo-linux-musl-13 * clang/llvm (if any): clang version 17.0.6 Target: x86_64-gentoo-linux-musl Thread model: posix InstalledDir: /usr/lib/llvm/17/bin Configuration file: /etc/clang/x86_64-gentoo-linux-musl-clang.cfg /usr/lib/llvm/17 17.0.6 Python 3.11.7 Available Ruby profiles: [1] ruby31 (with Rubygems) * The following VMs are available for generation-2: *) Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17] 2) Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21] 3) Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 system-vm [3] openjdk-bin-21 php cli (if any): go version go1.21.5 linux/amd64 HEAD of ::gentoo commit fb47e87191c2866c91fdbdeb5327b7453a4e70d1 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Dec 16 14:03:52 2023 +0000 2023-12-16 14:03:52 UTC emerge -qpvO net-misc/connman [ebuild N ] net-misc/connman-1.42 USE="ethernet examples nftables wifi -bluetooth -debug -doc -iptables -iwd -l2tp -networkmanager -ofono -openconnect -openvpn -policykit -pptp -tools -vpnc -wireguard -wispr"
Created attachment 879622 [details] emerge-info.txt
Created attachment 879623 [details] emerge-history.txt
Created attachment 879624 [details] environment
Created attachment 879625 [details] etc.clang.tar.xz
Created attachment 879626 [details] etc.portage.tar.xz
Created attachment 879627 [details] logs.tar.xz
Created attachment 879628 [details] net-misc:connman-1.42:20231216-144851.log
Created attachment 879629 [details] qlist-info.txt
Created attachment 879630 [details] temp.tar.xz
Probably because of: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration] src/dnsproxy.c:44:1: note: include '<stdio.h>' or provide a declaration of 'fprintf'
I'm not able to reproduce this but someone should check and see if it still affects 9999
Assuming fixed, I do not see any implicit-function-declaration warnings in later versions