#39256: port install git-core +svn fails ------------------------------+------------------------- Reporter: richarddmorey@… | Owner: ciserlohn@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: git-core | ------------------------------+------------------------- Comment (by ciserlohn@…): Replying to [comment:8 richarddmorey@…]:
Replying to [comment:7 ciserlohn@…]: {{{ $ ls -lha /Library/Frameworks/Tk.framework/Resources/Wish.app/Contents/MacOS/ ls: /Library/Frameworks/Tk.framework/Resources/Wish.app/Contents/MacOS/: No such file or directory }}}
The Wish application in {{{/Library/Frameworks/Tk.framework/Resources/Wish.app}}} on your machine is incomplete/broken, it doesn't contain the {{{wish}}} executable. The Wish application used to be installed in {{{/Library/Frameworks/Tk.framework/Resources/Wish.app}}} in OSX 10.5 and earlier. In later version of OSX the the install location should be {{{/System/Library/Frameworks/Tk.framework/Resources/Wish.app}}} (see [comment:4 comment 4]). Please check if it contains a wish executable: {{{ $ ls /System/Library/Frameworks/Tk.framework/Resources/Wish.app/Contents/MacOS/ }}} should output: {{{ Wish Wish Shell }}} If that's the case you could remove the broken installation: {{{ $ sudo rm -rf /Library/Frameworks/Tk.framework/Resources/Wish.app }}} and try installing git again: {{{ $ sudo port clean git-core $ sudo port install git-core }}} -- Ticket URL: <https://trac.macports.org/ticket/39256#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X