<br><br><div><span class="gmail_quote">On 9/25/07, <b class="gmail_sendername">Thomas Fitzsimmons</b> <<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Justin Conover wrote:<br>><br>><br>> On 9/25/07, *Thomas Fitzsimmons* <<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a><br>> <mailto:<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a>>> wrote:
<br>><br>>     Justin Conover wrote:<br>>      ><br>>      ><br>>      > On 9/25/07, *Thomas Fitzsimmons* <<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a><br>>     <mailto:<a href="mailto:fitzsim@redhat.com">
fitzsim@redhat.com</a>><br>>      > <mailto:<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a> <mailto:<a href="mailto:fitzsim@redhat.com">fitzsim@redhat.com</a>>>> wrote:<br>>      >
<br>>      >     Justin Conover wrote:<br>>      ><br>>      >     [...]<br>>      ><br>>      >      > make[5]: *** No rule to make target<br>>      >      ><br>>      ><br>
>     `/NOT-SET/BUILD_JDK_IMPORT_PATH/linux-amd64/jre/lib/amd64/server/libjvm.so',<br>><br>>      >      > needed by<br>>      >      ><br>>      ><br>>     `/home/justin/Download/icedtea/openjdk-ecj/control/build/linux-amd64/lib/amd64/server/libjvm.so'.
<br>>      ><br>>      ><br>>      >     How are you building IcedTea?<br>>      ><br>>      >     Tom<br>>      ><br>>      ><br>>      > Yes, that is during the make.<br>>
<br>>     I meant, "What steps should I take to try to reproduce this on my<br>>     machine?"<br>><br>>     Tom<br>><br>><br>><br>> Oh, I'm sorry I just followed this<br>><br>> 
<a href="http://icedtea.classpath.org/wiki//Main_Page">http://icedtea.classpath.org/wiki//Main_Page</a><br>><br>> And had the buildreqs<br>><br>> <a href="http://icedtea.classpath.org/wiki/BuildRequirements">http://icedtea.classpath.org/wiki/BuildRequirements
</a><br>> <<a href="http://icedtea.classpath.org/wiki/BuildRequirements">http://icedtea.classpath.org/wiki/BuildRequirements</a>><br>><br>> hg clone <a href="http://icedtea.classpath.org/hg/icedtea">http://icedtea.classpath.org/hg/icedtea
</a><br>> cd icedtea<br>> ./configure<br>><br>> make<br><br>OK, there are two problems here:<br><br>1) cloning the IcedTea repository automatically puts tip in the working<br>    directory, and the current tip is the cacao branch
<br><br>2) the cacao branch doesn't build using the same procedure as the default branch<br><br>As a workaround, you can update to the default head after cloning the<br>repository, e.g.:<br><br>hg up -C c2d0a270a09f<br>
<br>(see: hg heads)<br><br>The real solution is to move CACAO work to a separate icedtea-cacao repository.<br><br>Tom<br><br></blockquote></div><br>Thank you<br>