117 | if ((fcntl (socket_client, F_SETFL, O_NONBLOCK)) == -1) | ^~~~~ ./ADMsmb.c:117:30: error: F_SETFL undeclared (first use in this function) 117 | if ((fcntl (socket_client, F_SETFL, O_NONBLOCK)) == -1) | ^~~~~~~ ./ADMsmb.c:117:30: note: each undeclared identifier is reported only once for each function it appears in ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0_musl-20200316-165821 ------------------------------------------------------------------- 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.41.1 * repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Wed, 18 Mar 2020 13:38:27 +0000 emerge -qpvO net-analyzer/nsat [ebuild N ] net-analyzer/nsat-1.5-r5 USE="-X"
Created attachment 623200 [details] emerge-info.txt
Created attachment 623202 [details] emerge-history.txt
Created attachment 623204 [details] environment
Created attachment 623206 [details] etc.portage.tbz2
Created attachment 623208 [details] logs.tbz2
Created attachment 623210 [details] net-analyzer:nsat-1.5-r5:20200320-082606.log
Created attachment 623212 [details] temp.tbz2
tinderbox_musl has reproduced this issue with version 1.5-r6 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1f5d0a2eef8f1d1e9684a902f9cdff2174220b commit ad1f5d0a2eef8f1d1e9684a902f9cdff2174220b Author: Sam James <sam@gentoo.org> AuthorDate: 2024-11-07 09:09:38 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-11-07 09:10:28 +0000 net-analyzer/nsat: don't pass -ansi The configure check for setpgrp was getting confused by the configure script always passing -ansi (!). This may or may not fix the build on musl (given -ansi will disable any extensions). Bug: https://bugs.gentoo.org/713636 Closes: https://bugs.gentoo.org/897836 Closes: https://bugs.gentoo.org/900030 Signed-off-by: Sam James <sam@gentoo.org> net-analyzer/nsat/files/nsat-1.5-no-ansi.patch | 53 ++++++++++++++++++++++ .../{nsat-1.5-r6.ebuild => nsat-1.5-r7.ebuild} | 1 + 2 files changed, 54 insertions(+)