summaryrefslogtreecommitdiffstats
path: root/bugscan.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bugscan.rb')
-rw-r--r--bugscan.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bugscan.rb b/bugscan.rb
index f3f25f0..a5f8b6d 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -12,5 +12,7 @@ $bug_matches = {
"^ File not found:" => "err_packagedfilemissing",
"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
"libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal
+ "XMvn was unable to resolve artifact" => "err_javadep", # e.g. mnemonicsetter
}