Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
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 16:34 Go to next message
Marin  rli? is currently offline Marin rli?Friend
Messages: 35
Registered: October 2009
Member
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 Wink

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 22:03 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
>
> 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 09:40 Go to previous messageGo to next message
Marin  rli? is currently offline Marin rli?Friend
Messages: 35
Registered: October 2009
Member
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 #515195 is a reply to message #514421] Thu, 18 February 2010 00:56 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
Marin Orlić wrote:

>
> 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.
>

I've tried this scenario, and seems to be working. (I'll admit, its
still running :)

But, going through it, made me think to ask ... I have these two repos
"enabled" ... do you?

EPP Packages Repository
http://download.eclipse.org/technology/epp/packages/galileo

Galileo
http://download.eclipse.org/releases/galileo

These are enabled by default in my fresh install.
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #515268 is a reply to message #515195] Thu, 18 February 2010 10:21 Go to previous messageGo to next message
Marin  rli? is currently offline Marin rli?Friend
Messages: 35
Registered: October 2009
Member
David Williams wrote on Wed, 17 February 2010 19:56

But, going through it, made me think to ask ... I have these two repos
"enabled" ... do you?

EPP Packages Repository
http://download.eclipse.org/technology/epp/packages/galileo



YES! That's it - I somehow didn't have this repository listed at all. It's updating as we speak.

Is it possible to add this repository link somewhere in the EPP pages, I couldn't find it after a quick google look..

Thanks!
M.
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #515506 is a reply to message #515268] Fri, 19 February 2010 00:00 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
>
> Is it possible to add this repository link somewhere in the EPP pages, I
> couldn't find it after a quick google look..
>

Either that ... or, just make it all one repo?
I've opened the following bug, to track.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303273
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 09:40 Go to previous messageGo to next message
Marin  rli? is currently offline Marin rli?Friend
Messages: 35
Registered: October 2009
Member
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 #580111 is a reply to message #580090] Thu, 18 February 2010 05:42 Go to previous messageGo to next message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
Marin Orlić wrote:

>
> 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.
>

I've tried this scenario, and seems to be working. (I'll admit, its
still running :)

But, going through it, made me think to ask ... I have these two repos
"enabled" ... do you?

EPP Packages Repository
http://download.eclipse.org/technology/epp/packages/galileo

Galileo
http://download.eclipse.org/releases/galileo

These are enabled by default in my fresh install.
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #580127 is a reply to message #580111] Thu, 18 February 2010 10:21 Go to previous messageGo to next message
Marin  rli? is currently offline Marin rli?Friend
Messages: 35
Registered: October 2009
Member
David Williams wrote on Wed, 17 February 2010 19:56
> But, going through it, made me think to ask ... I have these two repos
> "enabled" ... do you?
>
> EPP Packages Repository
> http://download.eclipse.org/technology/epp/packages/galileo


YES! That's it - I somehow didn't have this repository listed at all. It's updating as we speak.

Is it possible to add this repository link somewhere in the EPP pages, I couldn't find it after a quick google look..

Thanks!
M.
Re: Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies? [message #580150 is a reply to message #580127] Fri, 19 February 2010 04:40 Go to previous message
David Williams is currently offline David WilliamsFriend
Messages: 176
Registered: July 2009
Senior Member
>
> Is it possible to add this repository link somewhere in the EPP pages, I
> couldn't find it after a quick google look..
>

Either that ... or, just make it all one repo?
I've opened the following bug, to track.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303273
Previous Topic:Modeling EPP update from 3.5.0 to 3.5.1 - a loop in dependancies?
Next Topic:chages in UDC in Helios?
Goto Forum:
  


Current Time: Fri Apr 19 20:13:53 GMT 2024

Powered by FUDForum. Page generated in 0.03838 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top