Skip Menu |

This queue is for tickets about the WebService-Solr CPAN distribution.

Report information
The Basics
Id: 77237
Status: resolved
Priority: 0/
Queue: WebService-Solr

People
Owner: Nobody in particular
Requestors: claire.hernandez [...] biblibre.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.17
Fixed in: (no value)



Subject: Failed Test in 0.17 version (db-make-perl)
$ sudo dh-make-perl --cpan WebService::Solr --build ... Files=15, Tests=24, 1 wallclock secs ( 0.06 usr 0.06 sys + 0.66 cusr 0.14 csys = 0.92 CPU) Result: FAIL Failed 12/15 test programs. 13/24 subtests failed. make[1]: *** [test_dynamic] Erreur 1 make[1]: quittant le répertoire « /WebService-Solr-0.17 » dh_auto_test: make -j1 test returned exit code 2 make: *** [build] Erreur 29 make: quittant le répertoire « /WebService-Solr-0.17 » Cannot create deb package: 'debian/rules build' failed.
On Wed May 16 11:28:40 2012, clrh wrote: Show quoted text
> $ sudo dh-make-perl --cpan WebService::Solr --build > ... > Files=15, Tests=24, 1 wallclock secs ( 0.06 usr 0.06 sys + 0.66 cusr > 0.14 csys = 0.92 CPU) > Result: FAIL
Do you have the full output from the tests? The text above doesn't really give me enough information upon which to act. Thanks in advance.
From: claire.hernandez [...] biblibre.com
Show quoted text
> Do you have the full output from the tests? The text above doesn't
really give me enough information upon which to act. Of course, you'll find it here: https://gist.github.com/2761936
On Mon May 21 08:37:00 2012, clrh wrote: Show quoted text
>
> > Do you have the full output from the tests? The text above doesn't
> really give me enough information upon which to act. > > > Of course, you'll find it here: > https://gist.github.com/2761936
Strange, it identifies the missing prereqs: Warning: prerequisite Any::Moose 0.16 not found. Warning: prerequisite XML::Easy 0 not found. But they never get installed -- so the tests fail. Perhaps if you install them first, it will succeed?
From: claire.hernandez [...] biblibre.com
Le Mar 22 Mai 2012 07:14:20, BRICAS a écrit : Show quoted text
> On Mon May 21 08:37:00 2012, clrh wrote:
> >
> > > Do you have the full output from the tests? The text above doesn't
> > really give me enough information upon which to act. > > > > > > Of course, you'll find it here: > > https://gist.github.com/2761936
> > Strange, it identifies the missing prereqs: > > Warning: prerequisite Any::Moose 0.16 not found. > Warning: prerequisite XML::Easy 0 not found. > > But they never get installed -- so the tests fail. Perhaps if you > install them first, it will succeed?
Ok... I installed mannualy XML::Easy and Any::Moose and my package has been created. I thought dependencies were automatically installed... Thanks,
Sending the previous mail has failed. Please contact your admin, they can find more details in the logs.
From: claire.hernandez [...] biblibre.com
Le Mar 22 Mai 2012 07:14:20, BRICAS a écrit : Show quoted text
> On Mon May 21 08:37:00 2012, clrh wrote:
> >
> > > Do you have the full output from the tests? The text above doesn't
> > really give me enough information upon which to act. > > > > > > Of course, you'll find it here: > > https://gist.github.com/2761936
> > Strange, it identifies the missing prereqs: > > Warning: prerequisite Any::Moose 0.16 not found. > Warning: prerequisite XML::Easy 0 not found. > > But they never get installed -- so the tests fail. Perhaps if you > install them first, it will succeed?
Ok... I installed mannualy XML::Easy and Any::Moose and my package has been created. I thought dependencies were automatically installed... Thanks,
I'm going to call this "resolved", as you seem to be able to get around the errors reported -- in any event, this seems more like a problem with dh-make-perl (or at least the version on your system), rather than with this module. Sorry I couldn't be more help!