Lines Matching defs:dodie

1536 sub dodie {
1606 dodie "Can't open /dev/ptmx";
1611 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1615 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1619 dodie "Can't open /dev/pts/$tmp";
1638 dodie "Can't open console $console";
1789 dodie "can't create $dir";
1802 dodie "failed to copy $source";
1812 dodie @_;
1888 dodie "failed to write to redirect $redirect";
1994 dodie "unable to execute $command";
2014 dodie "Could not find '$grub_menu' through $command on $machine"
2143 dodie "Failed to get git $commit";
2168 dodie "unable to write to $dmesg";
2321 dodie "Failed to run post install";
2341 dodie "Failed to run pre install";
2349 dodie "failed to copy image";
2355 open(IN, "$output_config") or dodie("Can't read config file");
2375 dodie "Failed to install modules";
2381 dodie "failed to remove old mods: $modlib";
2385 dodie "making tarball";
2388 dodie "failed to copy modules";
2393 dodie "failed to tar modules";
2468 dodie "Error opening $warnings_file";
2483 open(IN, $buildlog) or dodie "Can't open $buildlog";
2509 dodie "failed to show $patch";
2518 open(IN, $buildlog) or dodie "Can't open $buildlog";
2545 dodie "Can't create $outconfig";
2549 dodie "Failed to open $output_config";
2582 dodie "failed make config oldconfig";
2593 dodie "failed to read $config";
2623 dodie "failed to pre_build\n";
2629 dodie "could not copy $1 to .config";
2643 dodie "moving .config";
2645 run_command "$make mrproper" or dodie "make mrproper";
2648 dodie "moving config_temp";
2653 dodie "make mrproper";
2657 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2667 dodie "failed make config";
2684 dodie "failed to post_build\n";
2919 dodie "Failed to git bisect";
2960 dodie "Failed on build" if $failed;
2972 dodie "Failed on boot" if $failed;
3044 dodie "can't create bisect log";
3053 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3054 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3055 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3117 dodie "Failed to checkout $bad";
3129 dodie "Failed to checkout $good";
3140 dodie "Failed to checkout $head";
3144 dodie "could not start bisect";
3148 dodie "failed to run replay";
3151 dodie "could not set bisect good to $good";
3154 dodie "could not set bisect bad to $bad";
3159 dodie "failed to checkout $start";
3170 dodie "could not capture git bisect log";
3173 dodie "could not reset git bisect";
3186 dodie "Failed to read $config";
3231 open(OUT, ">$file") or dodie "Can not write to $file";
3380 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3386 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3438 dodie "PATCHCHECK_START[$i] not defined\n"
3440 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3454 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3470 dodie "could not get git list";
3473 dodie "could not get git list";
3518 dodie "Failed to checkout $sha1";
3600 or dodie "Can't open $kconfig";
3676 dodie "Failed to read $output_config";
3719 or dodie "Failed to write $output_config";
3758 dodie "this should never happen";
4013 dodie "Can't write to $temp_config";
4019 dodie "failed to copy update to $ignore_config";
4041 dodie "Can't write to $temp_config";
4051 dodie "failed to copy update to $output_minconfig";
4066 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4070 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4073 build $build_type or dodie "Failed to build";
4075 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4077 open(IN, $buildlog) or dodie "Can't open $buildlog";
4343 chdir $builddir || dodie "can't change directory to $builddir";
4347 dodie "can't create $outputdir";
4385 dodie "can't create $tmpdir";
4399 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4401 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4402 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4404 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4447 dodie "failed to pre_test\n";
4461 dodie "Failed to create temp config";
4467 dodie "failed to checkout $checkout";