Thanks for the report. Which compiler and version did you use?
We usually track issues on github, so feel free to post the issue there
as well: https://github.com/naemon/naemon-core/issues
Best Regards
Jacob Hansen
On 2018-07-02 23:53, Ismael Bouya wrote:
Hi everyone,
I just tried to build the last naemon version (1.0.7) from source on my
system (Archlinux), and the compilation went well, but the tests (make
check) failed, so I followed the request to send the report to this
list.
I compiled with the following steps:
---------
./configure --prefix=/usr \
--bindir=/usr/bin \
--datadir="/usr/share/naemon" \
--libdir="/usr/lib/naemon" \
--localstatedir="/var/lib/naemon" \
--sysconfdir="/etc/naemon" \
--with-pkgconfdir="/etc/naemon" \
--mandir="/usr/share/man" \
--with-pluginsdir="/usr/lib/monitoring-plugins" \
--with-tempdir="/var/cache/naemon" \
--with-checkresultdir="/var/cache/naemon/checkresults" \
--with-logdir="/var/log/naemon" \
--with-initdir="/etc/init.d" \
--with-logrotatedir="/etc/logrotate.d" \
--with-naemon-user="naemon" \
--with-naemon-group="naemon" \
--with-lockfile="/run/naemon.pid"
make
make check
----------
and one of the tests failed (see attached logs)
Please let me know if you need more information
Kind regards,