On Dec 22, 2011, at 7:50 PM, chm wrote:

> On 12/22/2011 7:48 PM, Puneet Kishor wrote:
>> Inspired by the lovely blurb below, I tried to install PDL::Stats but 
>> failed. Here is the relevant bit from the log of my failed attempt --
>> 
>> ..
>> 
>> I am on Mac OS X Lion with Perl 5.14.1 and PDL 2.4.6 installed via MacPorts
>                                                 ^^^^^
>                                                 |||||
> 
> My guess it the problem is you are using PDL-2.4.6 and not
> the current PDL-2.4.9 (or even better the current CPAN
> Developers release version).
> ..


Good guess, but not correct, unfortunately. I took a leap of faith and decided 
to upgrade my 2.4.6 to 2.4.9 using cpanm. Here is what happened

        punkish@mumbai ~/Projects/PDL-Stats-0.5.5$sudo cpanm PDL
        Password:
        --> Working on PDL
        Fetching 
http://search.cpan.org/CPAN/authors/id/C/CH/CHM/PDL-2.4.9.tar.gz ... OK
        Configuring PDL-2.4.9 ... OK
        ==> Found dependencies: Convert::UU
        --> Working on Convert::UU
        Fetching 
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/Convert-UU-0.5201.tar.gz ... OK
        Configuring Convert-UU-0.5201 ... OK
        Building and testing Convert-UU-0.5201 ... OK
        Successfully installed Convert-UU-0.5201
        Building and testing PDL-2.4.9 ... OK
        Successfully installed PDL-2.4.9 (upgraded from 2.4.6)
        2 distributions installed
        
        punkish@mumbai ~$perldl
        perlDL shell v1.354
        ..
        Loaded PDL v2.4.9 (supports bad values)
        
        Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)
        
        pdl>quit


Beautiful, so far. Now, try to install PDL::Stats once again


        punkish@mumbai ~/Projects/PDL-Stats-0.5.5$sudo cpanm PDL::Stats
        --> Working on PDL::Stats
        Fetching 
http://search.cpan.org/CPAN/authors/id/M/MA/MAGGIEXYZ/PDL-Stats-0.5.5.tar.gz 
... OK
        Configuring PDL-Stats-0.5.5 ... OK
        Building and testing PDL-Stats-0.5.5 ... FAIL
        ! Installing PDL::Stats failed. See 
/Volumes/roller/Users/punkish/.cpanm/build.log for details.
        
        Test Summary Report
        -------------------
        t/stats_kmeans.t  (Wstat: 256 Tests: 18 Failed: 1)
          Failed test:  13
          Non-zero exit status: 1
        Files=5, Tests=147,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.94 cusr 
 0.03 csys =  1.02 CPU)
        Result: FAIL
        Failed 1/5 test programs. 1/147 subtests failed.
        make: *** [test_dynamic] Error 255
        -> FAIL Installing PDL::Stats failed. See 
/Volumes/roller/Users/punkish/.cpanm/build.log for details.


Same error.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to