Home » Archived » EPP » Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies?
Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #514163] |
Fri, 12 February 2010 11:34  |
Eclipse User |
|
|
|
Hi all,
I'm having a bit of a problem updating Eclipse MT from 3.5.0 to 3.5.1. I've followed the forums with all the update site issues over the summer, but I think this is some other issue. When trying to update configuration, 3.5.1 is found in the update site (only main Galileo update is enabled), but won't update:
Cannot complete the install because of a conflicting dependency.
Software being installed: Eclipse Platform SDK 3.5.1.M20090917-0800 (org.eclipse.platform.sdk 3.5.1.M20090917-0800)
Software currently installed: Eclipse Modeling Tools 1.2.0.20090618-1854 (epp.package.modeling 1.2.0.20090618-1854)
Only one of the following can be installed at once:
org.eclipse.platform_root 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ
org.eclipse.platform_root 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7
Cannot satisfy dependency:
From: Eclipse Modeling Tools 1.2.0.20090618-1854 (epp.package.modeling 1.2.0.20090618-1854)
To: org.eclipse.epp.package.modeling.feature.feature.group [1.2.0.20090618-1854]
Cannot satisfy dependency:
From: EPP Modeling Feature 1.2.0.20090618-1854 (org.eclipse.epp.package.modeling.feature.feature.group 1.2.0.20090618-1854)
To: org.eclipse.platform.feature.group [3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ (org.eclipse.platform.feature.group 3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ)
To: org.eclipse.platform_root [3.5.0.v20090611a-9gEeG1HFtQcmRThO4O3aR_fqSMvJR2sJ]
Cannot satisfy dependency:
From: Eclipse Platform 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7 (org.eclipse.platform.feature.group 3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7)
To: org.eclipse.platform_root [3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7]
Cannot satisfy dependency:
From: Eclipse Platform SDK 3.5.1.M20090917-0800 (org.eclipse.platform.sdk 3.5.1.M20090917-0800)
To: org.eclipse.platform.feature.group [3.5.1.R35x_v20090910-9gEeG1_FthkNDSP2odXdThaOu9GFDPn83DGB7]
Seems like a circular dependancy to me (?) Is there a way to update EPP Modeling AND Eclipse Platform at once? If it's some other plugin that is fixed on using exactly 3.5.0 and nothing else, shouldn't it be listed here?
It's a bit annoying, I'm trying to figure this one out for 3 months on and off now, and I really don't want to screw up my platform by brute-force upgrade, I've grown fond of it 
Thanks,
M.
|
|
|
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #514349 is a reply to message #514163] |
Sun, 14 February 2010 17:03   |
Eclipse User |
|
|
|
>
> Seems like a circular dependancy to me (?) Is there a way to update EPP
> Modeling AND Eclipse Platform at once? If it's some other plugin that is
> fixed on using exactly 3.5.0 and nothing else, shouldn't it be listed here?
>
Its not exactly a circular dependency, just that directly, or
indirectly, a couple of features say they need exactly some version of
org.eclipse.platform_root.
I'm not really heard of updating a "package" before (everything in the
package could update, but didn't know the "package" feature itself is
installed. Did you get that from 'unziping' the modeling package? Or did
you start off with platform, then install the modeling package from a repo?
Practically, you might go to Galileo site and "installing" just the
platform update ... then use further passes to install/update other
pieces. If any one piece of it installs, it should be ok, without fear
of breaking the install. (At least, that's supposed to be the
magic/justification for p2!)
HTH
|
|
|
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #514421 is a reply to message #514349] |
Mon, 15 February 2010 04:40   |
Eclipse User |
|
|
|
David Williams wrote on Sun, 14 February 2010 17:03 | Its not exactly a circular dependency, just that directly, or
indirectly, a couple of features say they need exactly some version of
org.eclipse.platform_root.
|
True, it's easier to solve than to break a circular ref.
Quote: |
I'm not really heard of updating a "package" before (everything in the
package could update, but didn't know the "package" feature itself is
installed. Did you get that from 'unziping' the modeling package? Or did
you start off with platform, then install the modeling package from a repo?
|
It's the official EPP distribution (ZIP) from the site.. I guess if I installed the whole bunch of packages already in the EPP, there wouldn't be a modeling feature installed, which would made things easier.
Quote: |
Practically, you might go to Galileo site and "installing" just the
platform update ... then use further passes to install/update other
pieces. If any one piece of it installs, it should be ok, without fear
of breaking the install. (At least, that's supposed to be the
magic/justification for p2!)
|
I was trying that, but I can't find anything resembling the eclipse modeling feature listed under releases/galileo, and P2 doesn't allow me to install Eclipse Core because of this dep.
Best,
M.
|
|
| | | |
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #580090 is a reply to message #514349] |
Mon, 15 February 2010 04:40   |
Eclipse User |
|
|
|
David Williams wrote on Sun, 14 February 2010 17:03
> Its not exactly a circular dependency, just that directly, or
> indirectly, a couple of features say they need exactly some version of
> org.eclipse.platform_root.
True, it's easier to solve than to break a circular ref.
Quote:
> I'm not really heard of updating a "package" before (everything in the
> package could update, but didn't know the "package" feature itself is
> installed. Did you get that from 'unziping' the modeling package? Or did
> you start off with platform, then install the modeling package from a repo?
It's the official EPP distribution (ZIP) from the site.. I guess if I installed the whole bunch of packages already in the EPP, there wouldn't be a modeling feature installed, which would made things easier.
Quote:
> Practically, you might go to Galileo site and "installing" just the
> platform update ... then use further passes to install/update other
> pieces. If any one piece of it installs, it should be ok, without fear
> of breaking the install. (At least, that's supposed to be the
> magic/justification for p2!)
I was trying that, but I can't find anything resembling the eclipse modeling feature listed under releases/galileo, and P2 doesn't allow me to install Eclipse Core because of this dep.
Best,
M.
|
|
| | | |
Goto Forum:
Current Time: Sat Apr 26 04:36:13 EDT 2025
Powered by FUDForum. Page generated in 0.04868 seconds
|