Lines Matching refs:dodie

1391 sub dodie {  subroutine
1425 dodie "Cant open /dev/ptmx";
1430 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1434 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1438 dodie "Can't open /dev/pts/$tmp";
1632 dodie @_;
1686 dodie "failed to write to log";
1692 dodie "failed to write to redirect $redirect";
1913 dodie "Failed to get git $commit";
2092 dodie "Failed to run post install";
2112 dodie "Failed to run pre install";
2120 dodie "failed to copy image";
2126 open(IN, "$output_config") or dodie("Can't read config file");
2146 dodie "Failed to install modules";
2152 dodie "failed to remove old mods: $modlib";
2156 dodie "making tarball";
2159 dodie "failed to copy modules";
2164 dodie "failed to tar modules";
2242 dodie "Error opening $warnings_file";
2257 open(IN, $buildlog) or dodie "Can't open $buildlog";
2283 dodie "failed to show $patch";
2292 open(IN, $buildlog) or dodie "Can't open $buildlog";
2319 dodie "Can't create $outconfig";
2323 dodie "Failed to open $output_config";
2356 dodie "failed make config oldconfig";
2367 dodie "failed to read $config";
2397 dodie "failed to pre_build\n";
2403 dodie "could not copy $1 to .config";
2417 dodie "moving .config";
2419 run_command "$make mrproper" or dodie "make mrproper";
2422 dodie "moving config_temp";
2428 dodie "make mrproper";
2432 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2442 dodie "failed make config";
2456 dodie "failed to post_build\n";
2693 dodie "Failed to git bisect";
2734 dodie "Failed on build" if $failed;
2746 dodie "Failed on boot" if $failed;
2919 dodie "could not start bisect";
2923 dodie "failed to run replay";
2927 dodie "could not set bisect good to $good";
2930 dodie "could not set bisect bad to $bad";
2936 dodie "failed to checkout $start";
2947 dodie "could not capture git bisect log";
2950 dodie "could not reset git bisect";
2985 or dodie "Failed to read $config";
3030 open(OUT, ">$file") or dodie "Can not write to $file";
3405 dodie "could not get git list";
3408 dodie "could not get git list";
3620 or dodie "Failed to read $output_config";
3665 or dodie "Failed to write $output_config";
3972 dodie "failed to copy update to $ignore_config";
4004 dodie "failed to copy update to $output_minconfig";
4019 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4023 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4026 build $build_type or dodie "Failed to build";
4028 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4030 open(IN, $buildlog) or dodie "Can't open $buildlog";
4253 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4255 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4256 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4258 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4306 dodie "Failed to create temp config";