Changes between Initial Version and Version 2 of Ticket #50550


Ignore:
Timestamp:
Feb 5, 2016, 4:58:48 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Note that sudo port install python27 did not "fail". It correctly reported that python27 was already installed. Then, rev-upgrade automatically ran, as it does after every install or upgrade, to see if anything was broken, and it correctly reported that your python27 installation is broken because some files are inexplicably missing. So try reinstalling python27, by running:

sudo port -n upgrade --force python27

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50550

    • Property Owner changed from macports-tickets@… to jwa@…
    • Property Port python27 added
    • Property Summary changed from /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing; port install python27 fails to python27: /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing
  • Ticket #50550 – Description

    initial v2  
     1{{{
    12port install python27 fails
    23Strider:~ > sudo port install python27
     
    78Warning: Error determining file type of `/Applications/MacPorts/Python 2.7/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib': lstat(/Applications/MacPorts/Python 2.7/Python Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib):no such file or directory
    89Warning: A file belonging to the `python27' port is missing or unreadable. Consider reinstalling it.
     10}}}
    911
    1012Can't get there from here