Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT deps

Hi Alena,

My guess is that your platform master is not up to date - the CDT master is currently building against Eclipse Platform 4.22 M2 (2021-12 M2). TheĀ org.eclipse.core.contenttype 3.8.100 went in around Sept 2021.

CDT's master build (https://ci.eclipse.org/cdt/job/cdt-master/) built successfully over the weekend.

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


On Mon, 8 Nov 2021 at 11:44, Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx> wrote:
Hi anybody knows why this may fail:
[ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.cdt.sdk.feature.group 10.5.0.202111070946
[ERROR]   Missing requirement: org.eclipse.cdt.core 7.4.0.202110252256 requires 'osgi.bundle; org.eclipse.core.contenttype [3.8.100,4.0.0)' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.platform.feature.group [10.5.0.202111070946,10.5.0.202111070946]
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.platform.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.core [7.4.0.202110252256,7.4.0.202110252256]
[ERROR]   Cannot satisfy dependency: org.eclipse.cdt.sdk.feature.group 10.5.0.202111070946 depends on: org.eclipse.equinox.p2.iu; org.eclipse.cdt.feature.group [10.5.0.202111070946,10.5.0.202111070946]
We pulling master of cdt and platform in the build and started failing now
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top