in reply to Re^4: PDL::Graphics::PLplot fails on install
in thread PDL::Graphics::PLplot fails on install
As regards t/plplot.t:Test Summary Report ------------------- t/plplot.t (Wstat: 139 Tests: 15 Failed: 0) Non-zero wait status: 139 Parse errors: No plan found in TAP output t/plplot_library_tests.t (Wstat: 1024 Tests: 210 Failed: 4) Failed tests: 69, 71, 124-125 Non-zero exit status: 4 Files=3, Tests=225, 42 wallclock secs ( 0.08 usr 0.01 sys + 18.27 cus +r 2.41 csys = 20.77 CPU) Result: FAIL
Not sure how many tests t/plplot.t wants to run (no_plan), but ok() gets called more than 15 times.$ perl -Mblib t/plplot.t ok 1 - An object of class 'PDL::Graphics::PLplot' isa 'PDL::Graphics:: +PLplot' ok 2 - Simple line plot ok 3 - Simple line plot with LINEWIDTH specified ok 4 - Symbol plot ok 5 - Lines and symbols ok 6 - Sample layer statistics plot ok 7 - Setting pagesize ok 8 - Line plot with gaps (plgapline) ok 9 - Setting JUSTify = 1 ok 10 - Printing text inside and outside of plot window ok 11 - Colored symbol plot with key ok 12 - Colored symbol plot with key: reverse rainbow ok 13 - Colored symbol plot with key, via low level interface ok 14 - plgvpd call works correctly ok 15 - plgvpw call works correctly Segmentation fault (core dumped)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: PDL::Graphics::PLplot fails on install
by etj (Priest) on Jul 30, 2021 at 17:35 UTC |