Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 09:07:25 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        Marcelo Araujo <araujo@freebsd.org>
Cc:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>, apache@freebsd.org, suraj@ixsystems.com
Subject:   Re: FreeBSD apache 2.4.25 (build fail)
Message-ID:  <CAOfEmZjiWOWOFa4Tqz6EEkCB0hApCuZnKC0fr6-tej=aSF%2BY9A@mail.gmail.com>
In-Reply-To: <CAOfEmZjqN18vW3=HtPLw5GWVutoYAJkMwuDewixaR64fZeHLOw@mail.gmail.com>
References:  <CAOfEmZjqN18vW3=HtPLw5GWVutoYAJkMwuDewixaR64fZeHLOw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Philip,

As you can see, I can't send the email to dev@httpd.apache.org!!!

Could you please handle this issue? I'm opened a PR for FreeBSD already.

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215594

Best,

Best,
2016-12-27 9:01 GMT+08:00 Marcelo Araujo <araujobsdport@gmail.com>:

> Hi guys,
>
> On FreeBSD I have found an issue, specially when we are building the
> module mpm_itk together with the newest apache version 2.4.25 that makes
> the build fail with an error.
>
> the previous version:
> usr/local/include/apache24/ap_config_auto.h:253:9: warning:
> 'PACKAGE_VERSION' macro redefined [-Wmacro-redefined]
> #define PACKAGE_VERSION ""
>
>
> new version 2.4.25:
> In file included from /usr/local/include/apache24/ap_config.h:138:
> /usr/local/include/apache24/ap_config_auto.h:257:9: error:
> 'PACKAGE_VERSION' macro redefined [-Werror,-Wmacro-redefined]
> #define PACKAGE_VERSION ""
>
> As you can see, apache package added on configure.in the option
> '-Werror', the macro-redefined before was just a warning but now the build
> fail with an error.
>
> Attached there is a patch that make it build fine again on FreeBSD.
> Basically in this patch I'm removing the -Werror.
>
> NOTE: I can add this patch on FreeBSD port www/apache24.
>
> Let me know what do you guys think about it.
>
>
> Best,
> --
>
> --
> Marcelo Araujo            (__)araujo@FreeBSD.org     \\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
> Power To Server.         .\. /_)
>
>


-- 

-- 
Marcelo Araujo            (__)araujo@FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
Power To Server.         .\. /_)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZjiWOWOFa4Tqz6EEkCB0hApCuZnKC0fr6-tej=aSF%2BY9A>