From 9dab9fce80ff4313a734857471ad5a769f39adfb Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 26 Mar 2020 11:00:16 +0100 Subject: Add a few common mga8 issues to bugscan. --- bugscan.rb | 3 +++ 1 file changed, 3 insertions(+) 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 } -- cgit v1.2.1