[projects/cleanbuild] findbr updates
glen
glen at pld-linux.org
Mon Sep 7 21:01:52 CEST 2015
commit bfc5ded71931673a874521604243bac02cf61dbb
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Sep 7 22:01:47 2015 +0300
findbr updates
findbr | 13 +++++++++++++
1 file changed, 13 insertions(+)
---
diff --git a/findbr b/findbr
index 6b69ca6..9c20cbe 100755
--- a/findbr
+++ b/findbr
@@ -249,6 +249,7 @@ while ( $_ = shift @lines ) {
or m{^ERROR: Cannot find .+: No module named (\S+)$}
or m{^ERROR: Failed to import the ".+" module: No module named (\S+)$}
or m{^distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse\('([^'>=]+).*'\)}
+ or m{^Couldn't find index page for '(\S+)'}
) {
my $mod = $1;
$mod =~ s#\.#/#g;
@@ -319,6 +320,17 @@ while ( $_ = shift @lines ) {
poldek_file( $f );
}
+ if ( m{ERROR: Could not find KDE4 (kde4-config)}) {
+ my $f = "/usr/bin/$1";
+ warn "Looking for file $f\n";
+ poldek_file( $f );
+ }
+
+ if (m{Ragel State Machine Compiler not found}) {
+ add_br( "ragel" );
+ next;
+ }
+
if ( m{^find-lang.sh: Error: international files not found for '}
or m{ gettext tools not found}
) {
@@ -330,6 +342,7 @@ while ( $_ = shift @lines ) {
or m{^checking for pkg-config\.\.\. no}
or m{^pkg-config unavailable, build terminated}
or m{^\*\*\*Error\*\*\*: You must have pkg-config >= .* installed}
+ or m{^-- Could NOT find PkgConfig \(missing: PKG_CONFIG_EXECUTABLE\)}
) {
add_br( "pkgconfig" );
next;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/cleanbuild.git/commitdiff/bfc5ded71931673a874521604243bac02cf61dbb
More information about the pld-cvs-commit
mailing list