Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Unable to install latest nightly build: org.eclipse.launchbar.core 2.0.0 could not be found

Hi,

A user reported [1] being unable to install the latest nightly build into a Mars.1 installation. I just tried doing the same thing, and ran into the same error.

Steps:
  1. Start with a clean installation of Mars.1 with CDT.
  2. In 'Install new software', add the nightly update site (http://download.eclipse.org/tools/cdt/builds/master/nightly/)
  3. Select 'CDT Main Features' and press 'Next'

I get the following error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: C/C++ Development Tools 8.8.0.201511281104 (org.eclipse.cdt.feature.group 8.8.0.201511281104)
  Missing requirement: GCC support for CDT Build Core 1.0.0.201511281104 (org.eclipse.cdt.build.gcc.core 1.0.0.201511281104) requires 'bundle org.eclipse.launchbar.core 2.0.0' but it could not be found
  Cannot satisfy dependency:
    From: C/C++ Development Tools 8.8.0.201511281104 (org.eclipse.cdt.feature.group 8.8.0.201511281104)
    To: org.eclipse.cdt.gnu.build.feature.group [8.8.0.201511281104]
  Cannot satisfy dependency:
    From: C/C++ GNU Toolchain Build Support 8.8.0.201511281104 (org.eclipse.cdt.gnu.build.feature.group 8.8.0.201511281104)
    To: org.eclipse.cdt.build.gcc.core [1.0.0.201511281104]

In another thread [2] I reported getting the same error when trying to install a CDT I built myself. I had assumed that was a mistake in how I built it, but since the same error is happening when trying to install a nightly, it looks like that's not the case.

Are we (the user in question, and myself) doing something wrong in how we are trying to install a nightly build? Or are the nightly builds broken?

Thanks,
Nate

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=479888#c10
[2] https://dev.eclipse.org/mhonarc/lists/cdt-dev/msg29871.html
 		 	   		  

Back to the top