[Libreoffice-commits] .: Branch 'tinderbox' - local_conf/Error_Parse.pm
Caolán McNamara
caolan at kemper.freedesktop.org
Fri Aug 3 13:00:15 PDT 2012
local_conf/Error_Parse.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 753677db8a7e738ad8bedacab45ccf99772fb28a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Aug 3 20:59:51 2012 +0100
false positive on filename Exception.lo from cppcheck
diff --git a/local_conf/Error_Parse.pm b/local_conf/Error_Parse.pm
index cc59796..9f9521c 100644
--- a/local_conf/Error_Parse.pm
+++ b/local_conf/Error_Parse.pm
@@ -275,7 +275,6 @@ sub line_type {
($line =~ m#^\s*\[echo\]\s*LogKit not found: Cannot Build LogKitLogger#) ||
($line =~ m#^\s*\[echo\]\s*Avalon-Framework not found: Cannot Build AvalonLogger#) ||
# some more filenames that cause a false trigger
- ($line =~ m#^/bin/sh \.\./\.\./libtool --tag=CXX.*DynamicLibraryManagerException\.lo Exception\.lo#) ||
($line =~ m#^boost_1_39_0/(boost(/tr1/tr1(/sun)?)?|libs(/unordered/test)?)/exception(\.|/)?#) ||
($line =~ m#^boost_1_44_0/(boost(/tr1/tr1(/sun)?)?|libs(/unordered/test)?)/exception(\.|/)?#) ||
($line =~ m#^commons-lang-2\.3-src/src/(java|test)/org/apache/commons/lang/exception/#) ||
@@ -283,6 +282,8 @@ sub line_type {
# annoying configure messages
($line =~ m#^checking (if|whether).*/bin/rm: cannot remove `conftest\*´: No such file or directory$#) ||
($line =~ m#^checking for -Bsymbolic-functions linker support \.\.\. not found#) ||
+ # cppunit
+ ($line =~ m#^ CXX Exception.lo#) ||
# gettext related
($line =~ m#^checking where term(info|cap) library functions come from\.\.\. not found, consider installing GNU ncurses#) ||
($line =~ m#^ CC (error-progname|fatal-signal).lo#) ||
More information about the Libreoffice-commits
mailing list