From bf987a6971b8ad428507d93ab809c0af46acd978 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 18 Apr 2020 14:51:50 +0200 Subject: Add a few more common build problem attributes. --- bugscan.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bugscan.rb b/bugscan.rb index a5f8b6d..375c929 100644 --- a/bugscan.rb +++ b/bugscan.rb @@ -13,6 +13,9 @@ $bug_matches = { "SyntaxError: Missing parentheses in call to 'print'." => "err_python3", # e.g. pyzy "ERROR: ambiguous python shebang" => "err_python3", # e.g. scid "%py2_build" => "err_python3", # e.g. obapps + "python2: No such file or directory" => "err_python3", # e.g. python-pyexcelerator "libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal "XMvn was unable to resolve artifact" => "err_javadep", # e.g. mnemonicsetter + "\\[ERROR\\] *Cannot satisfy dependency:" => "err_javadep", # e.g. eclipse-cdt + "-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer } -- cgit v1.2.1