#43538 closed defect (invalid)
Can't install python27
Reported by: | gsjonesjr@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | python27 | Cc: | jyrkiwahlstedt |
Port: |
Description
Hi, I upgraded to Mavericks and can no longer use JavaHL. I tried sudo port install subversion-javahlbindings +no_bdb +universal but that kept having problems so I followed the instructions on https://trac.macports.org/wiki/Migration. When trying to install JavaHL I now have problems with a dependency on python27. So I downloaded the Portfile for Java27 and tried to install it and am getting the same error that I got when trying to install JavaHL - namely that the destroot is missing. Here's what I ran: $ sudo port install python27 +universal ---> Computing dependencies for python27 ---> Installing python27 @2.7.6_0+universal Error: org.macports.install for port python27 returned: no destroot found at: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/destroot Please see the log file for port python27 for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/main.log
To report a bug, follow the instructions in the guide:
Error: Processing of port python27 failed
Attachments (1)
Change History (4)
Changed 11 years ago by gsjonesjr@…
comment:1 Changed 11 years ago by neverpanic (Clemens Lang)
Cc: | jwa@… added |
---|---|
Keywords: | python27 added; JavaHL Python27 removed |
Resolution: | → invalid |
Status: | new → closed |
"no destroot found" can virtually always be resolved by cleaning the port first: sudo port clean python27
. In fact, that's the first thing you should always try when a build fails: wiki:FAQ#buildfails.
comment:2 follow-up: 3 Changed 11 years ago by gsjonesjr@…
I did that and got:
sudo port -f clean pthon27
Error: Port pthon27 not found
comment:3 Changed 10 years ago by larryv (Lawrence Velázquez)
Replying to gsjonesjr@…:
I did that and got:
sudo port -f clean pthon27
Error: Port pthon27 not found
You forgot the “y” in “python27”. Also don’t use -f
.
main.log