| [news.eclipse.platform] Re: No solution found because the problem in /tmp/p2Encoding13004.opb is unsatisfiable. |
The problem is unsatisfiable means that p2 can't find a set of plugins that satisfies all the requirements. If you look at the errors one at a time, it really isn't that hard. (The hard part would be finding the root cause).
More non-overlapping version ranges, there are a bunch of these. And this is probably the root cause. You are perhaps trying to install something old into a 3.4.0 eclipse, and that old thing has dependencies on a 3.2.0 eclipse.
Thanks, John