[CMake] Weird output

Jesper Eskilson jesper at eskilson.se
Wed Sep 17 02:59:52 EDT 2008


Timenkov Yuri wrote:
> 
> 
> On Tue, Sep 16, 2008 at 11:08 AM, Jesper Eskilson <jesper at eskilson.se 
> <mailto:jesper at eskilson.se>> wrote:
> 
>     Hi all,
> 
>     I get several weird printouts in our build-server logs which I don't get
>     when I'm building from an (interactive) terminal:
> 
>         Dependee
>         "/home/jesperes/localmarran/core/ide/cmakebuild/i486-pc-linux-gnu/Debug/Jkc/CMakeFiles/Jkc.dir/DependInfo.cmake"
>         is newer than depender
>         "/home/jesperes/localmarran/core/ide/cmakebuild/i486-pc-linux-gnu/Debug/Jkc/CMakeFiles/Jkc.dir/depend.internal".
> 
> 
>     I've tried searching for "Dependee" in both the generated makefiles and
>     in the CMake source code, but without success.
> 
> This output comes from make utility. These problems may occur if you 
> have problems with time on your server. Check that your VCS server, 
> developers (who commit to VCS) and build server have same time.

I'm sorry, but this is not correct. CMake prints out the message in 
cmDepends.cxx. (Maybe you were thinking about the "clock-skew detected" 
message which is printed when make discovers that newly created files 
gets timestamps in the future?)

Anyway, the printout is inside a if(this->Verbose) { ... }, so 
presumable it is something which can be switched on/off.

--
/Jesper




More information about the CMake mailing list