On Thu, 7 Nov 2002, Issac Goldstand wrote: > ----- Original Message ----- > From: "Jim Winstead" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 07, 2002 10:30 PM > Subject: [[EMAIL PROTECTED]: FAIL libapreq-1.0 > sun4-solaris 2.8] > > > > ----- Forwarded message from Josts Smokehouse > <[EMAIL PROTECTED]> ----- > > > > Date: 7 Nov 2002 17:12:42 -0000 > > From: "Josts Smokehouse" <[EMAIL PROTECTED]> > > Cc: [EMAIL PROTECTED] > > Subject: FAIL libapreq-1.0 sun4-solaris 2.8 > > To: [EMAIL PROTECTED] > > > > This distribution has been tested as part of the cpan-testers > > effort to test as many new uploads to CPAN as possible. See > > http://testers.cpan.org/ > > > > Please cc any replies to [EMAIL PROTECTED] to keep other > > test volunteers informed and to prevent any duplicate effort. > > > > -- > > This is an error report generated automatically by CPANPLUS, > > version . > > > > Below is the error stack during 'make test': > > > > cp lib/Apache/libapreq.pm blib/lib/Apache/libapreq.pm > > cp libapreq.pod blib/lib/libapreq.pod > > make[1]: Entering directory > `/net/sunu991/disc1/.cpanplus/5.8.0/build/libapreq-1.0/c' > > > > gcc -c -fno-strict-aliasing -I/usr/local/include > > -D_LARGEFILE_SOURCE -D_FI LE_OFFSET_BITS=64 -O -DVERSION=\"\" > > -DXS_VERSION=\"\" -fPIC > > "-I/usr/local/perl/lib/5.8.0/sun4-solaris/CORE" > > apache_request.c > > In file included from apache_request.c:59: > > apache_request.h:5:19: httpd.h: No such file or directory [ .. ]
> It looks like the APACHE_SRC wasn't correctly specified - not liek a > platform-specific bug... Am I missing something? > > Issac The automated testing machines don't typically have external packages like Apache on them, at least in locations that are searched by default. At one point I thought that there was talk of changing the script used to generate these reports so that it would abort if it couldn't find things like header files or libraries at the 'make' stage, but I guess that wasn't done. I think, at least with some latter versions of the script, that if you die at the 'perl Makefile.PL' stage if Apache and/or mod_perl can't be found that no report will be sent. -- best regards, randy kobes
