Lines Matching defs:eprintf
53 eprintf() {
161 eprintf "error - no usr/include/Makefile present at %s\n" "$ref"
162 eprintf "Note: usr/include/Makefile was added in the v5.3 kernel release\n"
288 eprintf "error - %d/%d UAPI headers compatible with %s appear _not_ to be backwards compatible\n" \
291 eprintf "Failure summary saved to %s\n" "$abi_error_log"
367 eprintf "error - abidiff did not run properly\n"
422 eprintf "error - abidiff not found!\n"
423 eprintf "Please install abigail-tools version %s or greater\n" "$abidiff_min_version"
424 eprintf "See: https://sourceware.org/libabigail/manual/libabigail-overview.html\n"
430 eprintf "error - abidiff version too old: %s\n" "$abidiff_version"
431 eprintf "Please install abigail-tools version %s or greater\n" "$abidiff_min_version"
432 eprintf "See: https://sourceware.org/libabigail/manual/libabigail-overview.html\n"
437 eprintf 'error - %s not found\n' "$CC"
444 eprintf "error - libdw version too old for use with clang: %s\n" "$libdw_version"
445 eprintf "Please install libdw from elfutils version %s or greater\n" "$libdw_min_version_if_clang"
446 eprintf "See: https://sourceware.org/elfutils/\n"
452 eprintf 'error - ARCH "%s" is not a subdirectory under arch/\n' "$ARCH"
453 eprintf "Please set ARCH to one of:\n%s\n" "$(find arch -maxdepth 1 -mindepth 1 -type d -printf '%f ' | fmt)"
458 eprintf "error - this script requires the kernel tree to be initialized with Git\n"