Thanks for fixing this one too, Uwe. I should get shell access on the lucene Jenkins slave so I can do this kind of investigation myself - I was doing remote tweaks (for what I assumed was the missing JSON module) without access to the real problem.
I'm really surprised that LWP::Simple is not installed by default. Does anyone know if there is another default-installed Perl module that enables HTTP GETs? E.g. maybe LWP (vs. LWP::Simple)? My opinion about whether to install JSON module is that since release managers run this command, we should minimize the extra software installation they have to perform, so although my JSON-to-perl-serialized-data-structure fix is a total hack, it seems to work for its intended purpose; my vote is to not install the JSON module. Steve > -----Original Message----- > From: Uwe Schindler [mailto:[email protected]] > Sent: Sunday, June 12, 2011 11:21 AM > To: [email protected] > Subject: RE: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #150: POMs out of sync > > Should work now, "cpan -i LWP::Simple" as "root" did what it should. We > could have done the same for JSON, btw. Sarowe: would you prefer that? > > The next builds are scheduled. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: [email protected] > > > > -----Original Message----- > > From: Uwe Schindler [mailto:[email protected]] > > Sent: Sunday, June 12, 2011 5:10 PM > > To: [email protected] > > Subject: RE: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #150: POMs out of > > sync > > > > The problem is now: > > > > [hudson@lucene /usr/home/hudson/hudson-slave/workspace/Lucene- > > trunk/checkout/lucene/src/site/changes]$ perl changes2html.pl Can't > locate > > LWP/Simple.pm in @INC (@INC contains: > /usr/local/lib/perl5/5.10.1/BSDPAN > > /usr/local/lib/perl5/site_perl/5.10.1/mach > > /usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach > > /usr/local/lib/perl5/5.10.1 .) at changes2html.pl line 26. > > BEGIN failed--compilation aborted at changes2html.pl line 26. > > > > I will try to install LWP... > > > > ----- > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: [email protected] > > > > > > > -----Original Message----- > > > From: Uwe Schindler [mailto:[email protected]] > > > Sent: Sunday, June 12, 2011 1:50 PM > > > To: [email protected] > > > Subject: RE: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #150: POMs out of > > > sync > > > > > > There still seems to be a problem in the perl script? Or was that not > > > yet committed? > > > > > > ----- > > > Uwe Schindler > > > H.-H.-Meier-Allee 63, D-28213 Bremen > > > http://www.thetaphi.de > > > eMail: [email protected] > > > > > > > -----Original Message----- > > > > From: Apache Jenkins Server [mailto:[email protected]] > > > > Sent: Sunday, June 12, 2011 1:45 PM > > > > To: [email protected] > > > > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-3.x #150: POMs out of > > > > sync > > > > > > > > Build: https://builds.apache.org/job/Lucene-Solr-Maven-3.x/150/ > > > > > > > > No tests ran. > > > > > > > > Build Log (for compile errors): > > > > [...truncated 8342 lines...] > > > > > > > > > > > > > > > > ------------------------------------------------------------------- > - > > > > - To unsubscribe, e-mail: [email protected] For > > > > additional commands, e-mail: [email protected] > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] For > > > additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > additional > > commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
