Lines Matching defs:dodie

1476 sub dodie {
1548 dodie "Can't open /dev/ptmx";
1553 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1557 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1561 dodie "Can't open /dev/pts/$tmp";
1580 dodie "Can't open console $console";
1731 dodie "can't create $dir";
1744 dodie "failed to copy $source";
1754 dodie @_;
1830 dodie "failed to write to redirect $redirect";
1936 or dodie "unable to execute $command";
1956 dodie "Could not find '$grub_menu' through $command on $machine"
2086 dodie "Failed to get git $commit";
2111 dodie "unable to write to $dmesg";
2265 dodie "Failed to run post install";
2285 dodie "Failed to run pre install";
2293 dodie "failed to copy image";
2299 open(IN, "$output_config") or dodie("Can't read config file");
2319 dodie "Failed to install modules";
2325 dodie "failed to remove old mods: $modlib";
2329 dodie "making tarball";
2332 dodie "failed to copy modules";
2337 dodie "failed to tar modules";
2415 dodie "Error opening $warnings_file";
2430 open(IN, $buildlog) or dodie "Can't open $buildlog";
2456 dodie "failed to show $patch";
2465 open(IN, $buildlog) or dodie "Can't open $buildlog";
2492 dodie "Can't create $outconfig";
2496 dodie "Failed to open $output_config";
2529 dodie "failed make config oldconfig";
2540 dodie "failed to read $config";
2570 dodie "failed to pre_build\n";
2576 dodie "could not copy $1 to .config";
2590 dodie "moving .config";
2592 run_command "$make mrproper" or dodie "make mrproper";
2595 dodie "moving config_temp";
2601 dodie "make mrproper";
2605 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2615 dodie "failed make config";
2629 dodie "failed to post_build\n";
2865 dodie "Failed to git bisect";
2906 dodie "Failed on build" if $failed;
2918 dodie "Failed on boot" if $failed;
2990 dodie "can't create bisect log";
2999 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3000 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3001 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3064 dodie "Failed to checkout $bad";
3076 dodie "Failed to checkout $good";
3087 dodie "Failed to checkout $head";
3091 dodie "could not start bisect";
3095 dodie "failed to run replay";
3099 dodie "could not set bisect good to $good";
3102 dodie "could not set bisect bad to $bad";
3108 dodie "failed to checkout $start";
3119 dodie "could not capture git bisect log";
3122 dodie "could not reset git bisect";
3157 or dodie "Failed to read $config";
3202 open(OUT, ">$file") or dodie "Can not write to $file";
3352 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3358 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3410 dodie "PATCHCHECK_START[$i] not defined\n"
3412 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3426 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3442 dodie "could not get git list";
3445 dodie "could not get git list";
3490 dodie "Failed to checkout $sha1";
3581 or dodie "Can't open $kconfig";
3657 or dodie "Failed to read $output_config";
3700 or dodie "Failed to write $output_config";
3740 dodie "this should never happen";
4002 or dodie "Can't write to $temp_config";
4008 dodie "failed to copy update to $ignore_config";
4030 or dodie "Can't write to $temp_config";
4040 dodie "failed to copy update to $output_minconfig";
4055 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4059 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4062 build $build_type or dodie "Failed to build";
4064 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4066 open(IN, $buildlog) or dodie "Can't open $buildlog";
4335 chdir $builddir || dodie "can't change directory to $builddir";
4339 dodie "can't create $outputdir";
4377 dodie "can't create $tmpdir";
4391 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4393 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4394 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4396 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4439 dodie "failed to pre_test\n";
4453 dodie "Failed to create temp config";
4459 dodie "failed to checkout $checkout";