On 24 January 2015 at 04:32, Fred Moyer <f...@redhotpenguin.com> wrote: > Ran across a test failure while trying to roll RC1 today. Any thoughts? > > perl 5.14.2, httpd 2.4.6 > > fred@dev ~/dev/mod_perl-2.0 $ uname -r > 2.6.32-220.23.1.el6.x86_64 > > Built via: > > perl Makefile.PL MP_APXS=/home/fred/dev/httpd24/bin/apxs MP_NO_THREADS=1 > > Build succeeded, but got a test failure on test startup. > > fred@dev ~/dev/mod_perl-2.0 $ tail -f t/logs/error_log > [Fri Jan 23 14:26:30.719260 2015] [perl:error] [pid 93630] Can't > locate object method "loglevel" via package "Apache2::ServerRec" at > /home/fred/dev/mod_perl-2.0/t/conf/post_config_startup.pl line > 82.\nCompilation failed in require at (eval 197) line 1.\n > [Fri Jan 23 14:26:30.719295 2015] [perl:error] [pid 93630] Can't load > Perl file: /home/fred/dev/mod_perl-2.0/t/conf/post_config_startup.pl > for server localhost:8529, exiting... >
I haven't tried building for a while, and just assumed that things were good to go since I didn't think there had been any changes lately, but I was wrong. My build fails with httpd-2.4.9: ConnectionUtil.obj : error LNK2001: unresolved external symbol _modperl_pnotes_kill ..\..\..\blib\arch\auto\Apache2\ConnectionUtil\ConnectionUtil.dll : fatal error Reverting this commit: http://svn.apache.org/viewvc?view=revision&revision=1638351 fixes that. However, the server fails to start up when I run "nmake test". I'm not seeing the same error as you anywhere; I have no t\logs\error_log being created at all. I wonder if it's the same problem as you're seeing... I have the same test failure with 2.2.29 too. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org