Status of Eclipse for Fedora 22
Hi, I just upgraded to Fedora 22, which comes with Eclipse Mars. Trying to start Eclipse, it exits and writes a long log file containing tons of errors such as
!ENTRY org.eclipse.compare 4 0 2015-10-26 12:34:13.155
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare [765]
and
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2015-10-26 12:34:33.217
!MESSAGE Unable to acquire PluginConverter service during generation for: /usr/share/eclipse/dropins/dtp-sqldevtools.
Then I updated it using
sudo dnf --enablerepo=updates-testing update eclipse\*
and it worked fine, even if the start-up process is quite slow. Only the first time after the manual update it created another log with only errors of the second type (those complaining about PluginConverter).
Then I run
sudo dnf distro-sync --setopt=deltarpm=0
and dnf took me back to Eclipse Luna (!). When I started it, the Migration Wizard was triggered showing all the plugins.
Does anyone know what is the official version of Eclipse for Fedora 22 (32 bit)? And why all this mess?