[Cmake-commits] CMake branch, next, updated. v2.8.3-1212-g35bd990
David Cole
david.cole at kitware.com
Wed Jan 5 16:26:45 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 35bd9904d8173883d76e554c70eca1118ca05a61 (commit)
via 89eb4bf35675c4261c552a98dd723daa5725fac4 (commit)
from 9a68a5c80bfca0f3bb7a0b8cce521400f7ab95ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=35bd9904d8173883d76e554c70eca1118ca05a61
commit 35bd9904d8173883d76e554c70eca1118ca05a61
Merge: 9a68a5c 89eb4bf
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Jan 5 16:26:43 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jan 5 16:26:43 2011 -0500
Merge topic 'improve-build-error-detection' into next
89eb4bf Improve build error detection.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=89eb4bf35675c4261c552a98dd723daa5725fac4
commit 89eb4bf35675c4261c552a98dd723daa5725fac4
Author: David Cole <david.cole at kitware.com>
AuthorDate: Wed Jan 5 14:14:04 2011 -0500
Commit: David Cole <david.cole at kitware.com>
CommitDate: Wed Jan 5 16:13:55 2011 -0500
Improve build error detection.
Some were missed recently on a failed dashboard build
of ccmake on an HP-UX machine.
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx
index 3c5993d..9678ac4 100644
--- a/Source/CTest/cmCTestBuildHandler.cxx
+++ b/Source/CTest/cmCTestBuildHandler.cxx
@@ -43,6 +43,7 @@ static const char* cmCTestErrorMatches[] = {
"^[Bb]us [Ee]rror",
"^[Ss]egmentation [Vv]iolation",
"^[Ss]egmentation [Ff]ault",
+ ":.*[Pp]ermission [Dd]enied",
"([^ :]+):([0-9]+): ([^ \\t])",
"([^:]+): error[ \\t]*[0-9]+[ \\t]*:",
"^Error ([0-9]+):",
@@ -61,9 +62,9 @@ static const char* cmCTestErrorMatches[] = {
": syntax error ",
"^collect2: ld returned 1 exit status",
"ld terminated with signal",
- "Unsatisfied symbols:",
+ "Unsatisfied symbol",
"^Unresolved:",
- "Undefined symbols:",
+ "Undefined symbol",
"^Undefined[ \\t]+first referenced",
"^CMake Error.*:",
":[ \\t]cannot find",
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestBuildHandler.cxx | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list