Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2018 09:11:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232716] net-mgmt/mk-livestatus always build with NAGIOS4 support
Message-ID:  <bug-232716-7788-XYCcmAB5Pw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232716-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232716-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232716

--- Comment #3 from Leonid Vasiliev <leo9641@yandex.ru> ---
(In reply to Nathan from comment #2)

1. When selected NAGIOS3, macros `NAGIOS4_CONFIGURE_WITH=3Dnagios4` make op=
tion
--without-nagios4 for configure script from mk-livestatus. But in this case
mk-livestatus build with -DNAGIOS4. Its a bug (I'm not sure, may be wrong
automake script from package). We have been using this package for a long t=
ime,
but the latest update has broken it.

$ mk-livestatus-1.2.8p20> ./configure --without-nagios4
$ mk-livestatus-1.2.8p20> grep NAGIOS Makefile
CPPFLAGS =3D -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure --with-nagios4
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS =3D -g -O2 -DNAGIOS4

$ mk-livestatus-1.2.8p20> ./configure
$ mk-livestatus-1.2.8p20> grep CPPFLAGS Makefile
CPPFLAGS =3D=20


2. net-mgmt/icinga work only with mk-livestatus built with nagios3.

3. We love FreeBSD technology and use poudriere. But at the moment the NAGI=
OS3
option is not working.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232716-7788-XYCcmAB5Pw>