You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/02/23 15:19:24 UTC

DO NOT REPLY [Bug 52748] New: build should blow up early with apr 1.3 or earlier?

https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

             Bug #: 52748
           Summary: build should blow up early with apr 1.3 or earlier?
           Product: Apache httpd-2
           Version: 2.4.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: covener@gmail.com
    Classification: Unclassified


Two separate users on IRC reported build failures with APR < 1.4 with build
errors in rotatleogs for apr_file_link which is 1.4-and-up.

I'm not sure what other 1.4-isms there are, but it might be reasonable to just
bail out if an older APR is used rather than permitting it w/o default features
X,Y,Z...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52748] build should blow up early with apr 1.3 or earlier?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ejackso3@gmail.com

--- Comment #1 from Eric Covener <co...@gmail.com> 2012-03-05 02:10:57 UTC ---
*** Bug 52826 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


Re: DO NOT REPLY [Bug 52748] rotatelogs.c undefined reference to `apr_file_link'; build should blow up early with apr 1.3 or earlier?

Posted by Earnest Jackson <ej...@gmail.com>.
I had this issue with apr 1.2 as well. Any ideas on how to get around this?

- Earnest
On Mar 4, 2012 9:12 PM, <bu...@apache.org> wrote:

> https://issues.apache.org/bugzilla/show_bug.cgi?id=52748
>
> Eric Covener <co...@gmail.com> changed:
>
>           What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>            Summary|build should blow up early  |rotatelogs.c undefined
>                   |with apr 1.3 or earlier?    |reference to
>                   |                            |`apr_file_link'; build
>                   |                            |should blow up early with
>                   |                            |apr 1.3 or earlier?
>
> --
> Configure bugmail:
> https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
> For additional commands, e-mail: bugs-help@httpd.apache.org
>
>

DO NOT REPLY [Bug 52748] rotatelogs.c undefined reference to `apr_file_link'; build should blow up early with apr 1.3 or earlier?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|build should blow up early  |rotatelogs.c undefined
                   |with apr 1.3 or earlier?    |reference to
                   |                            |`apr_file_link'; build
                   |                            |should blow up early with
                   |                            |apr 1.3 or earlier?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52748] rotatelogs.c undefined reference to `apr_file_link'; build should blow up early with apr 1.3 or earlier?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

--- Comment #3 from William A. Rowe Jr. <wr...@apache.org> 2012-03-16 18:00:52 UTC ---
It isn't possible to fail with apr 1.4, you clearly have some individual
deployment issue with your environment, eric.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52748] rotatelogs.c undefined reference to `apr_file_link'; build should blow up early with apr 1.3 or earlier?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

--- Comment #2 from erik.hoeschler@ivz.de 2012-03-16 10:19:57 UTC ---
It's still failing with APR 1.4.6

is there any way to resolve this issue?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


Re: DO NOT REPLY [Bug 52748] New: build should blow up early with apr 1.3 or earlier?

Posted by Rainer Jung <ra...@kippdata.de>.
On 23.02.2012 15:19, bugzilla@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=52748
>
>               Bug #: 52748
>             Summary: build should blow up early with apr 1.3 or earlier?
>             Product: Apache httpd-2
>             Version: 2.4.1
>            Platform: PC
>          OS/Version: Linux
>              Status: NEW
>            Severity: normal
>            Priority: P2
>           Component: Build
>          AssignedTo: bugs@httpd.apache.org
>          ReportedBy: covener@gmail.com
>      Classification: Unclassified
>
>
> Two separate users on IRC reported build failures with APR<  1.4 with build
> errors in rotatleogs for apr_file_link which is 1.4-and-up.
>
> I'm not sure what other 1.4-isms there are, but it might be reasonable to just
> bail out if an older APR is used rather than permitting it w/o default features
> X,Y,Z...

+1 to apr 1.4.

Never noticed such problem when using *apr-util* 1.3 apart from 
mod_session_crypto of course is not buildable. Since apr-util 1.4 is 
pretty fresh, I would prefer not to strictly require that.

But the first release of apr 1.4 was in April 2010, so IMHO long enough 
to get used to it. Whoever wants to build httpd 2.4 on an outdated 
platform shouldn't find it to big a problem to include apr into srclib. 
The biggest problem might be educating users and formulating 
installation docs clear enough.

Never tried to build with *apr* 1.3 myself.

Regards,

Rainer


[Bug 52748] rotatelogs.c undefined reference to `apr_file_link'; build should blow up early with apr 1.3 or earlier?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52748

Joe Orton <jo...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Joe Orton <jo...@redhat.com> ---
Done in r1347998.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org