From 7837c070d0216a838a04e5d13c9d7310c8ff1a68 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 19 Jul 2023 11:37:42 -0700 Subject: [PATCH] Add new failed pattern for pkg-conifg (with ncurses) --- autospec/config.py | 1 + autospec/failed_commands | 1 + 2 files changed, 2 insertions(+) diff --git a/autospec/config.py b/autospec/config.py index 2f8b9164..5fc14685 100644 --- a/autospec/config.py +++ b/autospec/config.py @@ -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), diff --git a/autospec/failed_commands b/autospec/failed_commands index 10d41129..e371f07c 100644 --- a/autospec/failed_commands +++ b/autospec/failed_commands @@ -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