I am attempting to do a completely clean PDL install on a x86_64 running a completely updated (except for the new ExtUtils::F77 & PGPLOT modules) Fedora Core 6 (with perl 5.8.8). "make test" ends with this output:

t/trig......................ok t/vaffine...................ok t/xvals.....................ok 1/0Don't know which tests failed: got 4 ok, expected 0
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/xvals.t                  0   ??  ??
10 tests and 7 subtests skipped.
Failed 1/106 test scripts. -4/969 subtests failed.
Files=106, Tests=969, 25 wallclock secs (17.46 cusr + 2.73 csys = 20.19 CPU)
Failed 1/106 test programs. -4/969 subtests failed.
make: *** [test_dynamic] Error 255

Running "$ perl -w -Mblib t/xvals.t" produces the expected output (below), and "make install" runs smoothly. I notice that xvals.t doesn't "use Test;" and so has no Begin or Plan blocks. However other test files are similar, and they pass tests smoothly. Any ideas?
thanks,
Derek

=====================
1..4

[
[0 0 0]
[0 0 0]
]
[0 0][4 4]
[
[0 4 0]
[0 4 0]
]

[
[0 4 0]
[0 4 0]
]
DUMPING 0xb59800     datatype: 6
  State: (386) PARENTDATACHANGED|OPT_VAFFTRANSOK|MYDIMS_TRANS
  transvtable: 0xae886fa0, trans: 0x62a390, sv: 0xb556e0
  Data SV: 0x605500, Svlen: 1, data: 0x62a330, nvals: 6
  Dims: 0xb598d4 (3 2)
  ThreadIds: 0xb59904 (2)
  Vaffine ok: 0xb596e0 (parent), o:0, i:(1 3)
  (not allocated)
  DUMPTRANS 0x62a390 (pdl_xchg_vtable)
     State: (4103) REVERSIBLE|DO_DATAFLOW_F|DO_DATAFLOW_B|ISAFFINE
     AFFINE: o:0, i:(1 3) d:(3 2)
     INPUTS: (0xb596e0)     OUTPUTS: ( 0xb59800)
  CHILDREN:
DUMPING 0xb596e0     datatype: 6
  State: (129) ALLOCATED|MYDIMS_TRANS
  transvtable: 0x0, trans: 0x0, sv: 0xb556d0
  Data SV: 0xb55710, Svlen: 48, data: 0xb4c800, nvals: 6
  Dims: 0xb597b4 (3 2)
  ThreadIds: 0xb597e4 (2)
  First values: (0.000000 4.000000 0.000000 0.000000 4.000000 0.000000)
  CHILDREN:
   DUMPTRANS 0x62a390 (pdl_xchg_vtable)
      State: (4103) REVERSIBLE|DO_DATAFLOW_F|DO_DATAFLOW_B|ISAFFINE
      AFFINE: o:0, i:(1 3) d:(3 2)
      INPUTS: (0xb596e0)     OUTPUTS: ( 0xb59800)
DUMPING 0xb59800     datatype: 6
  State: (386) PARENTDATACHANGED|OPT_VAFFTRANSOK|MYDIMS_TRANS
  transvtable: 0xae886fa0, trans: 0x62a390, sv: 0xb556e0
  Data SV: 0x605500, Svlen: 1, data: 0x62a330, nvals: 6
  Dims: 0xb598d4 (3 2)
  ThreadIds: 0xb59904 (2)
  Vaffine ok: 0xb596e0 (parent), o:0, i:(1 3)
  (not allocated)
  DUMPTRANS 0x62a390 (pdl_xchg_vtable)
     State: (4103) REVERSIBLE|DO_DATAFLOW_F|DO_DATAFLOW_B|ISAFFINE
     AFFINE: o:0, i:(1 3) d:(3 2)
     INPUTS: (0xb596e0)     OUTPUTS: ( 0xb59800)
  CHILDREN:
DUMPING 0xb596e0     datatype: 6
  State: (129) ALLOCATED|MYDIMS_TRANS
  transvtable: 0x0, trans: 0x0, sv: 0xb556d0
  Data SV: 0xb55710, Svlen: 48, data: 0xb4c800, nvals: 6
  Dims: 0xb597b4 (3 2)
  ThreadIds: 0xb597e4 (2)
  First values: (0.000000 1.000000 2.000000 0.000000 1.000000 2.000000)
  CHILDREN:
   DUMPTRANS 0x62a390 (pdl_xchg_vtable)
      State: (4103) REVERSIBLE|DO_DATAFLOW_F|DO_DATAFLOW_B|ISAFFINE
      AFFINE: o:0, i:(1 3) d:(3 2)
      INPUTS: (0xb596e0)     OUTPUTS: ( 0xb59800)

[
[0 1 2]
[0 1 2]
]

[
[0 1 2]
[0 1 2]
]

[
[0 1 2]
[0 1 2]
]
ok 1
ok 2
ok 3
ok 4

[
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
[0 0 0 0 0]
]
,
[
[0 0 0 0 0]
[1 1 1 1 1]
[2 2 2 2 2]
[3 3 3 3 3]
[4 4 4 4 4]
[5 5 5 5 5]
[6 6 6 6 6]
[7 7 7 7 7]
[8 8 8 8 8]
[9 9 9 9 9]
]
,
[
[0 0 0 0 0]
[1 1 1 1 1]
[2 2 2 2 2]
[3 3 3 3 3]
[4 4 4 4 4]
[5 5 5 5 5]
[6 6 6 6 6]
[7 7 7 7 7]
[8 8 8 8 8]
[9 9 9 9 9]
]
OUTOUT


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

Reply via email to