As an anti-"spam in the bug database" measure, only the reporter and the owner of a bug are now allowed to change existing bugs... This was implemented this week. Send email to the owner of the bug directly with the new information.
<br><br>HTH,<br>David Cole<br><br><div><span class="gmail_quote">On 7/20/07, <b class="gmail_sendername">Brandon Van Every</b> &lt;<a href="mailto:bvanevery@gmail.com">bvanevery@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m trying to add the following comment to bug #4912 and it keeps<br>saying, &quot;You can not change this bug.&quot;&nbsp;&nbsp;I am logged in, that&#39;s not the<br>problem.&nbsp;&nbsp;I did try to change some of the version and severity
<br>information at first, because I thought it was relevant to another bug<br>I&#39;m filing.&nbsp;&nbsp;But then I realized it&#39;s not relevant and I stopped<br>trying to do that.&nbsp;&nbsp;It&#39;s almost like the system has decided it doesn&#39;t
<br>like me and won&#39;t let me do anything now.&nbsp;&nbsp;I tried logging out and<br>logging in to fool it, no dice.<br><br><br>Cheers,<br>Brandon Van Every<br><br><br>RPATH is a list of strings separated by semicolons.&nbsp;&nbsp;In your example,
<br>it contains the strings &quot; &quot;, &quot;/home/dac/lib&quot;, and &quot;/buildstatic/lib&quot;.<br><br>${RPATH} is the raw representation of the list of strings.&nbsp;&nbsp;In your<br>example, what you have really passed is STRING(REGEX REPLACE &quot;^;&quot; &quot;&quot;
<br>RPATH &quot; &quot; &quot;/home/dac/lib&quot; &quot;/buildstatic/lib&quot;).&nbsp;&nbsp;There were no<br>semicolons to replace.<br><br>&quot;${RPATH}&quot; is a single string, not a list.&nbsp;&nbsp;It doesn&#39;t contain any<br>semicolons either.
<br><br>This is not a bug.&nbsp;&nbsp;It is, however, awkward to keep the differences<br>between RPATH, ${RPATH}, and &quot;${RPATH}&quot; straight, especially when one<br>wants to operate on the raw semicolon-separated formats.<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">http://www.cmake.org/mailman/listinfo/cmake
</a><br></blockquote></div><br>