Hi,

PDL-Stats-0.70 built cleanly for me against PDL-2.014, but not so against PDL-2.015 where the following test failure arises:

t/stats_kmeans.t ...... 10/? Can't setdims on a PDL that already has children at C:/MinGW/perl516/site/lib/PDL/Core.pm line 2650. PDL::reshape('PDL=SCALAR(0x2a9f494)', 7, 2, 2, 2) called at C:\sisyphusion\PDL-Stats-0.70\blib\lib/PDL/Stats/Kmeans.pm line 570 PDL::kmeans('PDL=SCALAR(0x2a9f4f4)', 'HASH(0x2a9f414)') called at t/stats_kmeans.t line 103
       main::t_kmeans_4d() called at t/stats_kmeans.t line 94
# Tests were run but no plan was declared and done_testing() was not seen.
t/stats_kmeans.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
All 10 subtests passed

resulting in:

Test Summary Report
-------------------
t/stats_kmeans.t    (Wstat: 65280 Tests: 10 Failed: 0)
 Non-zero exit status: 255
 Parse errors: No plan found in TAP output
Files=6, Tests=162, 14 wallclock secs ( 0.08 usr +  0.03 sys =  0.11 CPU)

I'm also seeing this during the running of the test suite:

t/stats_glm.t ......... 1/? 3 subjects with missing data removed
t/stats_glm.t ......... ok

I don't recall seeing that message previously - though that could be simply because my memory is crap.

If I switch to building (latest) PDL-Stats-0.73 against PDL-2.015 I get essentially the same.

Is this the result of a change between 2.014 and 2.015 ? ... or perhaps it's something else that has changed ?

Anyone else seeing this ?

This is on perl-5.16.0 and 'perl -V' is attached.

Cheers,
Rob
Summary of my perl5 (revision 5 version 16 subversion 0) configuration:

 Platform:
   osname=MSWin32, osvers=6.1, archname=MSWin32-x86-multi-thread
   uname=''
   config_args='undef'
   hint=recommended, useposix=true, d_sigaction=undef
   useithreads=define, usemultiplicity=define
   useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
   use64bitint=undef, use64bitall=undef, uselongdouble=undef
   usemymalloc=n, bincompat5005=undef
 Compiler:
   cc='gcc', ccflags
=' -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IM
PLICIT_SYS -fno-strict-aliasing -mms-bitfields',
   optimize='-s -O2',
   cppflags='-DWIN32'
   ccversion='', gccversion='4.7.0', gccosandvers=''
   intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
   d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
   ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long',
lseeksize=8
   alignbytes=8, prototype=define
 Linker and Libraries:
   ld='g++', ldflags ='-s -L"c:\Mingw\perl516\lib\CORE" -L"C:\MinGW\lib"'
   libpth=C:\MinGW\lib C:\MinGW\lib\gcc\mingw32\4.7.0
C:\MinGW\msys\1.0\local\lib C:\MinGW\msys\1.0\local\ssl\lib
   libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladva
pi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -
lversion -lodbc32 -lodbccp32 -lcomctl32
   perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -l
advapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwin
mm -lversion -lodbc32 -lodbccp32 -lcomctl32
   libc=, so=dll, useshrplib=true, libperl=libperl516.a
   gnulibc_version=''
 Dynamic Linking:
   dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
   cccdlflags=' ',
lddlflags='-mdll -s -L"c:\Mingw\perl516\lib\CORE" -L"C:\MinGW\lib"'


Characteristics of this binary (from libperl):
 Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                       PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                       PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                       PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
                       USE_ITHREADS USE_LARGE_FILES USE_LOCALE
                       USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                       USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
 Built under MSWin32
 Compiled at Nov  2 2012 21:12:26
 %ENV:
   PERL_MM_USE_DEFAULT="1"
 @INC:
   C:/MinGW/perl516/site/lib
   C:/MinGW/perl516/lib
   .
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
pdl-devel mailing list
pdl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pdl-devel

Reply via email to