Re: TLP Name

2007-05-21 Thread Ron Reisor

+1 Quetzalcoatl


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.3.0 beta available for testing

2006-12-22 Thread Ron Reisor

These are a bit late, but I'm glad it's working on these systems too...

+1 MacOS 10.4.8 (Intel), Apache 2.0.59 (mpm-prefork), Python 2.5
+1 Solaris 10 (Sparc), Apache 2.0.59 (mpm-prefork), Python 2.5

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: XCode version on Mac OS X.

2006-11-09 Thread Ron Reisor

Hi Graham,

   Apple called it Xcode 2.4.1 and it was released maybe a month ago. I 
didn't try building mod_python-3.3 with Xcode 2.4.


   Here's what gcc says:

[zim:~] ron% gcc -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib 
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic 
--program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8

Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
[zim:~] ron%

cheers,

Ron


On Thu, 9 Nov 2006, Graham Dumpleton wrote:


Ron, can you do me a favour and tell me which version of XCode you
are using, the one that came with the box or whether you might have
access to the version of XCode that was released at Mac WWDC in
August or the one released just recently to ADC members.

The easiest way is to look at the build number output from gcc with
the -v option.

graham-dumpletons-powerbook-g4-15:~ grahamd$ gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure 
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
--enable-languages=c,objc,c++,obj-c++ 
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib 
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)

I have the version of XCode from before WWDC installed. We are still
renewing our ADC membership so haven't got access to more recent
version yet.

I ask, as there was a potential issue with gcc from XCode released at
WWDC not being able to link mod_python. Details of this issue can be
seen at:

 https://issues.apache.org/jira/browse/MODPYTHON-186

I want to see if this was something specific to that one person or there
is actually an issue.

Thanks.

Graham

Ron Reisor wrote ..

+1 MacOSX 10.4.8 (Intel), Apache 2.0.59 (mpm-prefork), Python 2.5

cheers,

Ron


On Thu, 9 Nov 2006, Jim Gallacher wrote:


The mod_python 3.3-0-dev-20061109 tarball is available for testing.

We are almost ready for a 3.3.0 release. It's been a while since we've

had

extensive testing of trunk and I think it would be wise to have a preliminary
testing round. Unless there are huge problems we'll do an official beta

next

week. If it looks *really* good we might even jump right to the release.

At this point svn trunk should be considered frozen execpt to fix issues

that

testing exposes or minor documentation changes.

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
should feel obligated to  :-)  ) test it, and provide feedback *to _this_
list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://people.apache.org/~jgallacher/mod_python/dist/
http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061109.tgz
http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061109.tgz.md5

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ make check

Or for you Windows folks

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Apache, Apache-mpm, Python,
the test output, and suggestions, if any).

Please present your test results in the following format:
+1 OS version, Apache version (apache mpm), Python Version

For example:
+1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5

Presenting your information in a consistent format will help in
tabulating the results. You can include additional information in each
section, just don't use extra commas. There is no need to include the
mod_python version in this string as that information is available in
the email subject. Who knows, one day I may actually write a script to
extract this information automatically.  :)

Thank you for your assistance,
Jim Gallacher



Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C




Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.3.0-dev-20061109 available for testing (release candidate)

2006-11-09 Thread Ron Reisor

+1 MacOSX 10.4.8 (Intel), Apache 2.0.59 (mpm-prefork), Python 2.5

cheers,

Ron


On Thu, 9 Nov 2006, Jim Gallacher wrote:


The mod_python 3.3-0-dev-20061109 tarball is available for testing.

We are almost ready for a 3.3.0 release. It's been a while since we've had 
extensive testing of trunk and I think it would be wise to have a preliminary 
testing round. Unless there are huge problems we'll do an official beta next 
week. If it looks *really* good we might even jump right to the release.


At this point svn trunk should be considered frozen execpt to fix issues that 
testing exposes or minor documentation changes.


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
should feel obligated to  :-)  ) test it, and provide feedback *to _this_
list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://people.apache.org/~jgallacher/mod_python/dist/
http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061109.tgz
http://people.apache.org/~jgallacher/mod_python/dist/mod_python-3.3.0-dev-20061109.tgz.md5

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ make check

Or for you Windows folks

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Apache, Apache-mpm, Python,
the test output, and suggestions, if any).

Please present your test results in the following format:
+1 OS version, Apache version (apache mpm), Python Version

For example:
+1 Linux Debian Sid, Apache 2.0.55 (mpm-worker), Python 2.3.5

Presenting your information in a consistent format will help in
tabulating the results. You can include additional information in each
section, just don't use extra commas. There is no need to include the
mod_python version in this string as that information is available in
the email subject. Who knows, one day I may actually write a script to
extract this information automatically.  :)

Thank you for your assistance,
Jim Gallacher



Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.9 available for testing

2006-06-30 Thread Ron Reisor

+1 MacOSX 10.4.7 Intel, Apache-2.0.55 (mpm/prefork), Python-2.4.2

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.9-rc3 available for testing (fwd)

2006-06-29 Thread Ron Reisor
+1 MacOSX 10.4.7 Intel, mod_python-3.2.9-rc3, Python-2.4.2, apache-2.0.55 
prefork


cheers,

Ron

Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C



Re: mod_python 3.2.9-rc3 available for testing

2006-06-26 Thread Ron Reisor

+1 MacOSX 10.4.6 Intel, mod_python-3.2.9-rc3, Python-2.4.2, apache-2.0.55

cheers,

Ron

Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.8 available for testing

2006-02-22 Thread Ron Reisor
I know you're going ahead with 3.2.8 already, but I thought this would be 
interesting:


+1 Mac OS X 10.4.5 Intel Core Duo, apache 2.0.55 mpm-prefork, python 2.4.2

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: 3.2.6 test period - how long do we wait?

2006-01-27 Thread Ron Reisor

Maybe I forgot to send this one in:

+1

Solaris 10 Sparc
Apache-2.0.55 mpm-prefork
Python-2.4.2

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.6b available for testing

2006-01-17 Thread Ron Reisor

+1

MacOS-10.4.4
Apache-2.0.55 mpm-prefork
Python-2.4.2

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.5b available for testing

2005-11-15 Thread Ron Reisor

+1 MacOSX 10.4.3, gcc 4.0.0 (apple), Python-2.4.2, Apache-2.0.55

cheers,

Ron


On Mon, 14 Nov 2005, Jim Gallacher wrote:

A new mod_python 3.2.5 beta tarball is now available for testing. A windows 
binary should be available shortly.


This release is similar to 3.2.4b but fixes a couple of minor issues -
MODPYTHON-87 (psp_parser), and MODPYTHON-40 (file upload).

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
should feel obligated to :-) ) test it, and provide feedback *to _this_
list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher





Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.3b available for testing

2005-10-24 Thread Ron Reisor

+1

MacOSX 10.4.2
gcc 4.0.0 (apple)
Python-2.4.2
Apache-2.0.55

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Ron Reisor

+1

MacOSX 10.4.2
apache-2.0.54
Python-2.4.1

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.1b available for testing

2005-09-07 Thread Ron Reisor

On Wed, 7 Sep 2005, Jim Gallacher wrote:


Ron Reisor wrote:
Yes! Plus, the software I'm developing is working too. I pulled out an 
early version of FileSession and started using Session.FileSession. 


Even better, you can use Session.Session() and the "PythonOption session 
FileSession" configuration directive to get all the benefits of FileSession 
without changing your current code - assuming of course that your current 
code is calling Session.Session() to create the session object.


Jim


Yes, I'm calling Session.Session() with the configuration directive so I 
get Session.FileSession(). That's the right way to go. I took a short cut 
in my description, sorry, but not the code.


cheers,

Ron



Looks good. Gotta love it!

thanks,

Ron


On Wed, 7 Sep 2005, Nicolas Lehuen wrote:


Wow, that's a nice one :).

2005/9/7, Ron Reisor <[EMAIL PROTECTED]>:


+1

MacOSX 10.4.2
gcc-4.0.0 (Apple build)
Python 2.4.1
Apache 2.0.54

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems 
Services

Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C





Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems 
Services

Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C






Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.1b available for testing

2005-09-07 Thread Ron Reisor
Yes! Plus, the software I'm developing is working too. I pulled out an 
early version of FileSession and started using Session.FileSession. Looks 
good. Gotta love it!


thanks,

Ron


On Wed, 7 Sep 2005, Nicolas Lehuen wrote:


Wow, that's a nice one :).

2005/9/7, Ron Reisor <[EMAIL PROTECTED]>:

+1

MacOSX 10.4.2
gcc-4.0.0 (Apple build)
Python 2.4.1
Apache 2.0.54

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C





Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.1b available for testing

2005-09-07 Thread Ron Reisor

+1

MacOSX 10.4.2
gcc-4.0.0 (Apple build)
Python 2.4.1
Apache 2.0.54

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.0-BETA available for testing

2005-08-19 Thread Ron Reisor

Oops, it's MacOSX 10.4.2, not MacOSX 1.4.2 -- sorry.

[zim:~] ron% gcc --version
powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Apple Computer, Inc. 
build 4061)

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.


[zim:~] ron%


I'm using the gcc that Apple provides with the developers package.

extra info:

Tiger includes python 2.3.5 as /usr/bin/python, but I am not using that. 
Python 2.4.1 has been built into /Library/Frameworks and 
/usr/local/bin/python and that's what mod_python is using.


I'm using an apache 2.0.54 that I built myself into /usr/local.

cheers,

Ron


On Fri, 19 Aug 2005, Graham Dumpleton wrote:



On 19/08/2005, at 2:59 AM, Jim Gallacher wrote:


Ron Reisor wrote:

Hello,
I ran into a problem with the loader on MacOSX.
MaxOSX 1.4.2
python 2.4.1
apache 2.0.54
The loader seems to not like the "-undefined suppress" arguments in the 
final load.
I modified dist/setup.py by removing the two "-undefined suppress" and ran 
configure and make again and the new mod_python does build and seems to 
work ok.


The bit of code which includes "-undefined suppress" came from the patch 
Graham submitted for MODPYTHON-65.  See 
http://issues.apache.org/jira/browse/MODPYTHON-65 for details.


Not being a Mac person I can't comment further. Feel free to talk among 
yourselves. ;)


Yep, my fault. It will not build on Mac OS X 10.3.9 without that option if
you are using the standard version of GCC shipped with the operating
system.

I'll get onto my new Tiger laptop and try it there (haven't yet), but can
you tell me which GCC you are using? I know the GCC version shipped on the
box with Tiger, but are you using that, or are you using one supplied with
Fink? Was worried that the change might not apply to the Fink version of GCC.

Graham




Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.0-BETA available for testing

2005-08-18 Thread Ron Reisor

Hello,

I ran into a problem with the loader on MacOSX.

MaxOSX 1.4.2
python 2.4.1
apache 2.0.54

The loader seems to not like the "-undefined suppress" arguments in the 
final load.


I modified dist/setup.py by removing the two "-undefined suppress" and ran 
configure and make again and the new mod_python does build and seems to 
work ok.


test.py can not find the apache log file after it has shut down apache, 
after all of the other tests pass!  This may be cause by my installation 
of apache and may not be a mod_python problem, but I'll need to look 
further.


cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2Cchecking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lm... yes
checking for an ANSI C-conforming const... yes
checking your blood pressure... a bit high, but we can proceed
configure: checking whether apxs is available...
checking for --with-apxs... /usr/local/bin/apxs executable, good
checking Apache version... 2.0.54
checking for Apache libexec directory... /usr/local/modules
checking for Apache include directory... -I/usr/local/include
checking for --with-python... no
checking for python... /usr/local/bin/python
checking Python version... 2.4
checking Python install prefix... 
/Library/Frameworks/Python.framework/Versions/2.4
checking what libraries Python was linked with... -framework  Python-ldl
   
checking linker flags used to link Python... 
checking where Python include files are... 
-I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
checking for --with-python-src... no
checking for --with-flex... no
checking for flex... /usr/bin/flex
found /usr/bin/flex, we'll use this. Use --with-flex to specify another.
checking flex version... configure: WARNING: Flex version 2.5.31 or greater is 
required.  The one you have seems to be 2.5.4. Use --with-flex to specify 
another.
checking for --with-max-locks... no
Using 8 MAX_LOCKS.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating Doc/Makefile
config.status: creating src/include/mod_python.h
config.status: creating test/testconf.py
config.status: creating dist/setup.py
config.status: creating dist/Makefile


log.make
Description: Binary data