On 2011-08-01 17:41, Sam Gleske wrote:
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

no the bugfix is already in git, but it was not yet updated - which i did now. i've merged matthews commit into my working tree and recreated configure.

but everyone - please help test the master and r1.5 branch - 1.5.0 is soon to be freezed

thx
michael


SAM

On Mon, Aug 1, 2011 at 2:36 AM, <[email protected] <mailto:[email protected]>> wrote:

    Message: 1
    Date: Thu, 21 Jul 2011 08:33:15 +0200
    From: Michael Friedrich <[email protected]
    <mailto:[email protected]>>
    Subject: [icinga-devel] Fwd: Icinga 1.4.2 (build failed on FreeBSD)
    To: [email protected]
    <mailto:[email protected]>
    Message-ID:
    <[email protected]
    <mailto:[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]
    <mailto:[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


--
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:     [email protected]
phone:     +43 1 4277 14359
mobile:    +43 664 60277 14359
fax:       +43 1 4277 14338
web:       http://www.univie.ac.at/zid
           http://www.aco.net

Icinga Core&  IDOUtils Developer
http://www.icinga.org


------------------------------------------------------------------------------
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

Reply via email to