<div dir="ltr">I do have the symbolic link to bsdtar. <div><br></div><div>Unfortunately, I got impatient and downloaded MacTeX from TUG, which installed OK on my brand new iMac, so it doesn't make sense to install it again from the dvd. But just to satisfy curiosity, I used the DVD to update TeX on my MacBook Pro, and it seems to be installing flawlessly right out of the box.</div><div><br></div><div>The computer the dvd failed on (but the downloaded version did not) was an absolutely brand new iMac, running Yosemite.</div><div><br></div><div>John</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 1, 2015 at 1:18 PM, Herbert Schulz <span dir="ltr"><<a href="mailto:herbs@wideopenwest.com" target="_blank">herbs@wideopenwest.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> On Sep 1, 2015, at 12:07 PM, John Burt <<a href="mailto:burt@brandeis.edu">burt@brandeis.edu</a>> wrote:<br>
><br>
> Dear Herb,<br>
> Thanks! here's the result<br>
> Last login: Tue Sep  1 12:21:09 on ttys000<br>
><br>
> [C07H5099DJD2:~] burt% bash<br>
><br>
> bash-3.2$ echo $PATH<br>
><br>
> /sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/texbin:/usr/local/bin:/usr/X11R6/bin<br>
><br>
> bash-3.2$ which tar<br>
><br>
> /sw/bin/tar<br>
><br>
> bash-3.2$ bash<br>
><br>
> bash-3.2$ echo $PATH<br>
><br>
> /sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/texbin:/usr/local/bin:/usr/X11R6/bin<br>
><br>
> bash-3.2$ which tar<br>
><br>
> /sw/bin/tar<br>
><br>
> bash-3.2$<br>
<br>
</span>Howdy,<br>
<br>
Sigh... do you already have tar in /usr/bin? See if it's found with<br>
<br>
ls -alF /usr/bin/tar<br>
<br>
(it should be a symbolic link to bsdtar).<br>
<br>
If you don't have that command let us know. If you do have the command please add the line<br>
<br>
export $PATH=/usr/bin:$PATH<br>
<br>
just after the<br>
<br>
bash<br>
<br>
command and before the<br>
<br>
umask<br>
<br>
command and see if that helps.<br>
<div class="HOEnZb"><div class="h5"><br>
Good Luck,<br>
<br>
Herb Schulz<br>
(herbs at wideopenwest dot com)<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" rel="noreferrer" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="https://www.esm.psu.edu/~gray/tex/" rel="noreferrer" target="_blank">https://www.esm.psu.edu/~gray/tex/</a><br>
List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.comp.tex.macosx</a><br>
                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" rel="noreferrer" target="_blank">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" rel="noreferrer" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" rel="noreferrer" target="_blank">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
</div></div></blockquote></div><br></div>