<div dir="ltr">Shoot, unfortunately the OSX machines I have access to are on 10.8, so I can't reproduce this or debug it here.<div><br></div><div>If Jeff's suggestion works, we'd very much appreciate getting a pull request with the fixes.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 10:47 AM, j s oishi <span dir="ltr"><<a href="mailto:jsoishi@gmail.com" target="_blank">jsoishi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi David,<div><br></div><div>I added PY_CFLAGS and dumped it here:</div><div><br></div><div><pre style="font-family:'Bitstream Vera Sans Mono','DejaVu Sans Mono',Monaco,Courier,monospace;font-size:12px;line-height:1.4000000000000001;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(51,51,51)"><span style="font-weight:bold">(</span> ./configure --prefix<span style="font-weight:bold">=</span><span style="font-weight:bold">${</span><span style="color:rgb(0,128,128)">DEST_DIR</span><span style="font-weight:bold">}</span>/ <span style="font-weight:bold">${</span><span style="color:rgb(0,128,128)">PYCONF_ARGS</span><span style="font-weight:bold">}</span> <span style="color:rgb(0,128,128)">CFLAGS</span><span style="font-weight:bold">=</span><span style="font-weight:bold">${</span><span style="color:rgb(0,128,128)">PY_CFLAGS</span><span style="font-weight:bold">}</span> 2><span>&</span><span style="color:rgb(0,153,153)">1</span> <span style="font-weight:bold">)</span> 1>> <span style="font-weight:bold">${</span><span style="color:rgb(0,128,128)">LOG_FILE</span><span style="font-weight:bold">}</span> <span style="font-weight:bold">||</span> do_exit </pre><pre style="font-family:'Bitstream Vera Sans Mono','DejaVu Sans Mono',Monaco,Courier,monospace;font-size:12px;line-height:1.4000000000000001;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(51,51,51)"><br></pre>yt builds python on this line,</div><div><br></div><div><a href="https://bitbucket.org/yt_analysis/yt/src/4cf5c5369df9b012759ab979330d8e356d1b0e00/doc/install_script.sh?at=yt#cl-793" target="_blank">https://bitbucket.org/yt_analysis/yt/src/4cf5c5369df9b012759ab979330d8e356d1b0e00/doc/install_script.sh?at=yt#cl-793</a><br></div><div><br></div><div>and you should be able to do the exact same trick...I'd do it, but I don't have a mac to test it on.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>j</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 1:40 PM, David Collins <span dir="ltr"><<a href="mailto:dcollins4096@gmail.com" target="_blank">dcollins4096@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Thanks a ton for the input.</div><div><br></div>Nathan:  I've put the full log here: <a href="http://nazare.physics.fsu.edu/yt_install.log" target="_blank">http://nazare.physics.fsu.edu/yt_install.log</a>.  I re-pasted the last bunch of lines below, what I pasted before was from my n-th attempt, so was flawed.  The prior \aleph_0 lines were seemingly successful byt-compiling statments about mercurial.<div><br></div><div>Jeff-- What's the yt analog of the deadalus PY_CFLAGS?  I looked in the script but didn't see a similar flag.</div><div><br></div><div>The odd bit with this is that I did this successfully once a year ago on the same machine.  I think the successful install was _before_ I installed homebrew.</div><div><br></div><div>Do you think it broke with the heartblead security patch?  (Or, the fact that I"m on an earlier openssl?)  Does the homebrew re-install of openssl take care of the problem, or is doing it from source necessary?</div><div><br></div><div>d.</div><div><br></div><div><div>byte-compiling /Users/dcollins/local-2014-09-23-yt3/lib/python2.7/site-packages/mercurial/worker.py to worker.pyc</div><div>running install_scripts</div><div>copying build/scripts-2.7/hg -> /Users/dcollins/local-2014-09-23-yt3/bin</div><div>changing mode of /Users/dcollins/local-2014-09-23-yt3/bin/hg to 755</div><div>running install_egg_info</div><div>Writing /Users/dcollins/local-2014-09-23-yt3/lib/python2.7/site-packages/mercurial-3.1-py2.7.egg-info</div><span><div>using <a href="https://bitbucket.org/yt_analysis/yt-supplemental/" target="_blank">https://bitbucket.org/yt_analysis/yt-supplemental/</a></div><div>sending capabilities command</div><div>abort: Python SSL support not found</div><div>using <a href="https://bitbucket.org/yt_analysis/yt/" target="_blank">https://bitbucket.org/yt_analysis/yt/</a></div><div>sending capabilities command</div><div>abort: Python SSL support not found</div><div>abort: repository /Users/dcollins/local-2014-09-23-yt3/src/yt-hg/ not found!</div><div>/Users/dcollins/local-2014-09-23-yt3/bin/python2.7: can't open file '/Users/dcollins/local-2014-09-23-yt3/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory</div></span></div><div><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 12:58 PM, Chris Malone <span dir="ltr"><<a href="mailto:chris.m.malone@gmail.com" target="_blank">chris.m.malone@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I had the same issue, even with homebrew.  I solved it by doing what Fernando mentioned - reinstall openssl.  </div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 10:53 AM, Fernando Becerra <span dir="ltr"><<a href="mailto:becerrafernando@gmail.com" target="_blank">becerrafernando@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>I had the same issue a few days ago when I tried to install yt using the install script on a brand new macbook pro with OSX 10.9. I ended up reinstalling the openssl libraries from source and that worked for me.</div><div><br></div><div>Fernando.</div><br><div><div>On Sep 24, 2014, at 12:10 PM, Nathan Goldbaum <<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@gmail.com</a>> wrote:</div><br><blockquote type="cite">Hmm, interesting. I have access to a home brew-less Mac mini at the office, so I can test this out later today and try to reproduce and figure out a fix.<span></span><br><br>On Wednesday, September 24, 2014, j s oishi <<a href="mailto:jsoishi@gmail.com" target="_blank">jsoishi@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Nathan,<div><br></div><div>Any chance you had homebrew on that machine? We've been finding this issue when homebrew is not installed. 10.9 seems to have moved the location of the ssl headers, so python just doesn't build _ssl, and a whole bunch of things that depend on it fail. When homebrew is installed, it does something or other to help the python build find ssl. I have no idea what that might be; this is pure cowboy science on my part.</div><div><br></div><div>j</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 12:01 PM, Nathan Goldbaum <span dir="ltr"><<a>nathan12343@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dave,<div><br></div><div>I think the original error might have occurred earlier in the log. Can you upload the full install log somewhere?</div><div><br></div><div>FWIW, I successfully built yt-3 from the install script on OSX 10.9 the last time we updated the dependencies.<span><font color="#888888"><span></span></font></span></div><span><font color="#888888"><br></font></span><div><span><font color="#888888">Nathan</font></span><div><br><br>On Wednesday, September 24, 2014, David Collins <<a>dcollins4096@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi, Everybody--<div><br></div><div>I have a potentially dumb question.  I'm installing yt3.0 (a fresh install) on osx 10.9, and I get the following error.  It looks like the error is coming from the hg clone, for some reason the newly installed python can't find SSL.  I can use another install of hg on this machine just fine.  Has anyone else seen this, and do you know if there's an easy fix?</div><div><br></div><div>Thanks!</div><div>d.</div><div><br></div><div><div>Using curl</div><div>Using shasum -a 512</div><div>Cloning yt</div><div>Setting YT_DIR=/Users/dcollins/local-2014-09-23-yt3/src/yt-hg/</div><div>Installing distribute</div><div>********************************************</div><div>        FAILURE REPORT:</div><div>********************************************</div><div><br></div><div>abort: repository /Users/dcollins/local-2014-09-23-yt3/src/yt-hg/ not found!</div><div>/Users/dcollins/local-2014-09-23-yt3/bin/python2.7: can't open file '/Users/dcollins/local-2014-09-23-yt3/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory</div><div>using <a href="https://bitbucket.org/yt_analysis/yt-supplemental/" target="_blank">https://bitbucket.org/yt_analysis/yt-supplemental/</a></div><div>sending capabilities command</div><div>abort: Python SSL support not found</div><div>using <a href="https://bitbucket.org/yt_analysis/yt/" target="_blank">https://bitbucket.org/yt_analysis/yt/</a></div><div>sending capabilities command</div><div>abort: Python SSL support not found</div><div>abort: repository /Users/dcollins/local-2014-09-23-yt3/src/yt-hg/ not found!</div><div>/Users/dcollins/local-2014-09-23-yt3/bin/python2.7: can't open file '/Users/dcollins/local-2014-09-23-yt3/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory</div><div><br></div><div><br></div>-- <br><div dir="ltr">-- Sent from a computer.<br></div>
</div></div>
</blockquote></div></div>
<br>_______________________________________________<br>
yt-users mailing list<br>
<a>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>
<br></blockquote></div><br></div>
</blockquote>
_______________________________________________<br>yt-users mailing list<br><a href="mailto:yt-users@lists.spacepope.org" target="_blank">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></blockquote></div><br></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">-- Sent from a computer.<br></div>
</div>
</div></div><br>_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">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>
<br></blockquote></div><br></div>
</div></div><br>_______________________________________________<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>
<br></blockquote></div><br></div>