Re: HTTP tests fail on OS X

2013-06-21 Thread Brian Gernhardt
On Jun 21, 2013, at 12:49 AM, Jeff King p...@peff.net wrote: I'm not sure what else to look at...I guess try ratcheting up the debugging/log level on your failing copy and see if it prints anything useful. I found this error in the error.log: [Fri Jun 21 12:59:59 2013] [emerg] (2)No such

Re: HTTP tests fail on OS X

2013-06-21 Thread Jeff King
On Fri, Jun 21, 2013 at 01:03:40PM -0400, Brian Gernhardt wrote: On Jun 21, 2013, at 12:49 AM, Jeff King p...@peff.net wrote: I'm not sure what else to look at...I guess try ratcheting up the debugging/log level on your failing copy and see if it prints anything useful. I found this

Re: HTTP tests fail on OS X

2013-06-21 Thread Brian Gernhardt
On Jun 21, 2013, at 2:03 PM, Jeff King p...@peff.net wrote: IfVersion comes from mod_version. I assume that if it were not loaded, apache would complain about the directive entirely. But it's true that we don't load it until later. Maybe try moving the IfVersion/Lockfile stanza down below

Re: HTTP tests fail on OS X

2013-06-20 Thread Jeff King
On Fri, Jun 21, 2013 at 12:27:02AM -0400, Brian Gernhardt wrote: I've bisected it to this commit: commit 0442743810c6f6c14386a5a9d6bf8e4d69adbc51 Author: Jeff King p...@peff.net Date: Sun Jun 9 04:07:59 2013 -0400 t/lib-httpd/apache.conf: do not use LockFile in apache = 2.4

HTTP tests fail on OS X

2013-06-20 Thread Brian Gernhardt
I've bisected it to this commit: commit 0442743810c6f6c14386a5a9d6bf8e4d69adbc51 Author: Jeff King p...@peff.net Date: Sun Jun 9 04:07:59 2013 -0400 t/lib-httpd/apache.conf: do not use LockFile in apache = 2.4 OS X 10.8.4, apache 2.2.22 I'll also note that the tests fail the first

Re: HTTP tests fail on OS X

2013-06-20 Thread Jeff King
On Fri, Jun 21, 2013 at 12:30:52AM -0400, Jeff King wrote: OS X 10.8.4, apache 2.2.22 Hrm. That's quite odd. The patch in its entirety looks like this: [...] So it should not be having any effect at all on apache 2.2, unless it somehow does not like the IfVersion tags. Just to

Re: HTTP tests fail on OS X

2013-06-20 Thread Brian Gernhardt
On Jun 21, 2013, at 12:42 AM, Jeff King p...@peff.net wrote: I'm not sure if there is something different between 2.2.16 and 2.2.22, or something with the particular build. Here's my -V output, in case it helps: $ apache2 -V Server version: Apache/2.2.16 (Debian) Server built:

Re: HTTP tests fail on OS X

2013-06-20 Thread Jeff King
On Fri, Jun 21, 2013 at 12:45:25AM -0400, Brian Gernhardt wrote: I'm not sure if there is something different between 2.2.16 and 2.2.22, or something with the particular build. Here's my -V output, in case it helps: [...] Doesn't look terribly different from mine. It turns out that