#50550: python27: /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing -----------------------+------------------- Reporter: david@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: python27 | -----------------------+------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => jwa@… * port: => python27 Old description:
port install python27 fails Strider:~ > sudo port install python27 Password: ---> Computing dependencies for python27 ---> Cleaning python27 ---> Updating database of binaries Warning: 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 Warning: A file belonging to the `python27' port is missing or unreadable. Consider reinstalling it.
Can't get there from here
New description: {{{ port install python27 fails Strider:~ > sudo port install python27 Password: ---> Computing dependencies for python27 ---> Cleaning python27 ---> Updating database of binaries Warning: 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 Warning: A file belonging to the `python27' port is missing or unreadable. Consider reinstalling it. }}} Can't get there from here -- 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/50550#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X