Changes between Initial Version and Version 1 of Ticket #42837


Ignore:
Timestamp:
Mar 17, 2014, 8:47:02 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers python26).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42837

    • Property Owner changed from macports-tickets@… to mcalhoun@…
  • Ticket #42837 – Description

    initial v1  
    33
    44Before opening this ticket, I did the following:
     5{{{
    56sudo port selfupdate
    67sudo port -u upgrade outdated
    78sudo port clean
     9}}}
    810
    911When I try to install jailkit, the instller comes to configuring python 26, and fails with this error:
    1012
     13{{{
    1114Error: org.macports.destroot for port python26 returned: command execution failed
    1215Please see the log file for port python26 for details:
    1316    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python26/python26/main.log
     17}}}
    1418
    1519I then ran:
     20{{{
    1621sudo ports clean --all installed
    1722sudo port selfupdate
    1823sudo ports -u upgrade
     24}}}
    1925(Returned: Nothing to upgrade.)
    2026
     
    2935
    3036When I try to do:
     37{{{
    3138which install-info
     39}}}
    3240The returned info is:
     41{{{
    3342/usr/bin/install-info
     43}}}
    3444
    3545The problem that I primarily see is that python is returning an error of:
     46{{{
    3647:info:destroot: file is not of required architecture
     48}}}
    3749I next tried to do this:
     50{{{
    3851sudo port install python26 -arch x86_64
     52}}}
    3953and
     54{{{
    4055sudo port install python26 -arch i386
     56}}}
    4157
    4258I was hoping that using the arch switch might help.