在OS X 10.10.1 (Yosemite)上执行PlasticSCM-5.4.16.628-osx-installer.app时,请求并输入密码,屏幕上不显示任何其他内容。
检查控制台会显示Service exited with abnormal code: 129
该系统有PlasticSCM版本5.0.44.581 - Manaos,最初安装在OS 10.6.8 (雪豹)下,在Yosemite升级之前。Plastic Manaos在将X11升级到XQuartz 2.7.7后,在约塞米蒂下运行,符合预期。
失败的安装程序执行的完整日志条目:
12/9/14 6:41:35.782 PM SecurityAgent[4423]: Failed to initialize IconCache named: com.apple.iconservices with error: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3da95c0 {NSDebugDescription=connection to service named com.apple.iconservices}
12/9/14 6:41:35.783 PM SecurityAgent[4423]: Error returned from iconservicesagent: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3dacc00 {NSDebugDescription=connection to service named com.apple.iconservices}
12/9/14 6:41:42.822 PM SecurityAgent[4423]: Error returned from iconservicesagent: Error Domain=NSCocoaErrorDomain Code=4097 "Couldn’t communicate with a helper application." (connection to service named com.apple.iconservices) UserInfo=0x7ffcb3c99b50 {NSDebugDescription=connection to service named com.apple.iconservices}
12/9/14 6:41:43.043 PM authexec[4427]: executing /Users/glen/Downloads/PlasticSCM-5.4.16.628-osx-installer.app/Contents/MacOS/osx-intel
12/9/14 6:41:43.047 PM com.apple.xpc.launchd[1]: (com.bitrock.appinstaller.194004[4414]) Service exited with abnormal code: 129 我已经在谷歌上搜索了上面的几个短语,但仍然需要关于如何开始故障排除的线索。
任何进一步的想法都是非常感谢的。
发布于 2014-12-21 05:13:49
问题是安装程序osx-intel没有被标记为可执行文件。此外,还需要sudo权限。
在终端中,与安装程序相同的目录:
$ chmod +x ./PlasticSCM-5.4.16.633-osx-installer.app/Contents/MacOS/osx-intel
$ sudo ./PlasticSCM-5.4.16.633-osx-installer.app/Contents/MacOS/osx-intel成功!
https://stackoverflow.com/questions/27327492
复制相似问题