Lines Matching refs:dodie
1473 sub dodie { subroutine
1546 dodie "Can't open /dev/ptmx";
1551 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1555 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1559 dodie "Can't open /dev/pts/$tmp";
1578 dodie "Can't open console $console";
1729 dodie "can't create $dir";
1742 dodie "failed to copy $source";
1752 dodie @_;
1820 dodie "failed to write to redirect $redirect";
1929 or dodie "unable to execute $command";
1944 dodie "Could not find '$grub_menu' through $command on $machine"
2064 dodie "Failed to get git $commit";
2089 dodie "unable to write to $dmesg";
2243 dodie "Failed to run post install";
2263 dodie "Failed to run pre install";
2271 dodie "failed to copy image";
2277 open(IN, "$output_config") or dodie("Can't read config file");
2297 dodie "Failed to install modules";
2303 dodie "failed to remove old mods: $modlib";
2307 dodie "making tarball";
2310 dodie "failed to copy modules";
2315 dodie "failed to tar modules";
2393 dodie "Error opening $warnings_file";
2408 open(IN, $buildlog) or dodie "Can't open $buildlog";
2434 dodie "failed to show $patch";
2443 open(IN, $buildlog) or dodie "Can't open $buildlog";
2470 dodie "Can't create $outconfig";
2474 dodie "Failed to open $output_config";
2507 dodie "failed make config oldconfig";
2518 dodie "failed to read $config";
2548 dodie "failed to pre_build\n";
2554 dodie "could not copy $1 to .config";
2568 dodie "moving .config";
2570 run_command "$make mrproper" or dodie "make mrproper";
2573 dodie "moving config_temp";
2579 dodie "make mrproper";
2583 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2593 dodie "failed make config";
2607 dodie "failed to post_build\n";
2843 dodie "Failed to git bisect";
2884 dodie "Failed on build" if $failed;
2896 dodie "Failed on boot" if $failed;
2968 dodie "can't create bisect log";
2977 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
2978 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
2979 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3042 dodie "Failed to checkout $bad";
3054 dodie "Failed to checkout $good";
3065 dodie "Failed to checkout $head";
3069 dodie "could not start bisect";
3073 dodie "failed to run replay";
3077 dodie "could not set bisect good to $good";
3080 dodie "could not set bisect bad to $bad";
3086 dodie "failed to checkout $start";
3097 dodie "could not capture git bisect log";
3100 dodie "could not reset git bisect";
3135 or dodie "Failed to read $config";
3180 open(OUT, ">$file") or dodie "Can not write to $file";
3330 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3336 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3388 dodie "PATCHCHECK_START[$i] not defined\n"
3390 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3404 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3420 dodie "could not get git list";
3423 dodie "could not get git list";
3468 dodie "Failed to checkout $sha1";
3559 or dodie "Can't open $kconfig";
3635 or dodie "Failed to read $output_config";
3678 or dodie "Failed to write $output_config";
3718 dodie "this should never happen";
3979 or dodie "Can't write to $temp_config";
3985 dodie "failed to copy update to $ignore_config";
4007 or dodie "Can't write to $temp_config";
4017 dodie "failed to copy update to $output_minconfig";
4032 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4036 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4039 build $build_type or dodie "Failed to build";
4041 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4043 open(IN, $buildlog) or dodie "Can't open $buildlog";
4304 chdir $builddir || dodie "can't change directory to $builddir";
4308 dodie "can't create $outputdir";
4346 dodie "can't create $tmpdir";
4360 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4362 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4363 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4365 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4408 dodie "failed to pre_test\n";
4422 dodie "Failed to create temp config";
4428 dodie "failed to checkout $checkout";