Checking if your kit is complete... Looks good Writing Makefile for Math-Vectors cp lib/Math/Color.pm blib/lib/Math/Color.pm cp lib/Math/ColorRGBA.pm blib/lib/Math/ColorRGBA.pm cp lib/Math/Vec4.pm blib/lib/Math/Vec4.pm cp lib/Math/Vec2.pm blib/lib/Math/Vec2.pm cp lib/Math/Vec3.pm blib/lib/Math/Vec3.pm cp lib/Math/Image.pm blib/lib/Math/Image.pm cp lib/Math/Rotation.pm blib/lib/Math/Rotation.pm cp lib/Math/Vectors.pm blib/lib/Math/Vectors.pm Manifying blib/man3/Math::Color.3 Manifying blib/man3/Math::ColorRGBA.3 Manifying blib/man3/Math::Vec4.3 Manifying blib/man3/Math::Vec2.3 Manifying blib/man3/Math::Vec3.3 Manifying blib/man3/Math::Image.3 Manifying blib/man3/Math::Rotation.3 Manifying blib/man3/Math::Vectors.3 PERL_DL_NONLAZY=1 /home/cpanrun/parisc2.0-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_pod..........1..8 ok 1 - blib/lib/Math/Color.pm ok 2 - blib/lib/Math/ColorRGBA.pm ok 3 - blib/lib/Math/Vec4.pm ok 4 - blib/lib/Math/Vec2.pm ok 5 - blib/lib/Math/Vec3.pm ok 6 - blib/lib/Math/Image.pm ok 7 - blib/lib/Math/Rotation.pm ok 8 - blib/lib/Math/Vectors.pm ok t/01_vector.......1..1 not ok 1 - use Math::Vector; # Failed test (t/01_vector.t at line 9) # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at (eval 1) line 2. # Looks like you failed 1 tests of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02_vec2.........1..78 # Failed test (t/02_vec2.t at line 9) not ok 1 - use Math::Vec2; # Tried to use 'Math::Vec2'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec2.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec2.pm line 12. # Compilation failed in require at (eval 1) line 2. Can't locate object method "getDefaultValue" via package "Math::Vec2" at t/02_vec2.t line 14. # Looks like you planned 78 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-78 Failed 78/78 tests, 0.00% okay t/02_vec3.........1..86 # Failed test (t/02_vec3.t at line 9) not ok 1 - use Math::Vec3; # Tried to use 'Math::Vec3'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 1) line 2. Can't locate object method "getDefaultValue" via package "Math::Vec3" at t/02_vec3.t line 14. # Looks like you planned 86 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-86 Failed 86/86 tests, 0.00% okay t/02_vec4.........1..31 # Failed test (t/02_vec4.t at line 9) not ok 1 - use Math::Vec4; # Tried to use 'Math::Vec4'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec4.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec4.pm line 12. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "Math::Vec4" at t/02_vec4.t line 14. # Looks like you planned 31 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-31 Failed 31/31 tests, 0.00% okay t/03_color........1..71 # Failed test (t/03_color.t at line 9) not ok 1 - use Math::Vec3; # Tried to use 'Math::Vec3'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 1) line 2. ok 2 - use Math::Color; Can't locate object method "new" via package "Math::Color" at t/03_color.t line 17. # Looks like you planned 71 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1, 3-71 Failed 70/71 tests, 1.41% okay t/03_image........1..4 ok 1 - use Math::Image; # Failed test (t/03_image.t at line 14) not ok 2 - 0 0 0 new Math::Image() # got: '0 0 0' # expected: '0 0 0' # Failed test (t/03_image.t at line 15) not ok 3 - new Math::Image() # got: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # expected: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' 2 2 4 0xabcdefab 0xabcdefab 0xabcdeabf 0xabcdabef # Failed test (t/03_image.t at line 19) not ok 4 - new Math::Image() # got: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # expected: '2 2 4 # 0xabcdefab 0xabcdefab # 0xabcdeabf 0xabcdabef' # Looks like you failed 3 tests of 4. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/03_rotation.....1..68 # Failed test (t/03_rotation.t at line 9) not ok 1 - use Math::Rotation; # Tried to use 'Math::Rotation'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at ../lib/Math/Rotation.pm line 7. # BEGIN failed--compilation aborted at ../lib/Math/Rotation.pm line 7. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "Math::Rotation" at t/03_rotation.t line 15. # Looks like you planned 68 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-68 Failed 68/68 tests, 0.00% okay t/04_colorrgba....1..78 # Failed test (t/04_colorrgba.t at line 9) not ok 1 - use Math::ColorRGBA; # Tried to use 'Math::ColorRGBA'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 2) line 3. # ...propagated at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/base.pm line 70. # BEGIN failed--compilation aborted at ../lib/Math/Color.pm line 10. # Compilation failed in require at ../lib/Math/ColorRGBA.pm line 9. # BEGIN failed--compilation aborted at ../lib/Math/ColorRGBA.pm line 9. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "Math::ColorRGBA" at t/04_colorrgba.t line 16. # Looks like you planned 78 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-78 Failed 78/78 tests, 0.00% okay t/05_notations....1..7 # Failed test (t/05_notations.t at line 9) not ok 1 - use Math::Vector; # Tried to use 'Math::Vector'. # Error: Can't locate Math/Vector.pm in @INC (@INC contains: ../lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Math-Vectors/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl . /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2/PA-RISC2.0-thread-multi-LP64 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/site_perl .) at (eval 1) line 2. # Failed test (t/05_notations.t at line 10) not ok 2 - use Math::Vec2; # Tried to use 'Math::Vec2'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec2.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec2.pm line 12. # Compilation failed in require at (eval 2) line 2. # Failed test (t/05_notations.t at line 11) not ok 3 - use Math::Vec3; # Tried to use 'Math::Vec3'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 4) line 2. # Failed test (t/05_notations.t at line 12) not ok 4 - use Math::Vec4; # Tried to use 'Math::Vec4'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec4.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec4.pm line 12. # Compilation failed in require at (eval 6) line 2. ok 5 - use Math::Color; ok 6 - use Math::ColorRGBA; ok 7 - use Math::Rotation; Can't locate object method "new" via package "Math::Vec2" at t/05_notations.t line 18. # Looks like you failed 4 tests of 7. # Looks like your test died just after 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/7 tests, 42.86% okay t/05_vectors......1..8 # Failed test (t/05_vectors.t at line 9) not ok 1 - use Math::Vectors; # Tried to use 'Math::Vectors'. # Error: Base class package "Math::Vector" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at ../lib/Math/Vec3.pm line 12 # BEGIN failed--compilation aborted at ../lib/Math/Vec3.pm line 12. # Compilation failed in require at (eval 2) line 3. # ...propagated at /home/cpanrun/parisc2.0-lp64/build/5.8.2/lib/5.8.2/base.pm line 70. # BEGIN failed--compilation aborted at ../lib/Math/Color.pm line 10. # Compilation failed in require at ../lib/Math/Vectors.pm line 8. # BEGIN failed--compilation aborted at ../lib/Math/Vectors.pm line 8. # Compilation failed in require at (eval 1) line 2. Can't locate object method "new" via package "Math::Color" at t/05_vectors.t line 12. # Looks like you planned 8 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-8 Failed 8/8 tests, 0.00% okay Failed 10/11 test scripts, 9.09% okay. 427/440 subtests failed, 2.95% okay. Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------------------------------------------------------------------------------- t/01_vector.t 1 256 1 1 100.00% 1 t/02_vec2.t 255 65280 78 155 198.72% 1-78 t/02_vec3.t 255 65280 86 171 198.84% 1-86 t/02_vec4.t 255 65280 31 61 196.77% 1-31 t/03_color.t 255 65280 71 139 195.77% 1 3-71 t/03_image.t 3 768 4 3 75.00% 2-4 t/03_rotation.t 255 65280 68 135 198.53% 1-68 t/04_colorrgba.t 255 65280 78 155 198.72% 1-78 t/05_notations.t 255 65280 7 4 57.14% 1-4 t/05_vectors.t 255 65280 8 15 187.50% 1-8 make: *** [test_dynamic] Error 2