[CMake] Weird output

Timenkov Yuri ytimenkov at gmail.com
Wed Sep 17 03:04:11 EDT 2008


On Wed, Sep 17, 2008 at 10:59 AM, Jesper Eskilson <jesper at eskilson.se>wrote:

> 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.

Yes, I understood it from your previous message.


> 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?)

But it prints this also from cmLocalUnixMakefileGenerator3.cxx, which I
suppose is your case. And yes, I first thought about clock skew detected.

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

And it seems not a problem, because CMake just tells why it regenerates
dependencies.

>
>
> --
> /Jesper
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080917/ef7baf2c/attachment.htm>


More information about the CMake mailing list