Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Another stumper of an installation problem

I am currently trying to figure out why a user cannot install
Groovy-Eclipse from Ubuntu.  See here:
http://jira.codehaus.org/browse/GRECLIPSE-498

To summarize:

The current Ubuntu package manager appears to be installing Eclipse 3.5.1M2.
The user installs Eclipse from the package manager, and then tries to
install Groovy-Eclipse, but fails with the following message below.
When using a proper Eclipse 3.5.1 from eclipse.org, the user has no
problems with installation.
Groovy-Eclipse uses a feature patch for jdt.core, but we use a
hack/suggestion from here:
http://aniefer.blogspot.com/2009/06/patching-features-part-2.html
So that the features are known to be installable on both 3.5.0 and 3.5.1.
The feature version number for the eclipse from Ubuntu's package
manager falls between 3.5.0 and 3.5.1 and so should be installable as
well.

Does anyone have any idea what is happening here?  Should I raise
another bug for this?

thanks,
--a

P2 message:

Cannot complete the install because of a conflicting dependency.
Software being installed: Groovy-Eclipse Feature
2.0.0.xx-20091104-1700-e35
(org.codehaus.groovy.eclipse.feature.feature.group
2.0.0.xx-20091104-1700-e35)
Software currently installed: Eclipse Platform 3.5.1 (Eclipse Platform 3.5.1)
Only one of the following can be installed at once:
Java Development Tools Core 3.5.1.v_972_R35x (org.eclipse.jdt.core
3.5.1.v_972_R35x)
Java Development Tools Core 3.5.1.xx-20091104-1700-e35
(org.eclipse.jdt.core 3.5.1.xx-20091104-1700-e35)
Cannot satisfy dependency:
From: Eclipse Platform 3.5.1 (Eclipse Platform 3.5.1)
To: org.eclipse.jdt.core [3.5.1.v_972_R35x]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.1 (Eclipse Platform 3.5.1)
To: org.eclipse.jdt.feature.group
[3.5.1.r351_v20090810-0600-7r88FEoFHxXYpY3s0jOJPn58EpLN]
Cannot satisfy dependency:
From: Groovy-Eclipse Feature 2.0.0.xx-20091104-1700-e35
(org.codehaus.groovy.eclipse.feature.feature.group
2.0.0.xx-20091104-1700-e35)
To: org.codehaus.groovy.jdt.patch.feature.group [2.0.0.xx-20091104-1700-e35]
Cannot satisfy dependency:
>From Patch: org.codehaus.groovy.jdt.patch.feature.group
2.0.0.xx-20091104-1700-e35 Eclipse Java Development Tools
3.5.1.r351_v20090810-0600-7r88FEoFHxXYpY3s0jOJPn58EpLN
(org.eclipse.jdt.feature.group
3.5.1.r351_v20090810-0600-7r88FEoFHxXYpY3s0jOJPn58EpLN)
To: org.eclipse.jdt.core [3.5.1.xx-20091104-1700-e35]


Back to the top