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 4c6a2b0..f3f25f0 100644
--- a/bugscan.rb
+++ b/bugscan.rb
@@ -10,4 +10,7 @@ $bug_matches = {
"Empty %files file.*\\.lang" => "err_findlang",
"Installed \\(but unpackaged\\) file\\(s\\) found" => "err_unpackagedfile", # e.g. flvtool2
"^ 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
+ "libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal
}