Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Jim Gallacher
Nicolas Lehuen wrote: Jim, do you manage to build and test the 3.1.4 version on your setup ? This looks like a permission problem, not something related to our current problem. I haven't tried 3.1.4. And I could also try the tests as root, which would eliminate any permission problems. I have

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
3.1.4 compiles and tests OK on my FreeBSD box (given that all versions of mod_python up to 3.1 were primarily developed on FreeBSD, it better ;) ). We just need figure out what causes the "No such file" and we'll be good to go. Grisha On Tue, 13 Sep 2005, Nicolas Lehuen wrote: Jim, do yo

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
OK, I found the problem. The LockFile line is commented out in test.py which causes Apache to try to create the lock in the default location in /var/run. http://svn.apache.org/viewcvs.cgi/httpd/mod_python/trunk/test/test.py?rev=125771&r1=106619&r2=125771 So the question is - can we just put

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
I'd keep the patch nonetheless - I think this is how it should be. Grisha On Mon, 12 Sep 2005, Jim Gallacher wrote: -1 for this patch. Actually, the patch itself is fine - it just doesn't fix the problem. The unit tests are still failings as per my previous messages. ie the following is gett

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
Done. All tests pass on my FreeBSD box. Nicolas - can you test Win32, I'm not 100% sure if the change to test.py I made will work. Grisha On Tue, 13 Sep 2005, Nicolas Lehuen wrote: Yes, now I remember I had to comment this line out because it broke something on Win32. Go ahead, uncomment i

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Jim Gallacher
Gregory (Grisha) Trubetskoy wrote: Done. All tests pass on my FreeBSD box. Nicolas - can you test Win32, I'm not 100% sure if the change to test.py I made will work. Good news. If the changes can be checked in and Nicolas can give a +1 on the Windows test then I'll be able to generate the ne

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
Good job - I've tested it and it works on FreeBSD. Just one last thing I wanted to confirm - are you sure that PyEval_AcquireLock is required, or was this a sideffect of the missing 'S'? I just want to make sure we're not doing double locking where it's not needed. Grisha On Tue, 13 Sep 200

Re: FreeBSD compile problem (was Getting ready for 3.2 beta 2)

2005-09-13 Thread Gregory (Grisha) Trubetskoy
Alright, cool. So I guess we're ready to roll the next tarfile now. Grisha On Tue, 13 Sep 2005, Nicolas Lehuen wrote: I'm sure it is required, even after fixing the S in APR_HAS_THREADS I tried with and without the PyEval_AcquireLock code and the latter works while the former doesn't. I don'

mod_python 3.2.2b available for testing

2005-09-13 Thread Jim Gallacher
A new mod_python 3.2.2 beta tarball is now available for testing. Hopefully this will be the last beta before the official 3.2 release. Here are the rules: In order for a file to be officially announced, it has to be tested by developers on the dev list. Anyone subscribed to this list can (and

Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Gregory (Grisha) Trubetskoy
+1 FreeBSD 4.9-RC apache 2.0.53 Python 2.3.3 Grisha On Tue, 13 Sep 2005, Jim Gallacher wrote: A new mod_python 3.2.2 beta tarball is now available for testing. Hopefully this will be the last beta before the official 3.2 release. Here are the rules: In order for a file to be officially an

Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Jorey Bump
+1 (slightly patched for Apache 2.1.x) Slackware Linux 10.1 gcc version 3.3.4 Python 2.4.1 Apache 2.1.6 Alpha Jim Gallacher wrote: A new mod_python 3.2.2 beta tarball is now available for testing. Hopefully this will be the last beta before the official 3.2 release. Here are the rules: In ord

Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Nicolas Lehuen
+1 Windows XP SP2 MSVC 7.1 Python 1.4.1 Apache 2.0.54 (there was a small problem in the version string in mpversion.h, though, but nothing that cannot be easily corrected for the final release). 2005/9/14, Jorey Bump <[EMAIL PROTECTED]>: +1 (slightly patched for Apache 2.1.x)Slackware Linux 10.1gcc