Opened 8 years ago

Last modified 8 years ago

#50550 closed defect

python27: /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing — at Version 2

Reported by: david@… Owned by: jwa@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: python27

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Change History (2)

comment:1 Changed 8 years ago by david@…

Strider:~ > ls -laF /Applications/MacPorts/Python\ 2.7/Python\ Launcher.app/Contents/Resources/English.lproj/MainMenu.nib/
total 16
drwxr-xr-x+ 3 root  admin   102 Dec 28 18:48 ./
drwxr-xr-x+ 6 root  admin   204 Dec 18 15:13 ../
-rw-r--r--+ 1 root  admin  5016 Dec 18 15:12 objects.nib
Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to jwa@…
Port: python27 added
Summary: /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing; port install python27 failspython27: /Applications/MacPorts/Python 2.7/../MainMenu.nib/classes.nib missing

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
Note: See TracTickets for help on using tickets.