[MacPorts] #62262: nagios-plugins install broken on Big Sur
MacPorts
noreply at macports.org
Thu Feb 11 15:39:54 UTC 2021
#62262: nagios-plugins install broken on Big Sur
------------------------+----------------------------
Reporter: MichalMMac | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Keywords: | Port: nagios-plugins
------------------------+----------------------------
There are no prebuilt packages of nagios-plugins 2.3.3 port yet -> When
running port install nagios-plugins build from source is attempted.
Build from source fails in configure phase with:
{{{
:info:build check_disk.c:413:23: error: implicit declaration of function
'min_state' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build temp_result = min_state(temp_result, temp_result2);
:info:build ^
:info:build check_disk.c:426:23: error: implicit declaration of function
'min_state' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build temp_result = min_state(temp_result, temp_result2);
:info:build ^
:info:build check_disk.c:439:23: error: implicit declaration of function
'min_state' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
:info:build temp_result = min_state(temp_result, temp_result2);
:info:build ^
}}}
See the attached log.
Tested with macOS 11.2.1 with Xcode 12.4
--
Ticket URL: <https://trac.macports.org/ticket/62262>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list