diff options
author | Dan Fandrich <danf@mageia.org> | 2025-06-27 23:46:44 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2025-06-27 23:46:44 -0700 |
commit | c7f21732381efffec90e742d2a5217c7b7fb1faf (patch) | |
tree | 208fd3a64bbfb66c67900fe5594a57b8f9144992 | |
parent | 37e60ae6c965fab1c5401486594564138e6383d0 (diff) | |
download | autobuild-master.tar autobuild-master.tar.gz autobuild-master.tar.bz2 autobuild-master.tar.xz autobuild-master.zip |
-rw-r--r-- | bugscan.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ $bug_matches = { "error: too many arguments to function" => "err_toomanyargs", # e.g. abcmidi "error: passing argument .*from incompatible pointer type" => "err_incompatibleptr", # e.g. 389-adminutil "Compatibility with CMake < 3.5 has been removed from CMake." => "err_cmake35", # e.g. airspy + "No space left on device" => "err_nospace", # The following have more specific matches above "^ File not found:" => "err_packagedfilemissing", |