View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014564CMakeCMakepublic2013-11-13 03:482016-06-10 14:31
Reporterporjesza 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformlinuxOSOS Version
Product VersionCMake 2.8.10.2 
Target VersionFixed in Version 
Summary0014564: cmake did not check if generated files were really created
Descriptionin general the cmake system assumes the files generated were really created and saved. (sometimes) it does not check if file creation was successful and continues processing without dropping any error message.
Steps To ReproduceI tried it with mysql source tree, just run cmake as user without write permission on the source files/directories. (you can modify permissions as root). Try to "fix" problems by adding access right to the reported dirs/files only and you will see a lot of misleading messages (and also sometimes there will be no message at all).
Additional InformationI wanted to move the mysql sources into/under a version control system and also wanted to add (store) the generated makefiles.

I think the problem can be easily solved by modifying the low-level write routines instead of checking all these issues.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042420)
Kitware Robot (administrator)
2016-06-10 14:29

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-11-13 03:48 porjesza New Issue
2016-06-10 14:29 Kitware Robot Note Added: 0042420
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team