<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">I think I found the problem.<br>
<br>
My client script wrote a new CMakeCache.txt (with initial
settings) on every run and therefor also overwrote it in
continuous builds if it already existed.<br>
In prior CMake versions this seemed to have worked but I'm
guessing now some piece of information is made persistent outside
of CMakeCache.txt which prevents CMAKE_OBJCOPY and CMAKE_LINKER
from being set again.<br>
<br>
I can easily work around it by not writing a new cache if one is
already available or appending rather than overwriting.<br>
<br>
Nils<br>
<br>
On 03/21/2013 10:41 AM, Nils Gladitz wrote:<br>
</div>
<blockquote cite="mid:514AD5B7.7090304@sci-vis.de" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
I am trying out CMake 2.8.11rc1 on windows and linux continuous
build clients.<br>
<br>
During clean full rebuilds everything seems to work fine.<br>
During incremental "Continuous" builds with reused build
directories however CMAKE_OBJCOPY (on linux gcc; used by me
manually) and CMAKE_LINKER (on windows MSVC; used by the static
link step) sometimes seem to go missing (the variables are
suddenly empty?).<br>
<br>
I haven't been able to reliably reproduce or find the issue behind
it but at least the CMAKE_OBJCOPY problem seems to have gone away
by me manually including CMakeFindBinUtils in the context where I
used it.<br>
<br>
When CMAKE_LINKER goes empty I get Dashboard (CDash) errors like
this:<br>
<span id="showarguments_0"><font class="argument"> Command:
"/lib</font>"</span> "/nologo" [...] <- notice the missing
linker executable name at the beginning<br>
Exit Condition: Error administrating child process: The
parameter is incorrect<br>
<br>
Nils<br>
<pre class="moz-signature" cols="72">--
Nils Gladitz, B.Sc.
DICOM, Konnektivität und Entwicklung
Scivis wissenschaftliche Bildverarbeitung GmbH
Bertha-von-Suttner-Str. 5
D-37085 Göttingen
GERMANY
Handelsregister Nr. / Trade Register No. B3100 Göttingen
Geschäftsführer / Managing Directors Dr. Gernot Ebel, Dr. Uwe Engeland
Tel: 0049 (0)551 634181-28
E-Mail: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:gladitz@scivis.de">gladitz@scivis.de</a>
Web: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.scivis.de">www.scivis.de</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Nils Gladitz, B.Sc.
DICOM, Konnektivität und Entwicklung
Scivis wissenschaftliche Bildverarbeitung GmbH
Bertha-von-Suttner-Str. 5
D-37085 Göttingen
GERMANY
Handelsregister Nr. / Trade Register No. B3100 Göttingen
Geschäftsführer / Managing Directors Dr. Gernot Ebel, Dr. Uwe Engeland
Tel: 0049 (0)551 634181-28
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:gladitz@scivis.de">gladitz@scivis.de</a>
Web: <a class="moz-txt-link-abbreviated" href="http://www.scivis.de">www.scivis.de</a>
</pre>
</body>
</html>