Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cannot install latest cdt (from git) on Neon

HI Avi,

>From the error you have it looks like you are missing the launch bar,
the master build repo is here:
https://hudson.eclipse.org/cdt/job/launchbar-master/lastSuccessfulBuild/artifact/repo/target/repository/
the git repo details (from gerrit) here:
https://git.eclipse.org/r/#/admin/projects/cdt/org.eclipse.launchbar

The problem wasn't org.eclipse.cdt.launch was not found, but rather
that org.eclipse.cdt.launch was found but had unmet dependencies. This
line of the error message shows the underlying problem:

Missing requirement: C/C++ Development Tools Launching Support
9.1.0.201612041121 (org.eclipse.cdt.launch 9.1.0.201612041121)
requires 'bundle org.eclipse.launchbar.ui 2.1.0' but it could not be
found

The rest of the message shows how the underlying error affected
installing the "thing" you selected. i.e.
org.eclipse.cdt.feature.group depends on
org.eclipse.cdt.gnu.debug.feature.group, which in turn depends on
org.eclipse.cdt.launch, which in turn depends on
org.eclipse.launchbar.ui, which can't be found.

PS that the current CDT master does still install on Neon, however the
current master, CDT 9.3, is targeting Eclipse Oxygen release in June,
so may soon make use of new APIs. Upcoming CDT 9.2 (part of Neon.2)
and 9.2.1 (part of Neon.3) will be the builds officially supporting
their respective Neon releases.

HTH,
Jonah
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 4 December 2016 at 11:31, Avi Kivity <avi@xxxxxxxxxxxx> wrote:
> 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 9.3.0.201612041121
> (org.eclipse.cdt.feature.group 9.3.0.201612041121)
>   Missing requirement: C/C++ Development Tools Launching Support
> 9.1.0.201612041121 (org.eclipse.cdt.launch 9.1.0.201612041121) requires
> 'bundle org.eclipse.launchbar.ui 2.1.0' but it could not be found
>   Cannot satisfy dependency:
>     From: C/C++ Development Tools 9.3.0.201612041121
> (org.eclipse.cdt.feature.group 9.3.0.201612041121)
>     To: org.eclipse.cdt.gnu.debug.feature.group [9.3.0.201612041121]
>   Cannot satisfy dependency:
>     From: C/C++ GNU Toolchain Debug Support 9.3.0.201612041121
> (org.eclipse.cdt.gnu.debug.feature.group 9.3.0.201612041121)
>     To: org.eclipse.cdt.launch [9.1.0.201612041121]
>
>
> As far as I can tell, org.eclipse.cdt.launch is part of
> org.eclipse.cdt.repo.zip, so I can't tell why it cannot be found.
>
>
> Version: Neon.1 (4.6.1)
>
> Any help appreciated!
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top