Something must be wrong with your build tree or your CMake installation. This is from the CMake 2.4.8 Modules/CPack.cmake file:<div><br></div><div><p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco">
cpack_set_if_not_set(CPACK_PACKAGE_RELOCATABLE <span style="color: #891315">&quot;false&quot;</span>)</p>
<p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco; min-height: 19.0px"><br></p>
<p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco; color: #236e25"># always force to exactly &quot;true&quot; or &quot;false&quot; for <a href="http://CPack.Info.plist.in">CPack.Info.plist.in</a>:</p>

<p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco"><span style="color: #760f50">if</span>(CPACK_PACKAGE_RELOCATABLE)</p>
<p style="margin: 0.0px 0.0px 0.0px 48.0px; text-indent: -48.0px; font: 14.0px Monaco">&nbsp; <span style="color: #760f50">set</span>(CPACK_PACKAGE_RELOCATABLE <span style="color: #891315">&quot;true&quot;</span>)</p>
<p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco"><span style="color: #760f50">else</span>(CPACK_PACKAGE_RELOCATABLE)</p>
<p style="margin: 0.0px 0.0px 0.0px 48.0px; text-indent: -48.0px; font: 14.0px Monaco">&nbsp; <span style="color: #760f50">set</span>(CPACK_PACKAGE_RELOCATABLE <span style="color: #891315">&quot;false&quot;</span>)</p>
<p style="margin: 0.0px 0.0px 0.0px 32.0px; text-indent: -32.0px; font: 14.0px Monaco"><span style="color: #760f50">endif</span>(CPACK_PACKAGE_RELOCATABLE)</p>
<div><br></div><div><br></div>If CPACK_PACKAGE_RELOCATABLE is set to something other than &quot;true&quot; or &quot;false&quot; at CPack time, then something very odd is happening....</div><div><br></div><div>If you start over with an empty build tree, do you get this same result?</div>
<div><br></div><div><br><div class="gmail_quote">On Tue, Apr 15, 2008 at 5:27 AM, Timenkov Yuri &lt;<a href="mailto:ytimenkov@parallels.com">ytimenkov@parallels.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi everyone.<br>
This is just FYI.<br>
<br>
I&#39;m started to playing with CPack (2.4) for Apple (Tiger 10.4, PackageMaker<br>
v2.1.1), and encountered very strange error:<br>
CPack: Compress package<br>
<br>
The package could not be created because of the following errors:<br>
No package identifier specified.<br>
<br>
While investigating causes of such strange behavior of PackageMaker I came to<br>
idea that cpack generates invalid XML file Info.plist. And does it because<br>
CPACK_PACKAGE_RELOCATABLE variable is not set. Moreover, it should be set to<br>
string value in lowercase.<br>
<br>
Regards, Yuri<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>