#38273: graphviz: build fails when ApplicationServices framework is damaged ----------------------------+-------------------------- Reporter: jinlei.phys@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: invalid | Keywords: Port: graphviz | ----------------------------+-------------------------- Comment (by jinlei.phys@…): Replying to [comment:8 ryandesign@…]:
Headers is supposed to be a symlink to the Headers directory inside Versions/Current. So if only the symlink is missing, you could recreate it:
{{{ $ cd /System/Library/Frameworks/ApplicationServices.framework $ sudo ln -s Versions/Current/Headers Headers }}}
If that doesn't work, reinstall OS X; that should reinstall a correct ApplicationServices framework, and repair any other components of your OS that might be similarly damaged.
Thank you. I think my Headers file is missing {{{ kintekiMacBook-Pro:~ jinlei$ cd /System/Library/Frameworks/ApplicationServices.framework kintekiMacBook-Pro:ApplicationServices.framework jinlei$ cd Versions/Current/ kintekiMacBook-Pro:Current jinlei$ ls ApplicationServices Resources Frameworks _CodeSignature kintekiMacBook-Pro:Current jinlei$ }}} But I really don't want to reinstall OS X, Could you give me your Headers file and I use the command ? {{{ sudo ln -s Versions/Current/Headers Headers }}} -- Ticket URL: <https://trac.macports.org/ticket/38273#comment:9> MacPorts <http://www.macports.org/> Ports system for OS X