You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-dev@httpd.apache.org by Mark Hedges <he...@scriptdolphin.org> on 2009/07/24 03:40:41 UTC

Re: can't build mod_perl2, libapreq2 glue test failures in perl 5.8.8 after cpan upgrades

Argh why do they try to backport bugfixes to three-year
old Apache 2.2.3 instead of using current stable minor
revision 2.2.11?  *tears out hair* thanks --mark--

On Thu, 23 Jul 2009, Fred Moyer wrote:

> Looks like dev@httpd is aware of the issue and will be releasing a
> fix.  Haven't tried 5.3 centos but this sounds like they shipped a
> version of apache that caused this.
>
> http://www.mail-archive.com/dev@httpd.apache.org/msg44177.html
>
> 2009/7/22 Mark Hedges <he...@scriptdolphin.org>:
> >
> > CentOS 5.3, perl 5.8.8, apache2, mod_perl2
> >
> > I am really stressed.  Seems like CentOS CPAN is breaking down.
> >
> > Something screwed up in ExtUtils (::ParseXS?).  It broke use
> > of DBD::SQLite under mod_perl2.
> >
> > I can't build mod_perl2 with CPAN:
> >
> > gcc -I/root/.cpan/build/mod_perl-2.0.4-Jjpb0E/src/modules/perl -I/root/.cpan/build/mod_perl-2.0.4-Jjpb0E/xs -I/usr/include/apr-1 -I/usr/include/apr-1  -I/usr/include/httpd -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -I/usr/include/gdbm -I/usr/lib/perl5/5.8.8/i386-linux-thread-multi/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -D_LARGEFILE64_SOURCE -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC \
> >    -c modperl_config.c && mv modperl_config.o modperl_config.lo
> > modperl_config.c: In function ‘modperl_config_insert’:
> > modperl_config.c:525: error: ‘OPT_INCNOEXEC’ undeclared (first use in this function)
> > modperl_config.c:525: error: (Each undeclared identifier is reported only once
> > modperl_config.c:525: error: for each function it appears in.)
> > make[1]: *** [modperl_config.lo] Error 1
> >
> > I can't get the Apache2::Request glue tests to work when building
> > libapreq2-2.12:
> >
> > t/api/cookie.t ....... ok
> > t/api/error.t ........ ok
> > t/api/module.t ....... ok
> > t/api/param.t ........ ok
> > t/apreq/big_input.t .. ok
> > t/apreq/cgi.t ........ 32/? # Failed test 52 in t/apreq/cgi.t at line 198 fail #6
> > # Failed test 56 in t/apreq/cgi.t at line 198 fail #7
> > # Failed test 60 in t/apreq/cgi.t at line 198 fail #8
> > # Failed test 64 in t/apreq/cgi.t at line 198 fail #9
> > # Failed test 68 in t/apreq/cgi.t at line 198 fail #10
> > t/apreq/cgi.t ........ Failed 5/71 subtests
> > t/apreq/cookie.t ..... ok
> > t/apreq/cookie2.t .... ok
> > t/apreq/inherit.t .... ok
> > t/apreq/request.t .... ok
> > t/apreq/upload.t ..... 17/80 # Failed test 41 in t/apreq/upload.t at line 67 fail #11
> > # Failed test 45 in t/apreq/upload.t at line 67 fail #12
> > # Failed test 49 in t/apreq/upload.t at line 67 fail #13
> > # Failed test 53 in t/apreq/upload.t at line 67 fail #14
> > # Failed test 57 in t/apreq/upload.t at line 67 fail #15
> > # Failed test 61 in t/apreq/upload.t at line 67 fail #16
> > # Failed test 65 in t/apreq/upload.t at line 67 fail #17
> > # Failed test 69 in t/apreq/upload.t at line 67 fail #18
> > # Failed test 73 in t/apreq/upload.t at line 67 fail #19
> > # Failed test 77 in t/apreq/upload.t at line 67 fail #20
> > t/apreq/upload.t ..... Failed 10/80 subtests

Re: can't build mod_perl2, libapreq2 glue test failures in perl 5.8.8 after cpan upgrades

Posted by Bojan Smojver <bo...@rexursive.com>.
On Thu, 2009-07-23 at 18:40 -0700, Mark Hedges wrote:
> Argh why do they try to backport bugfixes to three-year
> old Apache 2.2.3 instead of using current stable minor
> revision 2.2.11?  *tears out hair*

Better question: why is RHEL6 not out yet ;-)

-- 
Bojan