Note that there are some explanatory texts on larger screens.

plurals
  1. POport install command freezes when installing subversion via MacPorts
    primarykey
    data
    text
    <p>I'm having a problem installing subversion via MacPorts. The command output from <code>port</code> is:</p> <pre><code># port install subversion ---&gt; Computing dependencies for subversion ---&gt; Configuring subversion </code></pre> <p>At this point, it sits there indefinitely. I Ctrl+C'd out of that, and ran port with the -d option to get some debug information, this is what I get:</p> <p><a href="http://pastebin.com/SGs8kf9J" rel="nofollow">Pastebin containing command output</a></p> <p>So at this point, I can see it's getting stuck in the <code>configure</code> script either at the end of the python checks, or the beginning of the next check.</p> <p>The <code>configure</code> script in this case is located at <code>/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_subversion/subversion/work/subversion-1.7.7</code></p> <p><code>configure</code> calls a helper script (<code>$abs_srcdir/build/find_python.sh</code>) which returns <code>python</code>, the <code>configure</code> script then does some checks, and returns the full path to the <code>python</code> executable, and moves onto the next check. The next check, as per line 20129 of <code>configure</code>, is for a JVM (which I do have installed). Without manually iterating through the configure script further, I thought I check here and see if there's any advice to be had from the community.</p> <pre><code>Mac OS X 10.8 (Mountain Lion) MacPorts v2.1.2 Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909) Xcode 4.5.2 (with up to date command line tools) Python 2.7.2 </code></pre> <p>If there's any other information that's relevant that I neglected to include, please let me know.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload