Lines Matching refs:dodie

1526 sub dodie {  subroutine
1596 dodie "Can't open /dev/ptmx";
1601 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1605 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1609 dodie "Can't open /dev/pts/$tmp";
1628 dodie "Can't open console $console";
1779 dodie "can't create $dir";
1792 dodie "failed to copy $source";
1802 dodie @_;
1870 dodie "failed to write to redirect $redirect";
1979 dodie "unable to execute $command";
1994 dodie "Could not find '$grub_menu' through $command on $machine"
2113 dodie "Failed to get git $commit";
2138 dodie "unable to write to $dmesg";
2291 dodie "Failed to run post install";
2311 dodie "Failed to run pre install";
2319 dodie "failed to copy image";
2325 open(IN, "$output_config") or dodie("Can't read config file");
2345 dodie "Failed to install modules";
2351 dodie "failed to remove old mods: $modlib";
2355 dodie "making tarball";
2358 dodie "failed to copy modules";
2363 dodie "failed to tar modules";
2438 dodie "Error opening $warnings_file";
2453 open(IN, $buildlog) or dodie "Can't open $buildlog";
2479 dodie "failed to show $patch";
2488 open(IN, $buildlog) or dodie "Can't open $buildlog";
2515 dodie "Can't create $outconfig";
2519 dodie "Failed to open $output_config";
2552 dodie "failed make config oldconfig";
2563 dodie "failed to read $config";
2593 dodie "failed to pre_build\n";
2599 dodie "could not copy $1 to .config";
2613 dodie "moving .config";
2615 run_command "$make mrproper" or dodie "make mrproper";
2618 dodie "moving config_temp";
2623 dodie "make mrproper";
2627 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2637 dodie "failed make config";
2654 dodie "failed to post_build\n";
2889 dodie "Failed to git bisect";
2930 dodie "Failed on build" if $failed;
2942 dodie "Failed on boot" if $failed;
3014 dodie "can't create bisect log";
3023 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3024 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3025 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3087 dodie "Failed to checkout $bad";
3099 dodie "Failed to checkout $good";
3110 dodie "Failed to checkout $head";
3114 dodie "could not start bisect";
3118 dodie "failed to run replay";
3121 dodie "could not set bisect good to $good";
3124 dodie "could not set bisect bad to $bad";
3129 dodie "failed to checkout $start";
3140 dodie "could not capture git bisect log";
3143 dodie "could not reset git bisect";
3156 dodie "Failed to read $config";
3201 open(OUT, ">$file") or dodie "Can not write to $file";
3350 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3356 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3408 dodie "PATCHCHECK_START[$i] not defined\n"
3410 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3424 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3440 dodie "could not get git list";
3443 dodie "could not get git list";
3488 dodie "Failed to checkout $sha1";
3570 or dodie "Can't open $kconfig";
3646 dodie "Failed to read $output_config";
3689 or dodie "Failed to write $output_config";
3728 dodie "this should never happen";
3982 dodie "Can't write to $temp_config";
3988 dodie "failed to copy update to $ignore_config";
4010 dodie "Can't write to $temp_config";
4020 dodie "failed to copy update to $output_minconfig";
4035 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4039 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4042 build $build_type or dodie "Failed to build";
4044 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4046 open(IN, $buildlog) or dodie "Can't open $buildlog";
4309 chdir $builddir || dodie "can't change directory to $builddir";
4313 dodie "can't create $outputdir";
4351 dodie "can't create $tmpdir";
4365 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4367 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4368 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4370 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4413 dodie "failed to pre_test\n";
4427 dodie "Failed to create temp config";
4433 dodie "failed to checkout $checkout";