summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugscan.rb3
1 files changed, 3 insertions, 0 deletions
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
}