Hi Stephen, Carolina, Nathan and Cameron,<br>Thanks for rightly pointing out the problem and helping me out. Finally, I was able to successfully install yt with rockstar. Just to summarize the changes i made in install script for the convenience of future users:<br>
<br>line 46  INST_ROCKSTAR=1 <br>line 709    [ ! -e Rockstar ] && tar xfz rockstar-0.99.6.tar.gz <br>Cheers<br>Latif<br><br><div class="gmail_quote">On Thu, Dec 13, 2012 at 7:25 PM, Stephen Skory <span dir="ltr"><<a href="mailto:s@skory.us" target="_blank">s@skory.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Latif and Carolina,<br>
<div class="im"><br>
> It seems like the install script is not running the line<br>
> tar xfz Rockstar-0.99.6.tar.gz<br>
><br>
> Can you try this? Replace the line number 709 in the install_script.sh that<br>
> says<br>
> [! -e Rockstar] && tar xfz rockstar-0.99.6.tar.gz<br>
> for this<br>
> [! -e Rockstar ] && tar xfz rockstar-0.99.6.tar.gz<br>
<br>
</div>My best guess agrees with Carolina that the .tar.gz file isn't being<br>
extracted. You might also manually extract that file in the /src/<br>
directory (creating the "Rockstar" directory, upper case), and then<br>
re-run the install script. What's puzzling is that in the current tip<br>
of the install_script.sh, the tar command doesn't have a capitalized<br>
"Rockstar-0.99.6.tar.gz"<br>
<br>
<a href="https://bitbucket.org/yt_analysis/yt/src/7dff8c5bd37734e3b24c1c3e033b30d5cfb95f2d/doc/install_script.sh?at=yt#cl-709" target="_blank">https://bitbucket.org/yt_analysis/yt/src/7dff8c5bd37734e3b24c1c3e033b30d5cfb95f2d/doc/install_script.sh?at=yt#cl-709</a><br>

<br>
Let us know if anything works, or doesn't, please!<br>
<div class="im HOEnZb"><br>
--<br>
Stephen Skory<br>
<a href="mailto:s@skory.us">s@skory.us</a><br>
<a href="http://stephenskory.com/" target="_blank">http://stephenskory.com/</a><br>
<a href="tel:510.621.3687" value="+15106213687">510.621.3687</a> (google voice)<br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br>