Skip to content

Commit

Permalink
Add another failure pattern for Perl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwarden committed Jul 17, 2024
1 parent b858a2a commit 9f33e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autospec/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def __init__(self, download_path):
(r"Perhaps you should add the directory containing `([a-zA-Z0-9\-:]*)\.pc'", 0, 'pkgconfig'),
(r"Program (.*) found: NO", 0, None),
(r"Target '[a-zA-Z0-9\-]' can't be generated as '(.*)' could not be found", 0, None),
(r"The missing Perl modules are:\s*(\S+)", 0, 'perl'),
(r"Unable to `import (.*)`", 0, None),
(r"Unable to find '(.*)'", 0, None),
(r"Warning: prerequisite ([a-zA-Z:]+) [0-9\.]+ not found.", 0, 'perl'),
Expand Down

0 comments on commit 9f33e63

Please sign in to comment.