Re: git: 2a8608cad2d3 - main - net-mgmt/nagios4: Update 4.5.1 => 4.5.11, take maintainership
- Reply: Craig Leres : "Re: git: 2a8608cad2d3 - main - net-mgmt/nagios4: Update 4.5.1 => 4.5.11, take maintainership"
- In reply to: Vladimir Druzenko : "git: 2a8608cad2d3 - main - net-mgmt/nagios4: Update 4.5.1 => 4.5.11, take maintainership"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Feb 2026 22:30:41 UTC
On 2/4/26 12:58, Vladimir Druzenko wrote:
> The branch main has been updated by vvd:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?
> id=2a8608cad2d3f0d8f971c5d314141c902d573bf9
>
> commit 2a8608cad2d3f0d8f971c5d314141c902d573bf9
> Author: hard.egg0918<hard.egg0918@fastmail.com>
> AuthorDate: 2026-02-04 20:52:08 +0000
> Commit: Vladimir Druzenko<vvd@FreeBSD.org>
> CommitDate: 2026-02-04 20:57:47 +0000
>
> net-mgmt/nagios4: Update 4.5.1 => 4.5.11, take maintainership
This is not building for me. I think one problem is that I'm using
DEFAULT_VERSIONS=ssl=openssl35
poudriere successfully installs openssl35 and then I see:
configure:7131: checking whether compiling and linking against SSL works
configure:7145: cc -o conftest -O2 -pipe -fstack-protector-strong
-isystem /usr/local/include -fno-strict-aliasing -I/usr/i
nclude -I/usr/include/openssl -isystem /usr/local/include
-Wl,-rpath,/usr/local/lib -L/usr/lib conftest.c -L/usr/local/lib
-lssl -lcrypto >&5
In file included from conftest.c:70:
/usr/include/openssl/ssl.h:1003:1: error: redefinition of
'ossl_check_SSL_COMP_type'
1003 | SKM_DEFINE_STACK_OF_INTERNAL(SSL_COMP, SSL_COMP, SSL_COMP)
| ^
/usr/local/include/openssl/safestack.h:41:40: note: expanded from macro
'SKM_DEFINE_STACK_OF_INTERNAL'
41 | static ossl_unused ossl_inline t2
*ossl_check_##t1##_type(t2 *ptr) \
| ^
<scratch space>:57:1: note: expanded from here
57 | ossl_check_SSL_COMP_type
| ^
So it looks like it's not finding includes in /usr/local/include/openssl
My build server is 14.3-RELEASE/amd64.