Lines Matching refs:dodie

1550 sub dodie {  subroutine
1620 dodie "Can't open /dev/ptmx";
1625 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1629 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1633 dodie "Can't open /dev/pts/$tmp";
1652 dodie "Can't open console $console";
1803 dodie "can't create $dir";
1816 dodie "failed to copy $source";
1826 dodie @_;
1902 dodie "failed to write to redirect $redirect";
2008 dodie "unable to execute $command";
2028 dodie "Could not find '$grub_menu' through $command on $machine"
2157 dodie "Failed to get git $commit";
2182 dodie "unable to write to $dmesg";
2335 dodie "Failed to run post install";
2355 dodie "Failed to run pre install";
2363 dodie "failed to copy image";
2369 open(IN, "$output_config") or dodie("Can't read config file");
2389 dodie "Failed to install modules";
2395 dodie "failed to remove old mods: $modlib";
2399 dodie "making tarball";
2402 dodie "failed to copy modules";
2407 dodie "failed to tar modules";
2485 dodie "Error opening $warnings_file";
2497 open(IN, $buildlog) or dodie "Can't open $buildlog";
2529 dodie "failed to show $patch";
2538 open(IN, $buildlog) or dodie "Can't open $buildlog";
2565 dodie "Can't create $outconfig";
2569 dodie "Failed to open $output_config";
2602 dodie "failed make config oldconfig";
2613 dodie "failed to read $config";
2643 dodie "failed to pre_build\n";
2649 dodie "could not copy $1 to .config";
2663 dodie "moving .config";
2665 run_command "$make mrproper" or dodie "make mrproper";
2668 dodie "moving config_temp";
2673 dodie "make mrproper";
2677 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2687 dodie "failed make config";
2704 dodie "failed to post_build\n";
2939 dodie "Failed to git bisect";
2978 dodie "Failed on build" if $failed;
2990 dodie "Failed on boot" if $failed;
3062 dodie "can't create bisect log";
3071 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3072 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3073 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3135 dodie "Failed to checkout $bad";
3147 dodie "Failed to checkout $good";
3158 dodie "Failed to checkout $head";
3162 dodie "could not start bisect";
3166 dodie "failed to run replay";
3169 dodie "could not set bisect good to $good";
3172 dodie "could not set bisect bad to $bad";
3177 dodie "failed to checkout $start";
3188 dodie "could not capture git bisect log";
3191 dodie "could not reset git bisect";
3204 dodie "Failed to read $config";
3249 open(OUT, ">$file") or dodie "Can not write to $file";
3398 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3404 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3456 dodie "PATCHCHECK_START[$i] not defined\n"
3458 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3472 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3488 dodie "could not get git list";
3491 dodie "could not get git list";
3536 dodie "Failed to checkout $sha1";
3618 or dodie "Can't open $kconfig";
3694 dodie "Failed to read $output_config";
3737 or dodie "Failed to write $output_config";
3776 dodie "this should never happen";
4031 dodie "Can't write to $temp_config";
4037 dodie "failed to copy update to $ignore_config";
4059 dodie "Can't write to $temp_config";
4069 dodie "failed to copy update to $output_minconfig";
4084 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4088 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4091 build $build_type or dodie "Failed to build";
4093 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4095 open(IN, $buildlog) or dodie "Can't open $buildlog";
4369 chdir $builddir || dodie "can't change directory to $builddir";
4373 dodie "can't create $outputdir";
4411 dodie "can't create $tmpdir";
4425 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4427 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4428 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4430 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4473 dodie "failed to pre_test\n";
4487 dodie "Failed to create temp config";
4493 dodie "failed to checkout $checkout";