| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| 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. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0037854) Brad King (manager) 2015-01-28 10:41 |
Applied, thanks: ctest_build: Update GNU make error message matching http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d52b5f88 [^] For future contributions please read CONTRIBUTING.rst and send patches to the mailing list. |
|
(0037921) Brad King (manager) 2015-02-05 09:23 |
I merged this fix into the 'release' branch for 3.1.2. |
|
(0038807) Brad King (manager) 2015-05-27 11:55 |
This change broke matching of these messages altogether by leaving an extra escape sequence in the regexes. Fixed here: ctest_build: Fix regression in GNU make error message matching http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=44a4e545 [^] |
|
(0039826) Robert Maynard (manager) 2015-11-02 09:15 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |