Geoffrey Young wrote:


Stas Bekman wrote:

Geoff, looks like I'm a bit stuck with 5.8.1/mp2 issues. Can you please look at the following problem in the mp1 test suite which happens with 5.8.0 and higher (probably not a showstopper for 5.8.1, but still quite important).


I wasn't able to reproduce it with 5.8.1-maint.

Have you tried moving or tilting your machine a bit?


Have you tried not eating those vanilla donuts while debugging?

Have you tried not watching the movie on the same CPU while running the test suite? Or if it doesn't change, have you tried watching one?

I think mod_perl deserves an entry in the book of murphy's laws.

;)

it fails when I build with:

cd ../apache-1.3 && make clean ; cd ../modperl && make clean ; /home/stas/perl/5.8.1/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test


the only difference between this and mine is --without-execstrip and DYNAMIC. I've changed those for my nightly run and will see what happens with 5.8.0, maintperl, and bleedperl tonight.

never mind, I will look at it, once mp2 issues get resolved (which keep on adding up). Thanks for testing it.


Here are the mp1 builds that I smoke nightly (commented out are OK ones as of the moment):

__DATA__

### mp1 static ###

## 5.005_03
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.005_03/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install



## 5.6.0
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.0/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.0-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


## 5.6.1
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.1/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.1-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install

## 5.8.0
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.0/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.0-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


## 5.8.1
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.1/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.1-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install

# blead
cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/blead/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/blead-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACHE_PREFIX=/home/stas/httpd/1.3-static APACI_ARGS="--prefix=/home/stas/httpd/1.3-static --enable-module=info --enable-module=rewrite --enable-module=proxy --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.static.install


### mp1 DSO ###


## 5.005_03
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.0/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


## 5.6.0
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.0/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.0-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install

## 5.6.1
#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.1/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.6.1-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install

# 5.8.0
cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.0/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.0-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install

# 5.8.1
cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.1/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


#cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/5.8.1-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install

# blead
cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/blead/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


cd ../apache-1.3 && make clean && cd ../modperl && make clean && /home/stas/perl/blead-ithread/bin/perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 DYNAMIC=1 APACHE_PREFIX=/home/stas/httpd/1.3-dynamic APACI_ARGS="--prefix=/home/stas/httpd/1.3-dynamic --enable-shared=max --enable-module=most --with-layout=Apache --without-execstrip" PERL_TRACE=1 PERL_DEBUG=1 && make && make test && run.mp1.dynamic.install


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to