MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015379 | CMake | CTest | public | 2015-01-28 10:25 | 2015-11-02 09:15 |
|
Reporter | Marco Nolden | |
Assigned To | Brad King | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | CMake 3.1.1 | |
Target Version | CMake 3.1.2 | Fixed in Version | CMake 3.1.2 | |
|
Summary | 0015379: [PATCH] CTest does not recognize recent gmake's messages as errors |
Description | The "No rule to make target" error message of gmake is not correctly recognized since GNU make changed the quoting style [1] . Example:
gmake[5]: *** No rule to make target '/space/dartclients/clang/MITK-Superbuild-Release-nightly/OpenCV-build/lib/libopencv_videostab.so.2.4.8', needed by 'lib/libITKVideoBridgeOpenCV-4.5.so.1'. Stop.
is not recognized so the superbuild continues an leads to an incorrect report on the dashboard.
I attached a fix, would be great if this could go into CMake 3.2 |
Steps To Reproduce | Happens always with a problematic superbuild and recent versions of GNU make |
Additional Information | [1]: http://git.savannah.gnu.org/cgit/make.git/commit/remake.c?id=23c2b99e9d23e726ede9442728272616e66d416f [^] |
Tags | No tags attached. |
Relationships | |
Attached Files | 0001-cmCTestBuildHandler-fix-for-newer-GNU-style-error-me.patch (1,264) 2015-01-28 10:25 https://public.kitware.com/Bug/file/5368/0001-cmCTestBuildHandler-fix-for-newer-GNU-style-error-me.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-28 10:25 | Marco Nolden | New Issue | |
2015-01-28 10:25 | Marco Nolden | File Added: 0001-cmCTestBuildHandler-fix-for-newer-GNU-style-error-me.patch | |
2015-01-28 10:41 | Brad King | Note Added: 0037854 | |
2015-01-28 10:41 | Brad King | Assigned To | => Brad King |
2015-01-28 10:41 | Brad King | Status | new => resolved |
2015-01-28 10:41 | Brad King | Resolution | open => fixed |
2015-01-28 10:41 | Brad King | Fixed in Version | => CMake 3.2 |
2015-01-28 10:41 | Brad King | Target Version | => CMake 3.2 |
2015-02-05 09:23 | Brad King | Note Added: 0037921 | |
2015-02-05 09:23 | Brad King | Fixed in Version | CMake 3.2 => CMake 3.1.2 |
2015-02-05 09:23 | Brad King | Target Version | CMake 3.2 => CMake 3.1.2 |
2015-05-27 11:55 | Brad King | Note Added: 0038807 | |
2015-11-02 09:15 | Robert Maynard | Note Added: 0039826 | |
2015-11-02 09:15 | Robert Maynard | Status | resolved => closed |
Notes |
|
(0037854)
|
Brad King
|
2015-01-28 10:41
|
|
|
|
(0037921)
|
Brad King
|
2015-02-05 09:23
|
|
I merged this fix into the 'release' branch for 3.1.2. |
|
|
(0038807)
|
Brad King
|
2015-05-27 11:55
|
|
|
|
(0039826)
|
Robert Maynard
|
2015-11-02 09:15
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|