I've just reviewed the CPAN Testers reports for CHM/PDL-2.007_16.tar.gz (a.k.a. PDL-2.008 RC3):
PDL 2.007_16 (129 ALL, 5 FAILs, 6 NAs, 99 PASSes, 19 UNKNOWNs) These are considerably worse than the stats for PDL-2.007 where all non-PASS come in at less than 3%. Digging in the testers output by category... 99 PASS: Good to go 5 FAIL: These are all in t/pthread.t and for versions of perl 5.21.4, 5.21.5, 5.21.7, and 5.21.8. There are PASS for more recent versions of perl-5.21.x so I think these are perl issues and not PDL ones. 6 NA: 3 of these are valid since we require perl 5.10.x but the remaining 3 are not since they are a result of the checking the prerequisites by hand and kicking out NA if something is inconsistent. I recommend we output a warning instead but let the test output stand. That gives us information about PDL rather than hiding behind CPAN Testers issues. 19 UNKNOWN: All of these results are in the Mkbootstrap stage for either PDL::Ufunc or PDL::Core. The messages are confusing to me but may be related to build glitches introduced by EUMM 7.04. Here are representative sections from the two types of UNKNOWN results: > Running Mkbootstrap for PDL::Ufunc () > chmod 644 "Ufunc.bs" > "/usr/perl5.16.3t/bin/perl" > "/usr/perl5.16.3t/lib/site_perl/5.16.3/ExtUtils/xsubpp" -typemap > "/usr/perl5.16.3t/lib/5.16.3/ExtUtils/typemap" -typemap > "/usr/home/eserte/.cpan/build/PDL-2.007_16-MJ8sAt/Basic/Core/typemap.pdl" > Ufunc.xs > Ufunc.xsc && mv Ufunc.xsc Ufunc.c > cc -c "-I/usr/home/eserte/.cpan/build/PDL-2.007_16-MJ8sAt/Basic/Core" > -Wno-literal-conversion -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H > -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include > -O -DVERSION=\"2.007_16\" -DXS_VERSION=\"2.007_16\" -DPIC -fPIC > "-I/usr/perl5.16.3t/lib/5.16.3/amd64-freebsd-thread-multi/CORE" Ufunc.c > cc1: error: unrecognized command line option "-Wno-literal-conversion" > *** [Ufunc.o] Error code 1 > > Running Mkbootstrap for PDL::Core () > chmod 644 "Core.bs" > "/usr/home/cpan/pit/thr/perl-5.18.2/bin/perl" "-I../../blib/arch" > "-I../../blib/lib" pdldataswitch.c.PL pdldataswitch.c > ( case PDL_B: retval = PDL.bvals.Byte; break; case PDL_S: > retval = PDL.bvals.Short; break; case PDL_US: retval = > PDL.bvals.Ushort; break; case PDL_L: retval = PDL.bvals.Long; > break; case PDL_IND: retval = PDL.bvals.Indx; break; case > PDL_LL: retval = PDL.bvals.LongLong; break; case PDL_F: retval = > PDL.bvals.Float; break; case PDL_D: retval = PDL.bvals.Double; > break; case PDL_A: retval = PDL.bvals.Anyval; break;) at > ../../blib/lib/PDL/Core/Dev.pm line 731. > "/usr/home/cpan/pit/thr/perl-5.18.2/bin/perl" "-I../../blib/arch" > "-I../../blib/lib" pdlbadvalinit.c.PL pdlbadvalinit.c > "/usr/home/cpan/pit/thr/perl-5.18.2/bin/perl" > "/usr/home/cpan/pit/thr/perl-5.18.2/lib/site_perl/5.18.2/ExtUtils/xsubpp" > -typemap > "/usr/home/cpan/pit/thr/perl-5.18.2/lib/5.18.2/ExtUtils/typemap" > -typemap "typemap" Core.xs > Core.xsc && mv Core.xsc Core.c > Can't locate File/Path.pm in @INC (you may need to install the File::Path > module) (@INC contains: many directories) at Dev.pm line 23. > BEGIN failed--compilation aborted at Dev.pm line 23. > Compilation failed in require at -e line 1. > Error reading from pipe 'perl -e "require q{Dev.pm}; > PDL::Core::Dev::generate_core_flags()"': in Core.xs, line 341 > *** Error code 1 Hope this helps track these down. --Chris ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel