https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-analyzer/nagios-core-4.5.1 fails tests. Discovered on: amd64 (internal ref: tinderbox_musl) System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Created attachment 888897 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: checking for Kerberos include files... configure: WARNING: could not find include files t-utils.c:4:1: error: unknown type name 'uint'; did you mean 'int'?
Reported upstream. It looks like all that is needed is a sed s/uint/unsigned/g
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5839b123bc6d8ddb7d5aea92c257449a63e54b commit 9c5839b123bc6d8ddb7d5aea92c257449a63e54b Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2024-04-01 16:45:39 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2024-04-01 16:45:39 +0000 net-analyzer/nagios-core: fix build (testfail) on musl Upstream patch replaces uint by unsigned int. Closes: https://bugs.gentoo.org/928032 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> .../nagios-core/files/nagios-core-4.5.1-musl.patch | 98 ++++++++++++++++++++++ net-analyzer/nagios-core/nagios-core-4.5.1.ebuild | 2 + 2 files changed, 100 insertions(+)