Hi All,
> -----Original Message----- > From: build...@apache.org [mailto:build...@apache.org] > Sent: Wednesday, 8 April 2009 2:47 PM > To: dev@perl.apache.org > Subject: buildbot failure in ASF Buildbot on mod_perl_2_trunk > > The Buildbot has finished a build of mod_perl_2_trunk on ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/mod_perl_2_trunk/builds/20 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: ceres_ubuntu > > Build Reason: > Build Source Stamp: unavailable > Blamelist: phred > > BUILD FAILED: failed compile_2 > > sincerely, > -The Buildbot great, so notifications are working. Any time a commit happens, mod perl 2 trunk is built and tested by buildbot. results can be seen at any time, mod perl specific output can be narrowed down to http://ci.apache.org/waterfall?branch=&builder=mod_perl_2_trunk&reload=none which shows the build & commit history. There is now a new mailing list for all things build related, bui...@apache.org. Rather than me sign up to every project dev list going, if someone from a project can subscribe to the new list, to talk about buildbot builds, Hudson, continuum etc.. On to why it is failing, I did start a thread here on this (Buildbot Notifications and request for a cure of failure) which fizzled out. Some more info, the Makefile.PL that is being produced has these lines which is why it fails compile :- # MakeMaker Parameters: # #define AP_SERVER_MAJORVERSION_NUMBER 2 => q[-I/src/modules/perl -I/xs -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -I/usr/include/postgresql -I/usr/include/mysql -I/usr/include/apache2] # ABSTRACT_FROM => q[lib/Apache2/Reload.pm] Notice that the #define AP_SERVER... is up on the previous empty line and that causes => q[.... to be on the next line but without a comment # at the start. This happens in the Apache-Reload and Apache-SizeLimit Makefile files. One idea is that it 'may' have something to do with the exeutils:makemaker module which has been receiving some attention : http://search.cpan.org/~mschwern/ExtUtils-MakeMaker-6.50/ These tests used to pass for me, but started failing mid-march. Whether the solution lies in patching mod perl to suit I cant say. Now that we have a new list, anything to do with builds if we could discuss on that list, if you want more info, need things changing, whatever, I'm there to help with the build side of things. Fixing problems is your gig :) Gav... --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org For additional commands, e-mail: dev-h...@perl.apache.org