Lines Matching refs:dodie
1550 sub dodie { subroutine
1620 dodie "Can't open /dev/ptmx";
1625 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1629 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1633 dodie "Can't open /dev/pts/$tmp";
1652 dodie "Can't open console $console";
1803 dodie "can't create $dir";
1816 dodie "failed to copy $source";
1826 dodie @_;
1902 dodie "failed to write to redirect $redirect";
2008 dodie "unable to execute $command";
2028 dodie "Could not find '$grub_menu' through $command on $machine"
2157 dodie "Failed to get git $commit";
2182 dodie "unable to write to $dmesg";
2335 dodie "Failed to run post install";
2355 dodie "Failed to run pre install";
2363 dodie "failed to copy image";
2369 open(IN, "$output_config") or dodie("Can't read config file");
2389 dodie "Failed to install modules";
2395 dodie "failed to remove old mods: $modlib";
2399 dodie "making tarball";
2402 dodie "failed to copy modules";
2407 dodie "failed to tar modules";
2480 dodie "Error opening $warnings_file";
2492 open(IN, $buildlog) or dodie "Can't open $buildlog";
2524 dodie "failed to show $patch";
2533 open(IN, $buildlog) or dodie "Can't open $buildlog";
2560 dodie "Can't create $outconfig";
2564 dodie "Failed to open $output_config";
2597 dodie "failed make config oldconfig";
2608 dodie "failed to read $config";
2638 dodie "failed to pre_build\n";
2644 dodie "could not copy $1 to .config";
2658 dodie "moving .config";
2660 run_command "$make mrproper" or dodie "make mrproper";
2663 dodie "moving config_temp";
2668 dodie "make mrproper";
2672 open(OUT, "> $outputdir/localversion") or dodie("Can't make localversion file");
2682 dodie "failed make config";
2699 dodie "failed to post_build\n";
2934 dodie "Failed to git bisect";
2975 dodie "Failed on build" if $failed;
2987 dodie "Failed on boot" if $failed;
3059 dodie "can't create bisect log";
3068 dodie "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
3069 dodie "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
3070 dodie "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
3132 dodie "Failed to checkout $bad";
3144 dodie "Failed to checkout $good";
3155 dodie "Failed to checkout $head";
3159 dodie "could not start bisect";
3163 dodie "failed to run replay";
3166 dodie "could not set bisect good to $good";
3169 dodie "could not set bisect bad to $bad";
3174 dodie "failed to checkout $start";
3185 dodie "could not capture git bisect log";
3188 dodie "could not reset git bisect";
3201 dodie "Failed to read $config";
3246 open(OUT, ">$file") or dodie "Can not write to $file";
3395 system("cp $output_config $good_config") == 0 or dodie "cp good config";
3401 system("cp $output_config $bad_config") == 0 or dodie "cp bad config";
3453 dodie "PATCHCHECK_START[$i] not defined\n"
3455 dodie "PATCHCHECK_TYPE[$i] not defined\n"
3469 dodie "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3485 dodie "could not get git list";
3488 dodie "could not get git list";
3533 dodie "Failed to checkout $sha1";
3615 or dodie "Can't open $kconfig";
3691 dodie "Failed to read $output_config";
3734 or dodie "Failed to write $output_config";
3773 dodie "this should never happen";
4028 dodie "Can't write to $temp_config";
4034 dodie "failed to copy update to $ignore_config";
4056 dodie "Can't write to $temp_config";
4066 dodie "failed to copy update to $output_minconfig";
4081 dodie "Must define WARNINGS_FILE for make_warnings_file test";
4085 dodie "BUILD_TYPE can not be 'nobuild' for make_warnings_file test";
4088 build $build_type or dodie "Failed to build";
4090 open(OUT, ">$warnings_file") or dodie "Can't create $warnings_file";
4092 open(IN, $buildlog) or dodie "Can't open $buildlog";
4358 chdir $builddir || dodie "can't change directory to $builddir";
4362 dodie "can't create $outputdir";
4400 dodie "can't create $tmpdir";
4414 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4416 dodie "GRUB_MENU not defined" if (!defined($grub_menu));
4417 dodie "GRUB_FILE not defined" if (!defined($grub_file));
4419 dodie "SYSLINUX_LABEL not defined" if (!defined($syslinux_label));
4462 dodie "failed to pre_test\n";
4476 dodie "Failed to create temp config";
4482 dodie "failed to checkout $checkout";