You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-dev@quetz.apache.org by "Gregory (Grisha) Trubetskoy" <gr...@apache.org> on 2004/02/19 01:23:27 UTC

Please test 3.1.3! [Take 2]

OK, let's do this again. The files this time are at

http://httpd.apache.org/dev/dist/modpython/

I've fixed the flex related problem, you should NOT need flex to compile.

I'm particularly interested in RH 9 as testing problems were reported on
it.

I'm not terribly concerned about OS X - the failing tests don't seem to be
life-threatning and I can't do much about fixing them ATM.

Grisha


---------- Forwarded message ----------
Date: Tue, 17 Feb 2004 12:31:56 -0500 (EST)
From: "Gregory (Grisha) Trubetskoy" <gr...@ispol.com>
To: python-dev@httpd.apache.org
Subject: Please test 3.1.3!


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 mod_python@modpython.org list, and preferably not me personally)

The files are available here:

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

[no windows installer yet]

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,

Grisha

Re: Please test 3.1.3! [Take 2]

Posted by "Gregory (Grisha) Trubetskoy" <gr...@apache.org>.
Can I get a couple more +1's please? :-) Anyone got RH 9? Or Solaris may
be?

Thanks,

Grisha


On Wed, 18 Feb 2004, Gregory (Grisha) Trubetskoy wrote:

>
> OK, let's do this again. The files this time are at
>
> http://httpd.apache.org/dev/dist/modpython/
>
> I've fixed the flex related problem, you should NOT need flex to compile.
>
> I'm particularly interested in RH 9 as testing problems were reported on
> it.
>
> I'm not terribly concerned about OS X - the failing tests don't seem to be
> life-threatning and I can't do much about fixing them ATM.
>
> Grisha
>
>
> ---------- Forwarded message ----------
> Date: Tue, 17 Feb 2004 12:31:56 -0500 (EST)
> From: "Gregory (Grisha) Trubetskoy" <gr...@ispol.com>
> To: python-dev@httpd.apache.org
> Subject: Please test 3.1.3!
>
>
> 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 mod_python@modpython.org list, and preferably not me personally)
>
> The files are available here:
>
> http://www.apache.org/dist/httpd/modpython/
>
> [no windows installer yet]
>
> 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,
>
> Grisha
>

Re: Please test 3.1.3! [Take 2]

Posted by James William Pye <fl...@rhid.com>.
Greets,

On 02/18/04:07/3, Gregory (Grisha) Trubetskoy wrote:
> OK, let's do this again. The files this time are at
> 
> http://httpd.apache.org/dev/dist/modpython/
> 
> I've fixed the flex related problem, you should NOT need flex to compile.
> 
> I'm particularly interested in RH 9 as testing problems were reported on
> it.

+1

Tests pass from CVS(I assume it's pretty much the same thing), no problems
with flex.

Although, I thought I should mention that the first time I ran the test it
failed on some assertion, but another test ran afterward was successful.

Also, configure can't seem to find my -lpython2.3, I assume it's some
linking issue, but I haven't spent any time investigating it, so I'm not
sure. I'll look into it and speak up if it's not an issue with my system.

FreeBSD void 4.9-STABLE FreeBSD 4.9-STABLE #14: Mon Feb  2 14:33:01 MST
2004     root@void:/usr/src/sys/compile/void  i386

Regards,
        James William Pye