【发布时间】:2015-04-08 16:31:59
【问题描述】:
我正在尝试在 Ubuntu 上的 Eclipse 3.8 中安装 PHP 开发工具。我有几个失败的依赖项,我设法追踪并安装它们,特别是关于 mylyn。然后,当我安装 org.eclipse.mylyn.context_feature.feature.group 时,我得到的错误太复杂了,我无法弄清楚。
存储库:http://download.eclipse.org/releases/luna
包:PDT 3.4.0.201....
这是 Eclipse 告诉我的:
Cannot complete the install because of a conflicting dependency.
Software being installed: PHP Development Tools (PDT) 3.4.0.201502171754 (org.eclipse.php.feature.group 3.4.0.201502171754)
Software currently installed: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
Only one of the following can be installed at once:
Bidirectional Text Support 0.10.0.v20130327-1442 (org.eclipse.equinox.bidi 0.10.0.v20130327-1442)
Bidirectional Text Support 0.9.0.dist (org.eclipse.equinox.bidi 0.9.0.dist)
Cannot satisfy dependency:
From: PHP Development Tools (PDT) 3.4.0.201502171754 (org.eclipse.php.feature.group 3.4.0.201502171754)
To: org.eclipse.php.ui [3.4.0.201502171754]
Cannot satisfy dependency:
From: PDT UI Plug-in 3.4.0.201502171754 (org.eclipse.php.ui 3.4.0.201502171754)
To: bundle org.eclipse.wst.common.frameworks.ui 0.0.0
Cannot satisfy dependency:
From: Eclipse Platform 3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9 (org.eclipse.platform.feature.group 3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9)
To: org.eclipse.rcp.feature.group [3.8.1.dist-8LA2GODFTJUDJ21934]
Cannot satisfy dependency:
From: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
To: org.eclipse.platform.feature.group [3.8.1.dist-A8F8_IVRG4VZSCmeloKVfCrtIFotGyJZcMPL9]
Cannot satisfy dependency:
From: Eclipse RCP 3.8.1.dist-8LA2GODFTJUDJ21934 (org.eclipse.rcp.feature.group 3.8.1.dist-8LA2GODFTJUDJ21934)
To: org.eclipse.equinox.bidi [0.9.0.dist]
Cannot satisfy dependency:
From: WTP UI Plug-in 1.2.300.v201401292051 (org.eclipse.wst.common.frameworks.ui 1.2.300.v201401292051)
To: bundle org.eclipse.equinox.bidi [0.10.0,2.0.0)
Cannot satisfy dependency:
From: WTP UI Plug-in 1.2.300.v201401292115 (org.eclipse.wst.common.frameworks.ui 1.2.300.v201401292115)
To: bundle org.eclipse.equinox.bidi [0.10.0,2.0.0)
任何和所有帮助表示赞赏。
【问题讨论】:
-
好吧,您似乎正试图在 Eclipse 3.8 上安装专为 Eclipse 4.4 (Luna) 设计的代码 - 太旧了。
-
好的,谢谢你,greg-449。公平地说,Eclipse 提供了像“Juno”或“Luna”这样真正有用的身份,让我们不知道代码的历史,或者 3.8 似乎没有名字(在闪屏中没有,关于窗口)但我离题了。有人会碰巧知道要使用哪个存储库吗?
-
Eclipse 的维基百科页面给出了名称。 Eclipse 3.8 和 4.2 都是 Eclipse Juno(这是从 3.x 版本到 4.x 版本的过渡版本)。
-
好的,谢谢。我现在会和朱诺一起工作。
标签: eclipse ubuntu eclipse-pdt mylyn