summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bugscan.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugscan.rb b/bugscan.rb
index 3536f84..2a70d24 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -17,6 +17,7 @@ $bug_matches = {
"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
+ "unresolved dependency: .*: not found" => "err_javadep", # e.g. sbt
"-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer
"multiple definition of" => "err_multipledefinition",
"scalar and rank-1" => "err_fortranscalarandrank",