Lines Matching refs:eprintf
52 eprintf() { function
160 eprintf "error - no usr/include/Makefile present at %s\n" "$ref"
161 eprintf "Note: usr/include/Makefile was added in the v5.3 kernel release\n"
283 …eprintf "error - %d/%d UAPI headers compatible with %s appear _not_ to be backwards compatible\n" \
286 eprintf "Failure summary saved to %s\n" "$abi_error_log"
362 eprintf "error - abidiff did not run properly\n"
417 eprintf "error - abidiff not found!\n"
418 eprintf "Please install abigail-tools version %s or greater\n" "$abidiff_min_version"
419 eprintf "See: https://sourceware.org/libabigail/manual/libabigail-overview.html\n"
425 eprintf "error - abidiff version too old: %s\n" "$abidiff_version"
426 eprintf "Please install abigail-tools version %s or greater\n" "$abidiff_min_version"
427 eprintf "See: https://sourceware.org/libabigail/manual/libabigail-overview.html\n"
432 eprintf 'error - %s not found\n' "$CC"
439 eprintf "error - libdw version too old for use with clang: %s\n" "$libdw_version"
440 … eprintf "Please install libdw from elfutils version %s or greater\n" "$libdw_min_version_if_clang"
441 eprintf "See: https://sourceware.org/elfutils/\n"
447 eprintf 'error - ARCH "%s" is not a subdirectory under arch/\n' "$ARCH"
448 …eprintf "Please set ARCH to one of:\n%s\n" "$(find arch -maxdepth 1 -mindepth 1 -type d -printf '%…
453 eprintf "error - this script requires the kernel tree to be initialized with Git\n"