Community
Participate
Working Groups
Build Identifier: 20100218-1602 In Eclipse, I go to: Help > Check for Updates After clicking through, I get a window titled, "Available Updates". It says, among other things, "Cannot complete the install because of a conflicting dependency. Software being installed: Eclipse IDE for Java Developers 1.3.1.20100916-1202 (epp.package.java 1.3.1.20100916-1202)" I will attach a screenshot of this window. A separate bug (I guess) is that where it says that, it's impossible to scroll down - although apparently there's much more text there, because if I hit Cmd-A and then copy and paste, I end up with much more text on the clipboard than I can see in the window. I'll attach this text as a file to this bug report. Reproducible: Always Steps to Reproduce: 1. Click Help > Check for Updates 2. After clicking through, error message appears.
Created attachment 185421 [details] Screenshot of window with error message.
Created attachment 185422 [details] The error message in full
Since the error message isn't all that long, I'll paste it into this comment, to help ensure that anyone else searching for the same issue will find this bug report. Cannot complete the install because of a conflicting dependency. Software being installed: Eclipse IDE for Java Developers 1.3.1.20100916-1202 (epp.package.java 1.3.1.20100916-1202) Software currently installed: Google Plugin for Eclipse 3.5 1.4.0.v201010280047 (com.google.gdt.eclipse.suite.e35.feature.feature.group 1.4.0.v201010280047) Only one of the following can be installed at once: Core Runtime 3.6.0.v20100505 (org.eclipse.core.runtime 3.6.0.v20100505) Core Runtime 3.5.0.v20090525 (org.eclipse.core.runtime 3.5.0.v20090525) Cannot satisfy dependency: From: Google Plugin for Eclipse 3.5 1.4.0.v201010280047 (com.google.gdt.eclipse.suite.e35.feature.feature.group 1.4.0.v201010280047) To: org.eclipse.core.runtime [3.5.0,3.6.0) Cannot satisfy dependency: From: Eclipse IDE for Java Developers 1.3.1.20100916-1202 (epp.package.java 1.3.1.20100916-1202) To: org.eclipse.epp.package.java.feature.feature.group [1.3.1.20100916-1202] Cannot satisfy dependency: From: EPP Java Package 1.3.1.20100916-1202 (org.eclipse.epp.package.java.feature.feature.group 1.3.1.20100916-1202) To: org.eclipse.platform.feature.group [3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L] Cannot satisfy dependency: From: Eclipse Platform 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L (org.eclipse.platform.feature.group 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L) To: org.eclipse.rcp.feature.group [3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T] Cannot satisfy dependency: From: Eclipse RCP 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T (org.eclipse.rcp.feature.group 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T) To: org.eclipse.core.runtime [3.6.0.v20100505]
From the error message, it seems that the Google plugin you have installed (com.google.gdt.eclipse.suite.e35) needs runtime (org.eclipse.core.runtime) version to be < 3.6 while you are trying to update it to 3.6.
(In reply to comment #4) > From the error message, it seems that the Google plugin you have installed > (com.google.gdt.eclipse.suite.e35) needs runtime (org.eclipse.core.runtime) > version to be < 3.6 while you are trying to update it to 3.6. You can either find a 3.6 compatible version of your plugin, or install your own 3.5.2 from http://download.eclipse.org/eclipse/downloads/ PW
(In reply to comment #5) > (In reply to comment #4) > > From the error message, it seems that the Google plugin you have installed > > (com.google.gdt.eclipse.suite.e35) needs runtime (org.eclipse.core.runtime) > > version to be < 3.6 while you are trying to update it to 3.6. > > You can either find a 3.6 compatible version of your plugin, or install your > own 3.5.2 from http://download.eclipse.org/eclipse/downloads/ > > PW I ended up uninstalling the Google plugins as a workaround, but this wasn't ideal, as I'll have to reinstall them at some point.