GoClipse / goclipse

Eclipse IDE for the Go programming language:
http://goclipse.github.io/
Eclipse Public License 1.0
841 stars 286 forks source link

Install Failed on Eclipse 3.8.1 #182

Closed mrichman closed 8 years ago

mrichman commented 8 years ago

I just did a fresh install of Eclipse 3.8.1 on Ubuntu 15. I tried addeding GoClipse and got this install error:

Cannot complete the install because of a conflicting dependency.
  Software being installed: GoClipse 0.13.0.v201510291605 (goclipse_feature.feature.group 0.13.0.v201510291605)
  Software currently installed: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
  Only one of the following can be installed at once: 
    Eclipse Forms 3.6.200.v20150506-2029 (org.eclipse.ui.forms 3.6.200.v20150506-2029)
    Eclipse Forms 3.5.101.v20111011-1919 (org.eclipse.ui.forms 3.5.101.v20111011-1919)
  Cannot satisfy dependency:
    From: GoClipse UI 0.13.0.v201510291605 (com.googlecode.goclipse.ui 0.13.0.v201510291605)
    To: bundle org.eclipse.ui.forms 3.6.0
  Cannot satisfy dependency:
    From: GoClipse 0.13.0.v201510291605 (goclipse_feature.feature.group 0.13.0.v201510291605)
    To: com.googlecode.goclipse.ui [0.13.0.v201510291605]
  Cannot satisfy dependency:
    From: Eclipse Platform 3.8.1.dist-A8F8_IVSG4WGSImg7oLZb9p1HecSFyJZcMPL9 (org.eclipse.platform.feature.group 3.8.1.dist-A8F8_IVSG4WGSImg7oLZb9p1HecSFyJZcMPL9)
    To: org.eclipse.ui.forms [3.5.200.dist]
  Cannot satisfy dependency:
    From: Eclipse Platform 3.7.0.debbuild (org.eclipse.platform.ide 3.7.0.debbuild)
    To: org.eclipse.platform.feature.group [3.8.1.dist-A8F8_IVSG4WGSImg7oLZb9p1HecSFyJZcMPL9]
bruno-medeiros commented 8 years ago

Are you sure you got Eclipse 3.8.1, and it's the one running? This line says: Software currently installed: Eclipse Platform 3.7.0.debbuild which seems to indicate it's 3.7 instead

mrichman commented 8 years ago

I reinstalled with Mars.1 Release (4.5.1) and it seems to work now. We can remove this issue. Sorry for the confusion.