I had reported this before and apparently this had been fixed. Not sure why it's a bug again. Maybe someone committed and removed the bugfix.
https://dev.icinga.org/issues/1732 SAM On Mon, Aug 1, 2011 at 2:36 AM, <[email protected]>wrote: > Message: 1 > Date: Thu, 21 Jul 2011 08:33:15 +0200 > From: Michael Friedrich <[email protected]> > Subject: [icinga-devel] Fwd: Icinga 1.4.2 (build failed on FreeBSD) > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="utf-8" > > Seems to be a typo, tobemerged, thx. > -- > Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail > gesendet. > > > > Evgeniy Isaev <[email protected]> schrieb: > > Hello. > On FreeBSD build stop with error: > > cd ./base && gmake > gmake[1]: ???? ? ??????? `/root/icinga-1.4.2/base' > gcc ?-Wall -g -O2 -DHAVE_CONFIG_H -DNSCORE -c -o broker.o broker.c > gcc: ?-Wall: No such file or directory > gmake[1]: *** [broker.o] ?????? 1 > gmake[1]: ????? ?? ???????? `/root/icinga-1.4.2/base' > gmake: *** [all] ?????? 2 > > > Typo in this commit: > https://git.icinga.org/?p=icinga-core.git;a=commitdiff;h=ba1ce79f4335d49f9e77c96d4365598bc1562899 > > > This patch solves this problem (copy of patch in attach): > > --- configure.orig 2011-07-21 10:53:19.000000000 +0600 > +++ configure 2011-07-21 10:17:00.000000000 +0600 > @@ -6890,7 +6890,7 @@ > CFLAGS="-Wall $CFLAGS" > ;; > freebsd*) > - CFLAGS=?"-Wall $CFLAGS" > + CFLAGS?="-Wall $CFLAGS" > ;; > *) > ;; > > -------------- next part -------------- > An HTML attachment was scrubbed... > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: configure.diff > Type: text/x-diff > Size: 303 bytes > Desc: not available > >
------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey
_______________________________________________ icinga-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-devel
