Lines Matching refs:print_error
308 print_error("can't symlink $lib -> $symlib: $!",0);
330 print_error("mkdir: could not create directory '$path'", 0);
350 print_error("symlink: link must be in the same directory as file",0);
376 print_error("can't symlink $from -> $to: $!",0);
418 print_error("invalid option $arg") if ( $arg =~ /^-/ );
473 print_error("can't deliver from local directory to SOLARVERSION");
483 print_error("no environment", 0);
504 print_error("common_build defined without common_outdir", 0);
558 print_error("can't find d.lst");
565 print_error("Internal error: cannot determine module's parent directory");
586 print_error("unknown action: \'$1\'", $line_cnt);
625 print_error("unknown/obsolete macro: \'$1\'", $line_cnt);
759 print_error("Failed to execute $command");
864 print_error("can't rename temporary file to $to: $!",0);
868 print_error("can't copy $from: $!",0);
871 print_error("directory '$destdir' does not exist", 0);
1226 unlink $zip_file or print_error("can't remove empty file '$zip_file': $!",0);
1261 print_error("can't rename temporary file to $zip_file: $!",0);
1267 print_error("can't rename temporary file to $zip_file: $!",0);
1416 print_error("Error deleting output tree $output_path: $!",0);
1420 print_error("Output not deleted - INPATH is not set");
1439 sub print_error subroutine