From jhansen at op5.com Mon Aug 20 14:47:31 2018 From: jhansen at op5.com (Jacob Hansen) Date: Mon, 20 Aug 2018 14:47:31 +0200 Subject: [naemon-dev] make check fail In-Reply-To: <20180702215313.3hhgwd4q2xjggqtp@ns208507.ip-188-165-209.eu> References: <20180702215313.3hhgwd4q2xjggqtp@ns208507.ip-188-165-209.eu> Message-ID: 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, From jhansen at op5.com Mon Aug 20 15:06:18 2018 From: jhansen at op5.com (Jacob Hansen) Date: Mon, 20 Aug 2018 15:06:18 +0200 Subject: [naemon-dev] expected behavior of a comma in servicedependency -> dependent_service_description In-Reply-To: References: Message-ID: <26fea290-1920-ff34-fb1e-628deee403ab@op5.com> On 2018-07-21 01:03, Chris Stromsoe wrote: > My service_description elements have commas.? I'm seeing parsing > errors if the matching dependent_service_description elements have > commas. > > This: > > define service { > ??? service_descrption a,b,c, > } > define servicedependency { > ??? dependent_service_description a,b,c > } > > > is being parsed as > > define service { > ??? service_descrption a,b,c, > } > define servicedependency { > ??? dependent_service_description a > } > > > and is failing because there is no match. > > Is it a bug in parsing for dependent_service_description, or is it > intentional that commas aren't allowed for that element? > > > -Chris Given that service_description supports commas, I would think it is a bug that dependent_service_description doesn't support it as well. We track issues at Github, feel free to submit a bug report there: https://github.com/naemon/naemon-core/issues Best Regards Jacob Hansen From ismael at bouya.org Mon Aug 20 16:34:48 2018 From: ismael at bouya.org (Ismael Bouya) Date: Mon, 20 Aug 2018 16:34:48 +0200 Subject: [naemon-dev] make check fail In-Reply-To: References: <20180702215313.3hhgwd4q2xjggqtp@ns208507.ip-188-165-209.eu> Message-ID: <20180820143448.zfaf7ore546mcdrr@ns208507.ip-188-165-209.eu> Thanks Jacob, I tried to rerun it and it seems to work now. I can only tell you that it was GCC (and now 8.2.0 is the one that works) Thanks too for the link to the naemon issues, It looks like I missed it when I tried to find a point of contact to push the bug. Kind regards, (Mon, Aug 20, 2018 at 02:47:31PM +0200) Jacob Hansen : > 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, > -- Ismael -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: