Home | History | Annotate | Download | only in BuildScript

Lines Matching defs:fatal

534 def fatal(msg):
536 A fatal error, bail out.
538 sys.stderr.write('FATAL: ')
581 fatal("Framework configuration file not found: %s" % configfile)
588 fatal("Version variable %s not found in framework configuration file: %s"
597 fatal("This script must be run with Python 2.4 or later")
600 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
603 fatal("This script should be run on a Mac OS X 10.4 (or later) system")
606 fatal("Please install the latest version of Xcode and the %s SDK"%(
626 fatal("Please install a link to a current %s %s as %s so "
630 fatal("Version of %s must match %s" % (libfw, sysfw) )
632 fatal("Please rename %s to avoid possible dynamic load issues."
636 fatal("The Tcl and Tk frameworks are not the same version.")
841 fatal('MD5 checksum mismatch for file %s' % fname)
1232 fatal("Unexpected shared library errors.")