Checking if your kit is complete... Looks good Writing Makefile for Linux::Bootloader cp lib/Linux/Bootloader/Grub.pm blib/lib/Linux/Bootloader/Grub.pm cp lib/Linux/Bootloader/Lilo.pm blib/lib/Linux/Bootloader/Lilo.pm cp lib/Linux/Bootloader/Detect.pm blib/lib/Linux/Bootloader/Detect.pm cp lib/Linux/Bootloader/Elilo.pm blib/lib/Linux/Bootloader/Elilo.pm cp lib/Linux/Bootloader/Yaboot.pm blib/lib/Linux/Bootloader/Yaboot.pm cp lib/Linux/Bootloader.pm blib/lib/Linux/Bootloader.pm cp scripts/linux_mkinitrd blib/script/linux_mkinitrd /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/linux_mkinitrd cp scripts/linux_install blib/script/linux_install /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/linux_install cp scripts/linux_release_tag blib/script/linux_release_tag /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/linux_release_tag cp scripts/boottool blib/script/boottool /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/boottool cp scripts/kernel_label blib/script/kernel_label /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/kernel_label Manifying blib/man1/linux_release_tag.1 Manifying blib/man1/linux_mkinitrd.1 Manifying blib/man1/linux_install.1 Manifying blib/man3/Linux::Bootloader::Grub.3 Manifying blib/man3/Linux::Bootloader::Lilo.3 Manifying blib/man3/Linux::Bootloader::Elilo.3 Manifying blib/man3/Linux::Bootloader::Detect.3 Manifying blib/man3/Linux::Bootloader::Yaboot.3 Manifying blib/man3/Linux::Bootloader.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_initialize........1..2 ok 1 - use Linux::Bootloader; ok 2 - use Linux::Bootloader::Detect; # Testing Linux::Bootloader 1.2 ok t/01_script_compile....1..9 ok 1 - Existance of scripts directory scripts//boottool syntax OK ok 2 - Verifying compilation of 'scripts//boottool # ' scripts//kernel_label syntax OK ok 3 - Verifying compilation of 'scripts//kernel_label # ' ok 4 - Unknown script type 'scripts//linux_install: Bourne-Again shell script text executable # '... skipping ok 5 - Unknown script type 'scripts//linux_install.pod: ASCII English text # '... skipping ok 6 - Unknown script type 'scripts//linux_mkinitrd: Bourne-Again shell script text executable # '... skipping ok 7 - Unknown script type 'scripts//linux_mkinitrd.pod: ASCII English text # '... skipping ok 8 - Unknown script type 'scripts//linux_release_tag: Bourne-Again shell script text executable # '... skipping ok 9 - Unknown script type 'scripts//linux_release_tag.pod: ASCII English text # '... skipping ok t/02_detect............1..7 ok 1 - Detecting Architecture ok 2 - Force 'linux' architecture check ok 3 - Force 'gentoo' architecture check ok 4 - Force default architecture check not ok 5 - Detecting Bootloader: checking for a config file # Failed test 'Detecting Bootloader: checking for a config file' # at t/02_detect.t line 14. # Failed test 'Detecting Bootloader: scaning MBR' # at t/02_detect.t line 15. not ok 6 - Detecting Bootloader: scaning MBR # Failed test 'Detecting Bootloader: check for either the config file or scan the MBR' # at t/02_detect.t line 16. not ok 7 - Detecting Bootloader: check for either the config file or scan the MBR # Looks like you failed 3 tests of 7. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 5-7 Failed 3/7 tests, 57.14% okay t/03_grub.basic........1..30 ok 1 - Verifying existance of t/03_grub.basic.in ERROR: Can't open non-existant file. ok 2 - Creation of Linux::Bootloader::Grub object ok 3 - Loading a non-existant file ok 4 - Loading a valid 't/03_grub.basic.in' file ERROR: input should be: #, default, or all. ok 5 ERROR: input should be: #, default, or all. ok 6 ERROR: input should be: #, default, or all. ok 7 ok 8 Backed up config to t/03_grub.basic.out.bak.boottool. ok 9 - Writing 't/03_grub.basic.out' ok 10 - Checking contents of t/03_grub.basic.out ok 11 - Default 2 ok 12 ok 13 ERROR: Enter a default between 0 and 2. ok 14 ok 15 ERROR: kernel path (--add-kernel), title (--title) required. ok 16 - Default 1 ERROR: kernel path (--add-kernel), title (--title) required. ok 17 - Calling without defined add-kernel or title ERROR: kernel path (--add-kernel), title (--title) required. ok 18 - Calling without invalid add-kernel ok 19 - Calling without specifying config-file WARNING: Title already exists. ERROR: initrd non-existant initrd file not found! ok 20 - Calling with already existing title ok 21 - Calling without invalid initrd Added: Linux::Bootloader testing. ok 22 Backed up config to t/03_grub.basic.out.bak.boottool. ok 23 - Writing 't/03_grub.basic.out' ok 24 - Checking contents of t/03_grub.basic.out ok 25 - Loading a valid 't/03_grub.basic.in' file ERROR: No kernel with specified title. ok 26 ERROR: Enter a position between 0 and 3. ok 27 Removed kernel 2. ok 28 Backed up config to t/03_grub.basic.out.bak.boottool. ok 29 - Writing 't/03_grub.basic.out' ok 30 - Checking contents of t/03_grub.basic.out ok t/zz_dump_config....... Configuration: perl: 5.010000 OS: darwin - ppc-darwin Pod::Usage : 1.35 Getopt::Long : 2.37 File::Copy : 2.11 File::Path : 2.04 File::Spec : 3.25 Please add this information to bug reports (you can run t/zz_dump_config.t to get it) 1..1 ok 1 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_detect.t 3 768 7 3 5-7 Failed 1/5 test scripts. 3/49 subtests failed. Files=5, Tests=49, 2 wallclock secs ( 0.67 cusr + 0.35 csys = 1.02 CPU) Failed 1/5 test programs. 3/49 subtests failed. make: *** [test_dynamic] Error 255