View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014119CMake(No Category)public2013-04-29 07:062013-10-07 10:09
ReporterShimon Doodkin 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014119: infinite loop compiler chancged: change error message to "delete CMakeFiles folder to try fix this"
Descriptionhttp://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.
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team