View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014119 | CMake | (No Category) | public | 2013-04-29 07:06 | 2013-10-07 10:09 | ||||
Reporter | Shimon Doodkin | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014119: infinite loop compiler chancged: change error message to "delete CMakeFiles folder to try fix this" | ||||||||
Description | http://www.mail-archive.com/cmake@cmake.org/msg44765.html [^] http://public.kitware.com/Bug/view.php?id=13756 [^] change the error message: "You have changed variables that require your cache to be deleted. Configure will be re-run and you may have to reset some variables. The following variables have changed:" add to it: "Delete CMakeFiles folder to try fix this (not CMakeCache.txt)" solution was: After this behavior, you have to manually delete the CMakeFiles directory (not CMakeCache.txt) to recover. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0032954) Brad King (manager) 2013-04-29 09:29 |
The message is telling you that CMake has already done what is necessary to recover from the compiler change, which included deleting CMakeCache.txt. Bug 0013756 was about CMake not deleting everything necessary. That was fixed and now it deletes everything under CMakeFiles instead of just the top-level files. There is no longer a broken state that requires manual recovery. |
(0034038) Robert Maynard (manager) 2013-10-07 10:09 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-04-29 07:06 | Shimon Doodkin | New Issue | |
2013-04-29 09:29 | Brad King | Note Added: 0032954 | |
2013-04-29 09:29 | Brad King | Status | new => resolved |
2013-04-29 09:29 | Brad King | Resolution | open => no change required |
2013-10-07 10:09 | Robert Maynard | Note Added: 0034038 | |
2013-10-07 10:09 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |