Lines Matching refs:dodie
1473 sub dodie { subroutine
1545 dodie "Can't open /dev/ptmx";
1550 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1554 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1558 dodie "Can't open /dev/pts/$tmp";
1577 dodie "Can't open console $console";
1728 dodie "can't create $dir";
1741 dodie "failed to copy $source";
1751 dodie @_;
1819 dodie "failed to write to redirect $redirect";
1928 or dodie "unable to execute $command";
1943 dodie "Could not find '$grub_menu' through $command on $machine"
2063 dodie "Failed to get git $commit";
2088 dodie "unable to write to $dmesg";
2242 dodie "Failed to run post install";
2262 dodie "Failed to run pre install";
2270 dodie "failed to copy image";
2276 open(IN, "$output_config") or dodie("Can't read config file");
2296 dodie "Failed to install modules";
2302 dodie "failed to remove old mods: $modlib";
2306 dodie "making tarball";
2309 dodie "failed to copy modules";
2314 dodie "failed to tar modules";
2392 dodie "Error opening $warnings_file";
2407 open(IN, $buildlog) or dodie "Can't open $buildlog";
2433 dodie "failed to show $patch";
2442 open(IN, $buildlog) or dodie "Can't open $buildlog";
2469 dodie "Can't create $outconfig";
2473 dodie "Failed to open $output_config";
2506 dodie "failed make config oldconfig";
2517 dodie "failed to read $config";
2547 dodie "failed to pre_build\n";
2553 dodie "could not copy $1 to .config";
2567 dodie "moving .config";
2569 run_command "$make mrproper" or dodie "make mrproper";
2572 dodie "moving config_temp";
2578 dodie "make mrproper";
2582 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2592 dodie "failed make config";
2606 dodie "failed to post_build\n";
2842 dodie "Failed to git bisect";
2883 dodie "Failed on build" if $failed;
2895 dodie "Failed on boot" if $failed;
2967 dodie "can't create bisect log";
2976 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
2977 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
2978 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3041 dodie "Failed to checkout $bad";
3053 dodie "Failed to checkout $good";
3064 dodie "Failed to checkout $head";
3068 dodie "could not start bisect";
3072 dodie "failed to run replay";
3076 dodie "could not set bisect good to $good";
3079 dodie "could not set bisect bad to $bad";
3085 dodie "failed to checkout $start";
3096 dodie "could not capture git bisect log";
3099 dodie "could not reset git bisect";
3134 or dodie "Failed to read $config";
3179 open(OUT, ">$file") or dodie "Can not write to $file";
3329 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3335 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3387 dodie "PATCHCHECK_START[$i] not defined\n"
3389 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3403 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3419 dodie "could not get git list";
3422 dodie "could not get git list";
3467 dodie "Failed to checkout $sha1";
3558 or dodie "Can't open $kconfig";
3634 or dodie "Failed to read $output_config";
3677 or dodie "Failed to write $output_config";
3717 dodie "this should never happen";
3978 or dodie "Can't write to $temp_config";
3984 dodie "failed to copy update to $ignore_config";
4006 or dodie "Can't write to $temp_config";
4016 dodie "failed to copy update to $output_minconfig";
4031 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4035 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4038 build $build_type or dodie "Failed to build";
4040 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4042 open(IN, $buildlog) or dodie "Can't open $buildlog";
4308 chdir $builddir || dodie "can't change directory to $builddir";
4312 dodie "can't create $outputdir";
4350 dodie "can't create $tmpdir";
4364 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4366 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4367 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4369 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4412 dodie "failed to pre_test\n";
4426 dodie "Failed to create temp config";
4432 dodie "failed to checkout $checkout";