[cmake-developers] Compiling CMake 3.6.1 fails on Raspbian Jessie

Brad King brad.king at kitware.com
Tue Sep 6 15:13:20 EDT 2016


On 09/06/2016 02:39 PM, Cristian Adam wrote:
> Who should have noticed that the two object files were empty and try a 
> new compilation? CMake or make?

Nothing.  This is not a failure case that we expect to be handled.
The .o files exist with a timestamp newer than their dependencies,
so the build system thinks they are up to date.  The fact that the
wrong content was written to them due to a system failure is not
something we can know or tolerate.

-Brad



More information about the cmake-developers mailing list