View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0005041 | CMake | CTest | public | 2007-05-15 09:17 | 2010-12-14 18:49 | ||||
Reporter | Brad King | ||||||||
Assigned To | David Cole | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0005041: Failed checkout of source has poor error | ||||||||
Description | When doing initial checkout of source tree (saw this with new-style dashboard script), if CTestConfig.cmake or DartConfig.cmake does not exist at the top of the source produce a nice error and exit. Verify that this works properly with the old style. Current error: CTest command: cvs update: No CVSROOT specified! Please use the `-d' option cvs [update aborted]: or set the CVSROOT environment variable. Start dashboard... .... Error(s) when updating the project Build Cannot instantiate test handler CTEST_BUILD CMake Error: Error in cmake code at /u/noibm34/Dashboards/DashboardScripts/aix_vtk_xlC.cmake:130: CTEST_BUILD CTEST_BUILD_COMMAND or CTEST_CMAKE_GENERATOR not specified. Please specify the CTEST_CMAKE_GENERATOR and CTEST_PROJECT_NAME if this is a CMake pr oject, or specify the CTEST_BUILD_COMMAND for cmake or any other project. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0019012) David Cole (manager) 2009-12-29 17:22 |
I am planning to make the following conditions "fatal" errors that halt script processing and exit with informative error messages: - non-existent source directory - source directory exists, but no CMakeLists.txt for a CMake-built project - source directory and CMakeLists.txt exist, but no CTestConfig.cmake with a CTEST_PROJECT_NAME in it... Here are the error messages I am going to use: - for a non-existent source directory CMake Error at quick.cmake:5 (ctest_start): ctest_start given source path C:/Users/.../Dashboards/My Tests/NoSuchDir which is not an existing directory. Set CTEST_CHECKOUT_COMMAND to a command line to create it. Error in read script: C:/Users/.../Dashboards/My Tests/quick.cmake - for a source directory exists, but no CMakeLists.txt for a CMake-built project CMake Error at quick.cmake:8 (ctest_configure): ctest_configure CMakeLists.txt file does not exist 'C:/Users/.../Dashboards/My Tests/playground/Step7/CMakeLists.txt' Error in read script: C:/Users/.../Dashboards/My Tests/quick.cmake - for a source directory and CMakeLists.txt exist, but no CTestConfig.cmake with a CTEST_PROJECT_NAME in it... CMake Error at quick.cmake:10 (ctest_build): ctest_build has no project to build. If this is a "built with CMake" project, verify that CTEST_CMAKE_GENERATOR and CTEST_PROJECT_NAME are set. CTEST_PROJECT_NAME is usually set in CTestConfig.cmake. Verify that CTestConfig.cmake exists, or CTEST_PROJECT_NAME is set in the script, or PROJECT_NAME is passed as an argument to ctest_build. Alternatively, set CTEST_BUILD_COMMAND to build the project with a custom command line. Error in read script: C:/Users/.../Dashboards/My Tests/quick.cmake |
(0019013) David Cole (manager) 2009-12-29 18:00 |
Actually, scratch the "fatal" error part of that last note. For now, I'm just going to improve the error messages so that people encountering them have a shot at figuring out what's wrong just from the text of the error messages. We do not want to induce any fatal errors if it's possible to avoid them: so that the script continues all the way to its bottom line and its ctest_submit call: so that *something* *might* show up on the dashboard server even if it's all filled with errors... |
(0019014) David Cole (manager) 2009-12-29 18:04 |
Fixed in CVS HEAD of CMake. Fix for issue 0005041 - improve error messages that may occur during ctest_build and ctest_configure. The improved text gives very clear information when either the CMakeLists.txt or CTestConfig.cmake file is missing. Hopefully, it makes it easier for those poor future souls who encounter these messages to solve their problems quickly. /cvsroot/CMake/CMake/Source/CTest/cmCTestBuildCommand.cxx,v <-- cmCTestBuildCommand.cxx new revision: 1.24; previous revision: 1.23 /cvsroot/CMake/CMake/Source/CTest/cmCTestConfigureCommand.cxx,v <-- cmCTestConfigureCommand.cxx new revision: 1.15; previous revision: 1.14 |
(0024047) David Cole (manager) 2010-12-14 18:49 |
Closing bugs that have been resolved for more than 3 months without any further updates. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2007-08-31 11:28 | Alex Neundorf | Assigned To | System Admin => David Cole |
2009-12-29 17:22 | David Cole | Note Added: 0019012 | |
2009-12-29 18:00 | David Cole | Note Added: 0019013 | |
2009-12-29 18:04 | David Cole | Note Added: 0019014 | |
2009-12-29 18:04 | David Cole | Status | assigned => resolved |
2009-12-29 18:04 | David Cole | Resolution | open => fixed |
2010-12-14 18:49 | David Cole | Note Added: 0024047 | |
2010-12-14 18:49 | David Cole | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |