Lines Matching refs:fatal_error
38 function fatal_error
51 fatal_error "buildmode required."
65 fatal_error "XPG6/4 packages (SUNWxcu6,SUNWxcu4) not installed."
290 fatal_error "build_shell: Illegal Linux type/compiler build mode \"${buildmode}\"."
366 fatal_error "build_shell: Illegal Solaris type/compiler build mode \"${buildmode}\"."
371 fatal_error "Illegal OS build mode \"${buildmode}\"."
376 [[ -z "${CCFLAGS}" ]] && fatal_error "build_shell: CCFLAGS is empty."
377 [[ -z "${CC}" ]] && fatal_error "build_shell: CC is empty."
378 [[ -z "${HOSTTYPE}" ]] && fatal_error "build_shell: HOSTTYPE is empty."
379 [[ ! -f "bin/package" ]] && fatal_error "build_shell: bin/package missing."
380 [[ ! -x "bin/package" ]] && fatal_error "build_shell: bin/package not executable."
388 [[ -d "$root" ]] || fatal_error "build_shell: directory ${root} not found."
391 [[ -s $log ]] || fatal_error "build_shell: no make.out log found."
507 [[ ! -f "${SHELL}" ]] && fatal_error "test_shell: |${SHELL}| is not a file."
508 [[ ! -x "${SHELL}" ]] && fatal_error "test_shell: |${SHELL}| is not executable."
560 *) fatal_error "Illegal build mode \"${buildmode}\"." ;;