Skip to content

Commit

Permalink
Add new failed pattern for pkg-conifg (with ncurses)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryteise committed Jul 19, 2023
1 parent 322795d commit 7837c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autospec/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def __init__(self, download_path):
(r"^.*Could not find a package configuration file provided by \"(.*)\".*$", 0, None),
(r"^.*\"(.*)\" with any of the following names.*$", 0, None),
(r"[Cc]hecking for (.*) (?:support|development files|with pkg-config)?\.\.\. [Nn]o", 0, None),
(r"[Cc]hecking pkg-config for (.*?)\.\.\. [Nn]o", 0, 'pkgconfig'),
(r"checking (.*?)\.\.\. no", 0, None),
(r"checking for (.*) in default path\.\.\. not found", 0, None),
(r"checking for (.*)... configure: error", 0, None),
Expand Down
1 change: 1 addition & 0 deletions autospec/failed_commands
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,7 @@ mysql_config, mariadb-dev
nasm, nasm-bin
nasmw, nasm
nc, nmap-extras
ncurses, ncurses
ncurses.h, ncurses-dev
ncurses.h, pkgconfig(ncursesw)
ncurses/curses.h, ncurses-dev
Expand Down

0 comments on commit 7837c07

Please sign in to comment.