mirror of
https://github.com/clearlinux/autospec.git
synced 2026-06-16 02:45:56 +00:00
Add new failed pattern
Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
a16ede7440
commit
c6d7bdb41c
@@ -320,6 +320,7 @@ class Config(object):
|
||||
(r"checking for [a-zA-Z0-9\_\-]+ in (.*?)\.\.\. no", 0, None),
|
||||
(r"checking for library containing (.*)... no", 0, None),
|
||||
(r"checking for perl module ([a-zA-Z:]+) [0-9\.]+... no", 0, 'perl'),
|
||||
("checking if (.*) is available...", 0, None),
|
||||
(r"configure: error: (?:pkg-config missing|Unable to locate) (.*)", 0, None),
|
||||
(r"configure: error: ([a-zA-Z0-9]+) (?:is required to build|not found)", 0, None),
|
||||
(r"configure: error: Cannot find (.*)\. Make sure", 0, None),
|
||||
|
||||
Reference in New Issue
Block a user