Skip Menu |

This queue is for tickets about the Algorithm-Evolutionary CPAN distribution.

Report information
The Basics
Id: 65484
Status: resolved
Worked: 1.5 hours (90 min)
Priority: 0/
Queue: Algorithm-Evolutionary

People
Owner: Nobody in particular
Requestors: softdev [...] leandrohermida.com
Cc:
AdminCc:

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



Subject: Multiple make test failures

Message body is not shown because it is too large.

El Sab feb 05 12:48:26 2011, softdev@leandrohermida.com escribió: Show quoted text
> Perl 5.12.3 x86_64-linux-thread-multi
Thanks a lot for the report. It arises from an upstream bug in Clone::Fast and 5.12. Unfortunately, I have to eliminate it from all those modules, which might take some time. I'll let you know and acknowledge your bug report when I fix it. Cheers JJ
From: softdev [...] leandrohermida.com
Hi JJ, Yes you are right there was a one test failure in Clone::Fast upstream during the CPANPLUS install that I didn't think would matter... here is the make test output of Clone::Fast below. Is there anything in Clone::Fast that you need that isn't in Clone? Clone is faster but has a little less functionality. Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /home/hermida/soft/perl/5.12.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00general.t .. ok t/01array.t .... ok t/02hash.t ..... ok t/03scalar.t ... Failed 1/10 subtests t/04tie.t ...... ok t/05dtype.t .... ok t/06refcnt.t ... ok t/07magic.t .... ok t/20hooks.t .... ok Test Summary Report ------------------- t/03scalar.t (Wstat: 0 Tests: 10 Failed: 1) Failed test: 5 Files=9, Tests=72, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.18 cusr 0.04 csys = 0.27 CPU) Result: FAIL Failed 1/9 test programs. 1/72 subtests failed. make: *** [test_dynamic] Error 255 On Sat Feb 05 12:58:45 2011, JMERELO wrote: Show quoted text
> El Sab feb 05 12:48:26 2011, softdev@leandrohermida.com escribió:
> > Perl 5.12.3 x86_64-linux-thread-multi
> > Thanks a lot for the report. It arises from an upstream bug in > Clone::Fast and 5.12. Unfortunately, I have to eliminate it from all > those modules, which might take some time. I'll let you know and > acknowledge your bug report when I fix it. > > Cheers > > JJ
El Sab feb 05 13:11:31 2011, softdev@leandrohermida.com escribió: Show quoted text
> Hi JJ, > > Yes you are right there was a one test failure in Clone::Fast upstream > during the CPANPLUS install that I didn't think would matter... here is > the make test output of Clone::Fast below. Is there anything in > Clone::Fast that you need that isn't in Clone? Clone is faster but has a > little less functionality.
I thought Clone::Fast was, well, faster, that is why I used. Seemed like a good idea at the time :-( Adding insult to injury, CVS server in sourceforge is down, and I'm not sure where the last version resides. It will have to wait a bit, I'm afraid. If you are not going to use those particular operators you can try and force-install it; if you positively need them I might try to patch it and make it available somewhere... JJ
From: softdev [...] leandrohermida.com
On Sat Feb 05 13:27:06 2011, JMERELO wrote: Show quoted text
> El Sab feb 05 13:11:31 2011, softdev@leandrohermida.com escribió:
> > Hi JJ, > > > > Yes you are right there was a one test failure in Clone::Fast upstream > > during the CPANPLUS install that I didn't think would matter... here is > > the make test output of Clone::Fast below. Is there anything in > > Clone::Fast that you need that isn't in Clone? Clone is faster but has a > > little less functionality.
> > I thought Clone::Fast was, well, faster, that is why I used. Seemed
like a good idea at the time :-( Show quoted text
>
Yes the name is not totally misleading :) Read at the bottom of the docs http://search.cpan.org/~wazzuteke/Clone-Fast-0.93/lib/Clone/Fast.pm as to how they compare. Clone is the fastest module that doesn't have some extended functionality like hooks etc. Clone::More is a module that has extended functionality but is slow, and Clone::Fast is an faster non-pure Perl version of Clone::More but still slower than Clone. So if you don't need of this extended functionality in Algorithm::Evolutionary then Clone would be perfect. Show quoted text
> Adding insult to injury, CVS server in sourceforge is down, and I'm not > sure where the last version resides. It will have to wait a bit, I'm > afraid. If you are not going to use those particular operators you can > try and force-install it; if you positively need them I might try to > patch it and make it available somewhere... > > JJ
I am in no rush, don't worry... I had just installed your module to start playing around with genetic programming as your module looks to be the best one out there. Do you have any suggestions on other nice CPAN modules to compliment yours? Leandro
From: softdev [...] leandrohermida.com
sorry I miswrote before without reading my message... Clone::Fast's name is totally misleading.... it should have been called Clone::More::XS or Clone::More::Fast :)
El Sab feb 05 15:15:56 2011, softdev@leandrohermida.com escribió: Show quoted text
> sorry I miswrote before without reading my message... Clone::Fast's name > is totally misleading.... it should have been called Clone::More::XS or > Clone::More::Fast :)
Thanks JJ
Subject: Multiple make test failures: Solver in 0.76
I have just uploaded version 0.76 that substitutes Clone::Fast with Clone, solving this issue and with several more improvements. Your help has been acknowledged. Thanks! JJ